aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* - Those ports fail to build with python3Antoine Brodin2017-12-101-2/+2
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=455913
* archivers/php71-phar: Unbreak if devel/re2c is installedTorsten Zuehlsdorff2017-12-052-0/+10
| | | | | | | | | | | | | | There is a upstream bug which makes compiling this module impossible if devel/re2c is installed: https://bugs.php.net/bug.php?id=75587 The patch unbreaks this behavior. PR: 223880 Submitted by: mishin@mh.san.ru Notes: svn path=/head/; revision=455586
* UnbreakAntoine Brodin2017-12-031-1/+1
| | | | | | | Pointyhat: sunpoet Notes: svn path=/head/; revision=455486
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-12-031-3/+4
| | | | | | | | | - Do not silence installation message Approved by: portmgr (blanket) Notes: svn path=/head/; revision=455483
* Change from USES=python:2 to USES=python:2.7Sunpoet Po-Chuan Hsieh2017-12-031-3/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=455437
* Fix configure options for gnustep-makeDavid Chisnall2017-12-033-3/+3
| | | | | | | | | | We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults. Notes: svn path=/head/; revision=455401
* - Add LICENSEDmitry Marakasov2017-12-031-1/+4
| | | | | | | - Unsilence installation commands Notes: svn path=/head/; revision=455395
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-309-35/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* [new port] archivers/py-xopen: Open compressed files transparentlyJason W. Bacon2017-11-294-0/+29
| | | | | | | | Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D13292 Notes: svn path=/head/; revision=455116
* archivers/py-borgbackup: Update to 1.1.3Danilo G. Baio2017-11-292-4/+4
| | | | | | | | | | | Changes: https://github.com/borgbackup/borg/blob/1.1.3/docs/changes.rst#version-113-2017-11-27 PR: 223946 Submitted by: jjuanino@gmail.com (maintainer) Security: 0d369972-d4ba-11e7-bfca-005056925db4 Notes: svn path=/head/; revision=455093
* Update to 5.50Sunpoet Po-Chuan Hsieh2017-11-252-6/+6
| | | | | | | Submitted by: naddy (via email) Notes: svn path=/head/; revision=454867
* Update to 2.076Sunpoet Po-Chuan Hsieh2017-11-232-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes Notes: svn path=/head/; revision=454777
* Update to 1.3.2.Raphael Kubo da Costa2017-11-215-44/+6
| | | | | | | | Remove our local patches, upstream has started installing zipconf.h into an architecture-independent directory. Notes: svn path=/head/; revision=454603
* Point to libzip.org.Raphael Kubo da Costa2017-11-212-2/+2
| | | | | | | | libzip has recently switched to its own domain; use it instead of relying on redirections from the old one. Notes: svn path=/head/; revision=454595
* Update to 0.11.1Sunpoet Po-Chuan Hsieh2017-11-202-4/+4
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=454564
* archivers/py-borgbackup: Update to 1.1.2Steve Wills2017-11-202-4/+4
| | | | | | | | PR: 223754 Submitted by: jjuanino@gmail.com (maintainer) Notes: svn path=/head/; revision=454512
* Add PHP 7.2 RC6Torsten Zuehlsdorff2017-11-168-0/+102
| | | | | | | | | | | | | | | | Notable changes: - mcrypt module was removed - sodium module was added - sybase_ct artifacts removed Also many PECL ports will not work with this version since some files got renamed. Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de> Differential Revision: https://reviews.freebsd.org/D12980 Notes: svn path=/head/; revision=454302
* Update KDE Frameworks to 5.40.0Tobias C. Berner2017-11-162-4/+3
| | | | | | | | | | | | | | * update to 5.40.0 * unreleated cleanups: - unify use of DISTVERSION - remove created by line PR: 223602 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12966 Notes: svn path=/head/; revision=454297
* Update to 2.075Sunpoet Po-Chuan Hsieh2017-11-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes Notes: svn path=/head/; revision=454268
* Update to 1.0.1Sunpoet Po-Chuan Hsieh2017-11-142-5/+4
| | | | | | | Changes: https://github.com/google/brotli/releases Notes: svn path=/head/; revision=454208
* - Add LLD_UNSAFE to fix build with WITH_LLD_IS_LD [1]Renato Botelho2017-11-131-6/+16
| | | | | | | | | | | | | | | - Create OPTIONS to set possible languages to be used at build time instead of using LOCALE environment variable [2] - While here, pet portlint - Bump PORTREVISION PR: 219716 [1], 223259 [2] Submitted by: ed@ [1], Matt <fsbruva@yahoo.com> [2] Reported by: O. Hartmann <iohartmann@walstatt.org> [1] Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=454107
* devel/icu: update to 60.1Jan Beich2017-11-091-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine Notes: svn path=/head/; revision=453790
* Update port to 4.13.0.2 and remove plugins from default options.Rodrigo Osorio2017-11-082-6/+5
| | | | | | | | | PR: 223540 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Approved by: rodrigo (maintainer) Notes: svn path=/head/; revision=453770
* Reinstate IA32_BINARY_PORT=yes knob that was removed in r249298 to allowAlexey Dokuchaev2017-11-071-15/+2
| | | | | | | | | installation on 64-bit systems even if 32-bit libraries are not present (binary was statically linked): nowadays, the binary is linked dynamically and thus requires /usr/lib32. This also allows to remove BROKEN_* knobs. Notes: svn path=/head/; revision=453662
* - Update `archivers/rar' to version 5.5.0 (and actually unbreak)Alexey Dokuchaev2017-11-062-17/+9
| | | | | | | | | | | | | | | - Changelog: https://www.rarlab.com/rarnew.htm - SFX module no longer depends on `misc/compat9x', so SFX option can be removed - While here, install more complete set of documentation files - TIMESTAMP (rarbsd-5.5.0.tar.gz) = 1502460028 PR: 222970 Submitted by: Ralf van der Enden Approved by: maintainer (gabor, 3+ weeks) Notes: svn path=/head/; revision=453616
* Update archivers/py-borgbackup to 1.1.1Tobias C. Berner2017-11-042-4/+4
| | | | | | | | PR: 223404 Submitted by: jjuanino@gmail.com (maintainer) Notes: svn path=/head/; revision=453447
* Set PKGNAMEPREFIX to lua51- and PORTNAME to zlibSunpoet Po-Chuan Hsieh2017-11-031-2/+2
| | | | | | | | Submitted by: sunpoet (myself) Approved by: Sir l33tname <sirl33tname@gmail.com> (maintainer) Notes: svn path=/head/; revision=453431
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-012-6/+6
| | | | Notes: svn path=/head/; revision=453284
* Update to 5.6.32 release.Alex Dupre2017-11-011-1/+0
| | | | | | | | PR: 223319 Submitted by: Dani <i.dani@outlook.com> Notes: svn path=/head/; revision=453277
* . Update to 3.3.2Greg Lewis2017-10-294-18/+7
| | | | | | | | | | . Use https rather than http where possible. . Update WWW entry. Reported by: tj <tj@mrsk.me> Notes: svn path=/head/; revision=453144
* Update PHP 7.1 from 7.1.10 to 7.1.11Torsten Zuehlsdorff2017-10-271-1/+0
| | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.11 MFH: 2017Q4 Security: CVE-2016-1283 Notes: svn path=/head/; revision=452965
* lang/php70: Update from 7.0.24 to 7.0.25Torsten Zuehlsdorff2017-10-261-1/+0
| | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.25 MFH: 2017Q4 Security: CVE-2016-1283 Notes: svn path=/head/; revision=452923
* Update some of the KDE Frameworks 5 ports with DISTVERSION, LICENSEAdriaan de Groot2017-10-241-1/+5
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12759 Notes: svn path=/head/; revision=452819
* archivers/lua51-zlib update 1.1 to 1.2Steve Wills2017-10-233-7/+7
| | | | | | | | PR: 222959 Submitted by: Sir l33tname <sirl33tname@gmail.com> (maintainer) Notes: svn path=/head/; revision=452729
* archivers/py-borgbackup: Update to 1.1.0Danilo G. Baio2017-10-222-5/+6
| | | | | | | | | | | | | | Shortened changelog of major features only: https://www.borgbackup.org/releases/borg-1.1.html Long changelog: https://github.com/borgbackup/borg/blob/1.1.0/docs/changes.rst#version-110-2017-10-07 PR: 223135 Submitted by: jjuanino@gmail.com (maintainer) Notes: svn path=/head/; revision=452645
* Update file-roller to 3.26.1.Koop Mast2017-10-205-39/+34
| | | | Notes: svn path=/head/; revision=452550
* - Fix buffer overflow (CVE-2015-2782)Alex Kozlov2017-10-197-222/+37
| | | | | | | | | | | | | | | | - Fix absolute path directory traversal (CVE-2015-0557) - Fix symlink directory traversal (CVE-2015-0556) - Fix build on armv6 - Fix parallel build - Make build reproducible PR: 221589 Submitted by: mikael.urankar@gmail.com Obtained from: debian patchset 16 Approved by: garga (maintainer) Notes: svn path=/head/; revision=452421
* - Remove archivers/zip build dependencyAlex Kozlov2017-10-181-2/+2
| | | | Notes: svn path=/head/; revision=452322
* Update KDE Frameworks to 5.39Tobias C. Berner2017-10-171-3/+3
| | | | | | | | | | PR: 223003 Reviewed by: rakuco, adridg Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12620 Notes: svn path=/head/; revision=452286
* czipfile is a replacement for Python's builtin "zipfile" module, andMark Felder2017-10-124-0/+29
| | | | | | | | | | | | provides much faster, C-based zipfile decryption. The code is actually 95% identical to Python 2.6.5's Lib/zipfile.py, with some very minor modifications to allow it to compile in Cython, and the _ZipDecrypter class adapted to take advantage of native C datatypes. WWW: http://pypi.python.org/pypi/czipfile Notes: svn path=/head/; revision=451917
* Update WWWEmanuel Haupt2017-10-121-1/+1
| | | | | | | Notified by: bapt Notes: svn path=/head/; revision=451863
* Remove dead linksBaptiste Daroussin2017-10-122-4/+1
| | | | Notes: svn path=/head/; revision=451859
* drop the ftp mirror which is not anonymousBaptiste Daroussin2017-10-121-2/+1
| | | | Notes: svn path=/head/; revision=451856
* Update to 1.3.2Sunpoet Po-Chuan Hsieh2017-10-112-4/+4
| | | | | | | Changes: https://github.com/facebook/zstd/releases Notes: svn path=/head/; revision=451776
* Add LICENSESunpoet Po-Chuan Hsieh2017-10-101-0/+3
| | | | Notes: svn path=/head/; revision=451682
* Add LICENSESunpoet Po-Chuan Hsieh2017-10-101-0/+3
| | | | Notes: svn path=/head/; revision=451681
* Add LICENSESunpoet Po-Chuan Hsieh2017-10-101-0/+3
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=451680
* Add LICENSESunpoet Po-Chuan Hsieh2017-10-101-1/+4
| | | | | | | | | - While I'm here, fix indent Approved by: portmgr (blanket) Notes: svn path=/head/; revision=451679
* Add LICENSESunpoet Po-Chuan Hsieh2017-10-101-0/+3
| | | | Notes: svn path=/head/; revision=451678