aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-214-8/+4
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* ${RM} already has -f.Mathieu Arnold2016-10-214-6/+6
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove expired PHP5.5 ports.Rene Ladan2016-10-218-116/+0
| | | | Notes: svn path=/head/; revision=424382
* Unlink expired PHP5.5 ports.Rene Ladan2016-10-211-4/+0
| | | | Notes: svn path=/head/; revision=424381
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* - Update to 2.12Philippe Audeoud2016-10-202-4/+4
| | | | Notes: svn path=/head/; revision=424309
* - Update devel/tbb to version 2017.1Ganael LAPLANCHE2016-10-181-1/+1
| | | | | | | - Bump dependent ports Notes: svn path=/head/; revision=424208
* Introduce new extensible virtual categories for KDETobias C. Berner2016-10-181-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor) Notes: svn path=/head/; revision=424182
* Update to version 1.10.1, which fixed spurious error message when extractingAlexey Dokuchaev2016-10-162-4/+4
| | | | | | | | | | | multi-part RAR files. Found out via: repology.org TIMESTAMP (unar1.10.1_src.zip) = 1463769977 Notes: svn path=/head/; revision=424070
* Update to 0.92Emanuel Haupt2016-10-142-4/+10
| | | | | | | Notified by: repology.org Notes: svn path=/head/; revision=423990
* I have been advised by the maintainer of debootstrap that this port canMark Linimon2016-10-111-3/+0
| | | | | | | | | be used as a cross-tool. Revert previous commit. Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> Notes: svn path=/head/; revision=423759
* Thank you Uffe for your past work on FreeBSD ports! Hope you'll find timeBoris Samorodov2016-10-091-1/+1
| | | | | | | | | to contribute to FreeBSD in the future. Reset Uffe's ports maintainership. Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail) Notes: svn path=/head/; revision=423625
* archivers/zip-ada: Upgrade version 51 => 52John Marino2016-10-093-27/+50
| | | | | | | Several new programs were identified and installed. Notes: svn path=/head/; revision=423623
* devel/nspr, security/nss: drop version from SONAMEJan Beich2016-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine Notes: svn path=/head/; revision=423591
* Mark as not for sparc64. Debian claims to run on mips and powerpc but IMark Linimon2016-10-051-0/+3
| | | | | | | | | do not know whether we support that in the linuxolator. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=423373
* Update to 1.09.Adam Weinberger2016-10-013-28/+9
| | | | | | | Changes: https://metacpan.org/changes/distribution/Compress-LZO Notes: svn path=/head/; revision=423086
* Mark BROKEN with Ruby 2.3Antoine Brodin2016-10-011-0/+3
| | | | | | | Deprecate: Broken will all supported versions of Ruby Notes: svn path=/head/; revision=423047
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-302-3/+3
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* Update star to 1.5.3Martin Matuska2016-09-286-8/+212
| | | | | | | | | | | | Allow build with clang Add patch for FreeBSD NFSv4 ACL support PR: 212274 Submitted by: mm@FreeBSD.org Approved by: maintainer timeout Notes: svn path=/head/; revision=422894
* archivers/zstd: Upgrade version 1.0.0 => 1.1.0John Marino2016-09-282-4/+4
| | | | Notes: svn path=/head/; revision=422878
* archivers/freeze: register conflict with multimedia/mltRuslan Makhmatkhanov2016-09-241-0/+1
| | | | | | | | | | | | Both ports installing bin/melt binary, but freeze lacks corresponding CONFLICTS entry. PR: 171313 Reported by: bartsch@dssgmbh.de Approved by: maintainer timeout Notes: svn path=/head/; revision=422738
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* lang/php56: Update from 5.6.25 to 5.6.26Torsten Zuehlsdorff2016-09-234-4/+0
| | | | | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: swills (mentor) Notes: svn path=/head/; revision=422652
* - Fix LICENSEDmitry Marakasov2016-09-221-2/+6
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=422628
* lang/php70: Update from 7.0.10 to 7.0.11Torsten Zuehlsdorff2016-09-214-4/+0
| | | | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: pi (mentor) Notes: svn path=/head/; revision=422569
* archivers/snappy-java: new fedora MASTER_SITE to unbreakJohn Marino2016-09-201-3/+1
| | | | Notes: svn path=/head/; revision=422505
* Convert archivers/quazip-qt5 into a slave port, and switch to cmake for ↵Tobias C. Berner2016-09-188-79/+37
| | | | | | | | | | | | | | archivers/quazip. * Convert to slaveport, as they are very similar * Switch to cmake in archviers/quazip Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7909 Notes: svn path=/head/; revision=422407
* Update to 5.40.Adam Weinberger2016-09-172-5/+6
| | | | | | | | PR: 212351 Approved by: maintainer timeout Notes: svn path=/head/; revision=422331
* Update archivers/quazip and archivers/quazip-qt5 to 0.7.2Tobias C. Berner2016-09-173-7/+8
| | | | | | | | | | | | | | | | | [The previous commit r22303 skipped archives/quazip] * archivers/quazip Regenerate the qztest.pro patch for archivers/quazip * archivers/quazip-qt5 Drop the coinstallability patch as it is now part of the release Add upstreamed patch by rakuco@ to fix linking Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7726 Notes: svn path=/head/; revision=422304
* Update archivers/quazip and archivers/quazip-qt5 to 0.7.2Tobias C. Berner2016-09-175-110/+33
| | | | | | | | | | | | | | | * archivers/quazip Regenerate the qztest.pro patch for archivers/quazip * archivers/quazip-qt5 Drop the coinstallability patch as it is now part of the release Add upstreamed patch by rakuco@ to fix linking Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7726 Notes: svn path=/head/; revision=422303
* Update WWW.Vanilla I. Shu2016-09-171-1/+1
| | | | | | | | PR: 212732 Submitted by: shun.fbsd.pr@dropcut.net Notes: svn path=/head/; revision=422296
* Take maintainership of archivers/quazipTobias C. Berner2016-09-161-1/+1
| | | | | | | | | | > I was wondering if you were willing to push archivers/quazip onto kde@ Of course, assign the maintanership to kde@, please. :) Approved by: nivit (previous maintainer), rakuco (mentor) Notes: svn path=/head/; revision=422250
* Hook pecl-snappy to the buildAntoine Brodin2016-09-151-1/+1
| | | | Notes: svn path=/head/; revision=422216
* remove extra WRKSRC.Vanilla I. Shu2016-09-151-1/+0
| | | | | | | Submitted by: mat@ Notes: svn path=/head/; revision=422193
* 1: rename php5-snappy to pecl-snappy.Vanilla I. Shu2016-09-155-55/+8
| | | | | | | | 2: it's php7 compatible now. 3: switch to GITHUB. Notes: svn path=/head/; revision=422191
* Unmark broken on powerpc64Steve Wills2016-09-153-6/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-143-1/+5
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* - Update to 1.0.7Dmitry Marakasov2016-09-112-4/+4
| | | | | | | | PR: 212161 Submitted by: jjuanino@gmail.com (maintainer) Notes: svn path=/head/; revision=421826
* Mark NO_ARCHEmanuel Haupt2016-09-101-0/+1
| | | | Notes: svn path=/head/; revision=421683
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-093-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* - Update to 5.4.0Gabor Kovesdan2016-09-082-5/+9
| | | | | | | | | | - Add an option for SFX archive support [1] PR: 209365 [1] Submitted by: Naram Oashat <cyberbotx@cyberbotx.com> Notes: svn path=/head/; revision=421575
* - Add archives/py-python-lhafileDmitry Marakasov2016-09-064-0/+30
| | | | | | | | | | | | | The interface is like zipfile extension included in regular python distribution. WWW: http://fengestad.no/python-lhafile/ PR: 211279 Submitted by: cs@innolan.dk Notes: svn path=/head/; revision=421451
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-054-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* archivers/zstd: Upgrade version 0.8.1 => 1.0.0John Marino2016-09-026-12/+12
| | | | | | | | | | The copyright of zstd has been transferred to Facebook as part of this v1.0 release. It also comes with a patent grant and a new public streaming API (previously the API was in flux and only available on static builds). Notes: svn path=/head/; revision=421267
* Good example of how to not hook up tests.Mathieu Arnold2016-09-011-4/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=421224
* - Fix LICENSEDmitry Marakasov2016-09-011-5/+6
| | | | | | | | | | | | | - Add LICENSE_FILE - Remove bogus USES=tar:bzip2 - Switch to USES=localbase - Fix build with disabled NLS - Whitespace fix Approved by: portmgr blanket Notes: svn path=/head/; revision=421216
* - Pet portlintDmitry Marakasov2016-09-011-6/+7
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=421215
* lang/php56: Update from 5.6.24 to 5.6.25Torsten Zuehlsdorff2016-08-304-4/+4
| | | | | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor) Notes: svn path=/head/; revision=421112
* archivers/zip-ada: Upgrade version 50_f1 => 51John Marino2016-08-273-31/+39
| | | | Notes: svn path=/head/; revision=421002
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774