Commit Graph

4983 Commits

Author SHA1 Message Date
Steve Wills
719d7eaafb MFH: r460675
Unbreak the build against Clang 6.0.0 and respect CXXFLAGS.

PR:	225555

Approved by:	ports-secteam (implicit)
2018-02-26 05:19:32 +00:00
Torsten Zuehlsdorff
45bc3a7304 MFH: r460697
Update PHP 7.1 from 7.1.13 to 7.1.14

Changelog: http://www.php.net/ChangeLog-7.php#7.1.14

Remove patch since upstream integrated a fix for the issue

Approved by:	ports-secteam (swills)
2018-02-02 14:26:03 +00:00
Koop Mast
87e8ce533d MFH: r460078
Update gcab to 0.8.

Security fix release with normal bug fixes.

Security:	2cceb80e-c482-4cfd-81b3-2088d2c0ad53
		CVE-2018-5345

Approved by:	ports-secteam (swills@)
2018-01-27 16:01:41 +00:00
Renato Botelho
1776f23d0e MFH: r459324
Update debian patch collection to version 17 since 16 is not available anymore

Reported by:	David Martin <dmartin@aisliny.com>
Sponsored by:	Rubicon Communications, LLC (Netgate)
Approved by:	ports-secteam (swills)
2018-01-18 14:24:36 +00:00
Torsten Zuehlsdorff
103accb225 MFH: r458658
Update PHP 7.1 from 7.1.12 to 7.1.13

Changelog: http://www.php.net/ChangeLog-7.php#7.1.13

PR:  224955

Approved by: ports-secteam (swills)
2018-01-15 16:48:39 +00:00
Antoine Brodin
fc79564267 MFH: r457916
Update to 0.6.8
2018-01-02 19:17:29 +00:00
Tobias C. Berner
c45b599df9 Update archivers/py-borgbackup to 1.1.4
PR:		224791
Submitted by:	jjuanino@gmail.com <maintainer>
2017-12-31 10:24:45 +00:00
Antoine Brodin
377901b804 Simplify some USES=python
With hat:	portmgr
2017-12-29 09:01:54 +00:00
Xin LI
efa97484d2 Update to 2.4. 2017-12-29 03:14:37 +00:00
Sunpoet Po-Chuan Hsieh
b0f52bfe06 Update to 0.17.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-12-28 13:41:39 +00:00
Antoine Brodin
4208ec68ef New port: archivers/py-acefile
acefile is an implementation of the ACE archive format.  It is intended to be
used as a library, but also provides a stand-alone unace utility.  As mostly
pure-python implementation, it is significantly slower than native
implementations, but more robust against vulnerabilities.

This implementation supports up to version 2.0 of the ACE archive format,
including the EXE, DELTA, PIC and SOUND modes of ACE 2.0, password protected
archives and multi-volume archives.  It does not support writing to archives.
It is an implementation from scratch, based on the 1998 document titled
"Technical information of the archiver ACE v1.2" by Marcel Lemke, using unace
2.5 and WinAce 2.69 by Marcel Lemke as reference implementations.

WWW: https://www.roe.ch/acefile
2017-12-27 13:17:17 +00:00
Li-Wen Hsu
a7d5f90167 - Update to 0.16.6 2017-12-26 18:54:27 +00:00
Sunpoet Po-Chuan Hsieh
abc8b04606 Update to 0.14.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-12-25 13:54:09 +00:00
Dmitry Marakasov
e3f6443125 - Simplify Makefile
- Unsilence installation commands
2017-12-25 09:00:42 +00:00
Tijl Coosemans
223d2940cd Convert to USES=autoreconf and remove unneeded -fPIC. 2017-12-24 16:30:40 +00:00
Alexey Dokuchaev
0dbba76acd Remove BROKEN_sparc64 statement which was originally added in r277772 by
linimon@ 6.5 years ago for Snappy 1.0.2.  It now builds and runs fine on
10.4-STABLE running under QEMU 2.9.0 (regression tests pass, courtesy of
TEST_TARGET).  While at it, move OPTIONS_DEFINE knob where it is usually
expected to be found in the Makefile.
2017-12-24 10:48:23 +00:00
Sunpoet Po-Chuan Hsieh
07bdabee1a Update to 0.13.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-12-23 16:49:53 +00:00
Sunpoet Po-Chuan Hsieh
f623a7d6a1 Add LZ4 option
- Bump PORTREVISION for dependency and package change
2017-12-23 16:49:33 +00:00
Sunpoet Po-Chuan Hsieh
1c0df3c0bc Update to 1.3.3
Changes:	https://github.com/facebook/zstd/releases
2017-12-22 23:03:51 +00:00
Pawel Pekala
a6370a8e99 Add missing @ before ${FLAVOR}
make all-depends-list error:
py27-lz4-0.12.0: "/hdd/ports/devel/py-pytestpy27" non-existent -- dependency list incomplete

Approved by:	just fix it
2017-12-22 14:13:38 +00:00
Sunpoet Po-Chuan Hsieh
57468a275f Update to 0.12.0
- Add TEST_DEPENDS

