non port: deskutils/cdcat/Makefile |
SVNWeb
|
Number of commits found: 43 |
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Fri, 24 Aug 2018
|
[ 17:22 jhale ] (Only the first 10 of 23 ports in this commit are shown above. )
Update security/cryptopp to 7.0.0
We now install a pkgconfig file which will allow ports to check whether
cryptopp was built with assembly instructions enabled or not. There are
a few functions that will be undefined if built without assembly and
-DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case
to avoid build failures. This is not new, but the pkgconf file should
make it easier to determine if the flag is needed or not.
Fix several ports due to API changes and to use the new pkgconf file
to determine cryptopp location and build flags. Special cases below.
deskutils/cdcat
- Use cryptopp shared library instead of static, detect with pkgconf
(Only the first 15 lines of the commit message are shown above )
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Sun, 24 Sep 2017
|
[ 18:48 sunpoet ]
Update LICENSE
- Add LICENSE_FILE
|
Wed, 7 Dec 2016
|
[ 01:00 jhale ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update security/cryptopp to 5.6.5
- Add LICENSE (BSL)
- Add CPE data
- Remove STATIC option and always install the shared library;
no reason not to.
- Remove GCC option and use USES=compiler framework
- Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying
to use it. It will allow the asserts to be enabled which could be a
security risk. The standard DEBUG option is now safe to use.
- Add SIMD option for i386 and amd64 - requires a recent clang or gcc
- Don't install the cryptest binary; it is really only used for regression
testing, so only build it for the TEST_TARGET. It is useless without the
data files anyways.
- Take maintainership
- Bump PORTREVISON on dependent ports due to shared library bump
PR: 215015
Reported by: <fcsk.aim@gmail.com>
MFH: 2016Q4
Security: eab68cff-bc0c-11e6-b2ca-001b3856973b
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 19 Nov 2015
|
[ 20:48 amdmi3 ]
- Switch to options helpers
- Simplify installation
|
Tue, 18 Aug 2015
|
[ 20:02 pgollucci ]
[patch] deskutils/cdcat: qt4-linguist -> qt4-linguisttools
PR: 202206
Submitted by: s3erios@gmail.com
|
Fri, 15 May 2015
|
[ 06:34 riggs ]
- Un-break build
- Cleanup Makefile
- Pet portlint
PR: 199222
Submitted by: tkato432@yahoo.com
MFH: 2015Q2
|
Sun, 15 Mar 2015
|
[ 13:49 antoine ]
Mark BROKEN: fails to build
With gcc:
c++ -DPACKAGE_NAME=\"lib7zip\" -DPACKAGE_TARNAME=\"lib7zip\"
-DPACKAGE_VERSION=\"1.6.5\" -DPACKAGE_STRING=\"lib7zip\ 1.6.5\"
-DPACKAGE_BUGREPORT=\"jingnan.si@gmail.com\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"lib7zip\" -DVERSION=\"1.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_MEMSET=1
-DHAVE_MEMMOVE=1 -DHAVE_SQRT=1 -I. -I../includes -I../includes/CPP
-I../includes/CPP/myWindows -I../includes/CPP/include_windows -O2 -pipe
-fstack-protector -fno-strict-aliasing -MT lib7zip_a-7ZipArchive.o -MD -MP -MF
.deps/lib7zip_a-7ZipArchive.Tpo -c -o lib7zip_a-7ZipArchive.o `test -f
'7ZipArchive.cpp' || echo './'`7ZipArchive.cpp
In file included from 7ZipArchive.cpp:13:
../includes/CPP/7zip/Common/FileStreams.h:15:35: error: ../../Common/C_FileIO.h:
No such file or directory
In file included from 7ZipArchive.cpp:7:
../includes/CPP/7zip/Archive/IArchive.h:460: error: expected `)' before '*'
token
...
With clang:
c++ -DPACKAGE_NAME=\"lib7zip\" -DPACKAGE_TARNAME=\"lib7zip\"
-DPACKAGE_VERSION=\"1.6.5\" -DPACKAGE_STRING=\"lib7zip\ 1.6.5\"
-DPACKAGE_BUGREPORT=\"jingnan.si@gmail.com\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"lib7zip\" -DVERSION=\"1.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_MEMSET=1
-DHAVE_MEMMOVE=1 -DHAVE_SQRT=1 -I. -I../includes -I../includes/CPP
-I../includes/CPP/myWindows -I../includes/CPP/include_windows -O2 -pipe
-fstack-protector -fno-strict-aliasing -MT lib7zip_a-7ZipArchive.o -MD -MP -MF
.deps/lib7zip_a-7ZipArchive.Tpo -c -o lib7zip_a-7ZipArchive.o `test -f
'7ZipArchive.cpp' || echo './'`7ZipArchive.cpp
In file included from 7ZipArchive.cpp:7:
../includes/CPP/7zip/Archive/IArchive.h:460:27: error: expected ')'
typedef HRESULT (WINAPI *Func_CreateObject)(const GUID *clsID, const GUID
*iid, void **outObject);
^
...
Reported by: pkg-fallout
|
Sat, 20 Dec 2014
|
[ 17:43 bapt ]
Cleanup plist
|
Thu, 18 Sep 2014
|
[ 13:12 tijl ]
Add USES=libtool (used in lib7zip build)
|
Wed, 30 Jul 2014
|
[ 07:11 marino ]
deskutils/cdcat: Unbreak
PR: 192199
Submitted by: Ports Fury
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] (Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Sun, 27 Jul 2014
|
[ 21:50 antoine ]
Mark BROKEN: Fails to build after mediainfo split
c++ -Wl,-O1 -pthread -Wl,-rpath,/usr/local/lib/qt4 -o cdcat
obj_files/adddialog.o obj_files/cdcat.o obj_files/commwidget.o
obj_files/config.o obj_files/dbase.o obj_files/dirview.o obj_files/find.o
obj_files/guibase.o obj_files/hdirview.o obj_files/icons.o obj_files/import.o
obj_files/importdialog.o obj_files/mainwidget.o obj_files/mp3tag.o
obj_files/cdcatmediainfo.o obj_files/cdcatexif.o obj_files/newdbdialog.o
obj_files/wdbfile.o obj_files/info.o obj_files/exportcdcatdb.o
obj_files/showcontent.o obj_files/selreadable.o obj_files/colorsettings.o
obj_files/borrow.o obj_files/tparser.o obj_files/misc.o obj_files/dmetaph.o
obj_files/moc_adddialog.o obj_files/moc_commwidget.o obj_files/moc_config.o
obj_files/moc_dbase.o obj_files/moc_dirview.o obj_files/moc_find.o
obj_files/moc_guibase.o obj_files/moc_hdirview.o obj_files/moc_mainwidget.o
obj_files/moc_newdbdialog.o obj_files/moc_import.o
obj_files/moc_importdialog.o obj_files/moc_info.o obj_file
/moc_exportcdcatdb.o obj_files/moc_showcontent.o obj_files/moc_selreadable.o
obj_files/moc_borrow.o obj_files/moc_colorsettings.o -L/usr/local/lib/qt4
-L/usr/local/lib
/wrkdirs/usr/ports/deskutils/cdcat/work/lib7zip/Lib7Zip/lib7zip.a
/wrkdirs/usr/ports/multimedia/mediainfo/work/MediaInfo_CLI_GNU_FromSource/MediaInfo/Project/GNU/CLI/MediaInfoLib/Project/GNU/Library/.libs/libmediainfo.a
/wrkdirs/usr/ports/multimedia/mediainfo/work/MediaInfo_CLI_GNU_FromSource/MediaInfo/Project/GNU/CLI/ZenLib/Project/GNU/Library/.libs/libzen.a
/usr/local/lib/libcryptopp.a -lz -lbz2 -ltar -lexif -lQtXml -L/usr/local/lib/qt4
-L/usr/local/lib -lQtGui -lQtCore
c++:
/wrkdirs/usr/ports/multimedia/mediainfo/work/MediaInfo_CLI_GNU_FromSource/MediaInfo/Project/GNU/CLI/MediaInfoLib/Project/GNU/Library/.libs/libmediainfo.a:
No such file or directory
c++:
/wrkdirs/usr/ports/multimedia/mediainfo/work/MediaInfo_CLI_GNU_FromSource/MediaInfo/Project/GNU/CLI/ZenLib/Project/GNU/Library/.libs/libzen.a:
No such file or directory
*** [cdcat] Error code 1
Reported by: pkg-fallout
|
Thu, 27 Feb 2014
|
[ 14:07 miwi ]
- Update to 2.3.1
- Stage support
PR: 175585
Submitted by: ports fury
|
Tue, 26 Nov 2013
|
[ 16:17 makc ]
- QMAKE_PRO is deprecated
|
Thu, 21 Nov 2013
|
[ 16:09 makc ] (Only the first 10 of 23 ports in this commit are shown above. )
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
|
Sun, 13 Oct 2013
|
[ 13:03 makc ] (Only the first 10 of 25 ports in this commit are shown above. )
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
|
Fri, 20 Sep 2013
|
[ 16:21 bapt ] (Only the first 10 of 271 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Thu, 28 Mar 2013
|
[ 15:51 eadler ] (Only the first 10 of 53 ports in this commit are shown above. )
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
|
Thu, 14 Mar 2013
|
[ 08:17 pclin ] (Only the first 10 of 35 ports in this commit are shown above. )
- graphics/libexif:
* Update to 0.6.21
* Add LICENSE
* Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here
PR: ports/175910
Approved by: swills (mentor)
Security: d881d254-70c6-11e2-862d-080027a5ec9a
|
Sat, 8 Dec 2012
|
[ 17:08 pawel ]
- Fix build on FreeBSD 7.x [1]
- Remove leading article from COMMENT
- Correct spelling errors in pkg-descr
PR: ports/174156 [1]
Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
Feature safe: yes
|
Fri, 30 Nov 2012
|
[ 23:52 sperber ]
- Update to version 2.1
- Update LICENSE
- Remove shlib versions
- Convert to optionsng
- Trim Makefile header
- Add BROKEN for 7.X
PR: ports/171976
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 21 May 2012
|
[ 03:10 miwi ]
- Update to 2.0
PR: 168023
Submitted by: Ports Fury
|
Sat, 21 Apr 2012
|
[ 18:48 miwi ]
- Update to 1.9
PR: 166878
Submitted by: Ports Fury
|
Sun, 4 Mar 2012
|
[ 05:48 miwi ]
- Update to 1.8
PR: 164988
Submitted by: Ports Fury
|
Wed, 31 Aug 2011
|
[ 21:43 dhn ]
- Update to 1.5
PR: ports/160091
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sat, 2 Jul 2011
|
[ 07:55 miwi ]
- Update to 1.3
PR: 158498
Submitted by: Ports Fury
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Mon, 5 Oct 2009
|
[ 20:23 linimon ]
Reset maintainer due to bouncing email.
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Fri, 6 Jun 2008
|
[ 13:18 edwin ] (Only the first 10 of 170 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Thu, 25 Oct 2007
|
[ 02:22 beech ]
- Fix build with gcc-4.2
Approved by: linimon (maintainer timeout)
|
Tue, 2 Oct 2007
|
[ 08:44 linimon ]
Mark as broken with gcc4.2.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 13 Feb 2007
|
[ 00:16 pav ] (Only the first 10 of 77 ports in this commit are shown above. )
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat
|
Thu, 6 Jul 2006
|
[ 18:03 itetcu ]
cdcat is a powerful QT based tool for creating fully searcheable offline
catalogs of the contents of any arbitrary media. Primarily it is most
useful for cataloging CDs, DVDs, and other such removeable media. The
catalogs can be quickly searched (including across multiple catalogs)
with regular expressions, exported as CSV or HTML files, sorted, and
statistical information gathered.
WWW: http://cdcat.sourceforge.net/
PR: ports/96828
Submitted by: Aren Tyr <aren.tyr at gawab.com>
|
Number of commits found: 43 |