| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
Notes:
svn path=/head/; revision=455913
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Pointyhat: sunpoet
Notes:
svn path=/head/; revision=455486
|
|
|
|
|
|
|
|
|
| |
- Do not silence installation message
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=455483
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=455437
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Unsilence installation commands
Notes:
svn path=/head/; revision=455395
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D13292
Notes:
svn path=/head/; revision=455116
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: naddy (via email)
Notes:
svn path=/head/; revision=454867
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
Notes:
svn path=/head/; revision=454777
|
|
|
|
|
|
|
|
| |
Remove our local patches, upstream has started installing zipconf.h into an
architecture-independent directory.
Notes:
svn path=/head/; revision=454603
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changes: https://github.com/python-lz4/python-lz4/releases
Notes:
svn path=/head/; revision=454564
|
|
|
|
|
|
|
|
| |
PR: 223754
Submitted by: jjuanino@gmail.com (maintainer)
Notes:
svn path=/head/; revision=454512
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
Notes:
svn path=/head/; revision=454268
|
|
|
|
|
|
|
| |
Changes: https://github.com/google/brotli/releases
Notes:
svn path=/head/; revision=454208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: 223540
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
Approved by: rodrigo (maintainer)
Notes:
svn path=/head/; revision=453770
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 223404
Submitted by: jjuanino@gmail.com (maintainer)
Notes:
svn path=/head/; revision=453447
|
|
|
|
|
|
|
|
| |
Submitted by: sunpoet (myself)
Approved by: Sir l33tname <sirl33tname@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=453431
|
|
|
|
| |
Notes:
svn path=/head/; revision=453284
|
|
|
|
|
|
|
|
| |
PR: 223319
Submitted by: Dani <i.dani@outlook.com>
Notes:
svn path=/head/; revision=453277
|
|
|
|
|
|
|
|
|
|
| |
. Use https rather than http where possible.
. Update WWW entry.
Reported by: tj <tj@mrsk.me>
Notes:
svn path=/head/; revision=453144
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.1.11
MFH: 2017Q4
Security: CVE-2016-1283
Notes:
svn path=/head/; revision=452965
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.0.25
MFH: 2017Q4
Security: CVE-2016-1283
Notes:
svn path=/head/; revision=452923
|
|
|
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12759
Notes:
svn path=/head/; revision=452819
|
|
|
|
|
|
|
|
| |
PR: 222959
Submitted by: Sir l33tname <sirl33tname@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=452729
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=452550
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=452322
|
|
|
|
|
|
|
|
|
|
| |
PR: 223003
Reviewed by: rakuco, adridg
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12620
Notes:
svn path=/head/; revision=452286
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Notified by: bapt
Notes:
svn path=/head/; revision=451863
|
|
|
|
| |
Notes:
svn path=/head/; revision=451859
|
|
|
|
| |
Notes:
svn path=/head/; revision=451856
|
|
|
|
|
|
|
| |
Changes: https://github.com/facebook/zstd/releases
Notes:
svn path=/head/; revision=451776
|
|
|
|
| |
Notes:
svn path=/head/; revision=451682
|
|
|
|
| |
Notes:
svn path=/head/; revision=451681
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=451680
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix indent
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=451679
|
|
|
|
| |
Notes:
svn path=/head/; revision=451678
|