Commit graph

4953 commits

Author SHA1 Message Date
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
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Rodrigo Osorio
fe8b48ee89 Update port to 4.13.0.2 and remove plugins from default options.
PR:		223540
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
Approved by:	rodrigo (maintainer)
2017-11-08 22:44:36 +00:00
Alexey Dokuchaev
9f4fbaaf59 Reinstate IA32_BINARY_PORT=yes knob that was removed in r249298 to allow
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.
2017-11-07 14:26:42 +00:00
Alexey Dokuchaev
21f7ef49e0 - Update `archivers/rar' to version 5.5.0 (and actually unbreak)
- 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)
2017-11-06 13:33:00 +00:00
Tobias C. Berner
88002df3e1 Update archivers/py-borgbackup to 1.1.1
PR:		223404
Submitted by:	jjuanino@gmail.com (maintainer)
2017-11-04 10:54:39 +00:00
Sunpoet Po-Chuan Hsieh
ff0ad77095 Set PKGNAMEPREFIX to lua51- and PORTNAME to zlib
Submitted by:	sunpoet (myself)
Approved by:	Sir l33tname <sirl33tname@gmail.com> (maintainer)
2017-11-03 20:28:12 +00:00
Jimmy Olgeni
2fb9f25373 Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-11-01 13:10:35 +00:00
Alex Dupre
4392badf06 Update to 5.6.32 release.
PR:		223319
Submitted by:	Dani <i.dani@outlook.com>
2017-11-01 11:39:44 +00:00
Greg Lewis
24fc1b741b . Update to 3.3.2
. Use https rather than http where possible.
. Update WWW entry.

Reported by:	tj <tj@mrsk.me>
2017-10-29 23:47:56 +00:00
Torsten Zuehlsdorff
b071939c0e Update PHP 7.1 from 7.1.10 to 7.1.11
Changelog: http://www.php.net/ChangeLog-7.php#7.1.11

MFH:      2017Q4
Security: CVE-2016-1283
2017-10-27 07:32:34 +00:00
Torsten Zuehlsdorff
8688382c5c lang/php70: Update from 7.0.24 to 7.0.25
Changelog: http://www.php.net/ChangeLog-7.php#7.0.25

MFH:      2017Q4
Security: CVE-2016-1283
2017-10-26 15:21:23 +00:00
Adriaan de Groot
6f593dd224 Update some of the KDE Frameworks 5 ports with DISTVERSION, LICENSE
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12759
2017-10-24 21:30:29 +00:00
Steve Wills
21616ecf06 archivers/lua51-zlib update 1.1 to 1.2
PR:		222959
Submitted by:	Sir l33tname <sirl33tname@gmail.com> (maintainer)
2017-10-23 18:27:34 +00:00
Danilo G. Baio
7a9c87eb2b archivers/py-borgbackup: Update to 1.1.0
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)
2017-10-22 13:07:42 +00:00
Koop Mast
236ed68c6b Update file-roller to 3.26.1. 2017-10-20 18:40:51 +00:00
Alex Kozlov
1e51c02815 - Fix buffer overflow (CVE-2015-2782)
- 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)
2017-10-19 13:47:42 +00:00
Alex Kozlov
5b5905555a - Remove archivers/zip build dependency 2017-10-18 09:22:29 +00:00
Tobias C. Berner
bc52221c12 Update KDE Frameworks to 5.39
PR:		223003
Reviewed by:	rakuco, adridg
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D12620
2017-10-17 17:39:15 +00:00
Mark Felder
3b009ba6fe czipfile is a replacement for Python's builtin "zipfile" module, and
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
2017-10-12 17:30:49 +00:00
Emanuel Haupt
d117550fc3 Update WWW
Notified by:	bapt
2017-10-12 11:55:02 +00:00
Baptiste Daroussin
a5e0261276 Remove dead links 2017-10-12 11:30:49 +00:00
Baptiste Daroussin
5b12ea021e drop the ftp mirror which is not anonymous 2017-10-12 11:26:47 +00:00
Sunpoet Po-Chuan Hsieh
a1fec7193b Update to 1.3.2
Changes:	https://github.com/facebook/zstd/releases
2017-10-11 19:49:16 +00:00
Sunpoet Po-Chuan Hsieh
625e8d707c Add LICENSE 2017-10-10 11:20:15 +00:00
Sunpoet Po-Chuan Hsieh
4bb701ddfd Add LICENSE 2017-10-10 11:20:11 +00:00
Sunpoet Po-Chuan Hsieh
714e00258f Add LICENSE
Approved by:	portmgr (blanket)
2017-10-10 11:20:06 +00:00
Sunpoet Po-Chuan Hsieh
3683d9c5e0 Add LICENSE
- While I'm here, fix indent

Approved by:	portmgr (blanket)
2017-10-10 11:20:01 +00:00
Sunpoet Po-Chuan Hsieh
896ecbf06e Add LICENSE 2017-10-10 11:19:56 +00:00
Sunpoet Po-Chuan Hsieh
369e08297e Add LICENSE 2017-10-10 11:19:51 +00:00
Sunpoet Po-Chuan Hsieh
b3d234bd6d Add LICENSE
Approved by:	portmgr (blanket)
2017-10-10 11:19:47 +00:00