| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=428022
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
| |
- Simplify installation
Notes:
svn path=/head/; revision=401964
|
|
|
|
|
|
|
|
| |
PR: 202206
Submitted by: s3erios@gmail.com
Notes:
svn path=/head/; revision=394653
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Cleanup Makefile
- Pet portlint
PR: 199222
Submitted by: tkato432@yahoo.com
MFH: 2015Q2
Notes:
svn path=/head/; revision=386385
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=381330
|
|
|
|
| |
Notes:
svn path=/head/; revision=375022
|
|
|
|
| |
Notes:
svn path=/head/; revision=368452
|
|
|
|
|
|
|
|
| |
PR: 192199
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=363449
|
|
|
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=363371
|
|
|
|
|
|
|
|
|
|
|
|
| |
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_files/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
Notes:
svn path=/head/; revision=363104
|
|
|
|
|
|
|
|
|
|
| |
- Stage support
PR: 175585
Submitted by: ports fury
Notes:
svn path=/head/; revision=346339
|
|
|
|
| |
Notes:
svn path=/head/; revision=334952
|
|
|
|
|
|
|
|
| |
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
Notes:
svn path=/head/; revision=334499
|
|
|
|
|
|
|
|
|
| |
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
Notes:
svn path=/head/; revision=330227
|
|
|
|
|
|
|
| |
deskutils)
Notes:
svn path=/head/; revision=327718
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
| |
Reviewed by: miwi
Notes:
svn path=/head/; revision=315474
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=314141
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=308487
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=308044
|
|
|
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
Notes:
svn path=/head/; revision=298557
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
| |
PR: 168023
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=297075
|
|
|
|
|
|
|
|
| |
PR: 166878
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=295217
|
|
|
|
|
|
|
|
| |
PR: 164988
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=292637
|
|
|
|
|
|
|
|
| |
PR: ports/160091
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=280905
|
|
|
|
|
|
|
|
| |
PR: 158498
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=276842
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
| |
Notes:
svn path=/head/; revision=242496
|
|
|
|
|
|
|
| |
starting with D
Notes:
svn path=/head/; revision=240068
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
| |
Approved by: linimon (maintainer timeout)
Notes:
svn path=/head/; revision=201963
|
|
|
|
| |
Notes:
svn path=/head/; revision=200617
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
Submitted by: rafan
Tested on: pointyhat
Notes:
svn path=/head/; revision=185058
|
|
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>
Notes:
svn path=/head/; revision=167082
|