Changes:	https://github.com/python-lz4/python-lz4/releases
2017-12-21 17:41:41 +00:00
Sunpoet Po-Chuan Hsieh
298d843df8 Update to 1.60
Changes:	http://search.cpan.org/dist/Archive-Zip/Changes
2017-12-21 17:41:15 +00:00
Ed Maste
92ce8e45c6 archivers/lua51-zlib: set LLD_UNSAFE
The port invokes the linker directly (not via the compiler driver).
lld does not include any default search paths (unlike the GNU BFD linker
so cannot find libraries specified as e.g. -lm or -lz.

This can be addressed by invoking the linker via the compiler driver,
or by specifying the search path explicitly with -L. For now just avoid
using lld to link the port.

PR:		214864, 221808
Sponsored by:	The FreeBSD Foundation
2017-12-20 01:58:39 +00:00
Tobias C. Berner
d7b037be20 Update KDE Frameworks to 5.41
PR:		224227
Exp-run by:	antoine
Reviewed by:	adridg, rakuco
Differential Revision:	https://reviews.freebsd.org/D13367
2017-12-14 20:15:52 +00:00
Torsten Zuehlsdorff
1d7e0541a4 Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.

PR:          222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
2017-12-14 13:57:28 +00:00
Dmitry Marakasov
d7ea331b4e - Add LICENSE
- Add NO_ARCH
- Switch to options helpers
- Unsilence installation commands

Approved by:	portmgr blanket
2017-12-12 09:00:32 +00:00
Bernard Spil
e6b0953e15 archivers/brotli: Update to 1.0.2
PR:		223966
Approved by:	osa (maintainer)
2017-12-12 08:11:25 +00:00
Sunpoet Po-Chuan Hsieh
4d6a71d952 Update to 1.0.2
- Change MASTER_SITES from CHEESESHOP to GitHub

Changes:	https://github.com/google/brotli/releases
2017-12-11 10:38:40 +00:00
Antoine Brodin
a021c1b8c0 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-10 20:48:45 +00:00
Torsten Zuehlsdorff
9c66986f13 archivers/php71-phar: Unbreak if devel/re2c is installed
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
2017-12-05 15:56:04 +00:00
Antoine Brodin
74afb17cd0 Unbreak
Pointyhat:	sunpoet
2017-12-03 20:47:08 +00:00
Sunpoet Po-Chuan Hsieh
80dd5e925f Add LICENSE_FILE
- Do not silence installation message

Approved by:	portmgr (blanket)
2017-12-03 20:38:37 +00:00
Sunpoet Po-Chuan Hsieh
92d03410d1 Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
2017-12-03 20:34:47 +00:00
David Chisnall
f9197640d9 Fix configure options for gnustep-make
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.
2017-12-03 12:23:53 +00:00
Dmitry Marakasov
1f7a2c95ca - Add LICENSE
- Unsilence installation commands
2017-12-03 09:00:25 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
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
2017-11-30 15:50:30 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
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
2017-11-30 06:13:34 +00:00
Jason W. Bacon
c08c101b3f [new port] archivers/py-xopen: Open compressed files transparently
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D13292
2017-11-29 16:00:39 +00:00
Danilo G. Baio
ce8a13cd1b archivers/py-borgbackup: Update to 1.1.3
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
2017-11-29 04:36:14 +00:00
Sunpoet Po-Chuan Hsieh
1c9c0376b4 Update to 5.50
Submitted by:	naddy (via email)
2017-11-25 03:01:38 +00:00
Sunpoet Po-Chuan Hsieh
90cdc3dae9 Update to 2.076
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2017-11-23 19:08:29 +00:00
Raphael Kubo da Costa
ae74f422d9 Update to 1.3.2.
Remove our local patches, upstream has started installing zipconf.h into an
architecture-independent directory.
2017-11-21 12:09:55 +00:00
Raphael Kubo da Costa
e25cbaf17b Point to libzip.org.
libzip has recently switched to its own domain; use it instead of relying on
redirections from the old one.
2017-11-21 11:13:35 +00:00
Sunpoet Po-Chuan Hsieh
bc09316f1a Update to 0.11.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-11-20 14:32:19 +00:00
Steve Wills
c7b98f84d2 archivers/py-borgbackup: Update to 1.1.2
PR:		223754
Submitted by:	jjuanino@gmail.com (maintainer)
2017-11-20 01:25:14 +00:00
Torsten Zuehlsdorff
687591dd75 Add PHP 7.2 RC6
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
2017-11-16 10:48:48 +00:00
Tobias C. Berner
d0d2791306 Update KDE Frameworks to 5.40.0
* 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
2017-11-16 05:59:35 +00:00
Sunpoet Po-Chuan Hsieh
8396b8ef0c Update to 2.075
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2017-11-15 19:55:29 +00:00
Sunpoet Po-Chuan Hsieh
99b5e61663 Update to 1.0.1
Changes:	https://github.com/google/brotli/releases
2017-11-14 22:50:52 +00:00
Renato Botelho
c0432317fe - Add LLD_UNSAFE to fix build with WITH_LLD_IS_LD [1]
- 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)
2017-11-13 12:12:08 +00:00