Commit graph

387613 commits

Author SHA1 Message Date
Antoine Brodin
8fcc675d69 Add explicit USES=gperf 2016-02-11 17:39:35 +00:00
Raphael Kubo da Costa
bf96945480 Deprecate and expire in 1 month.
No ports currently depend on graphics/py-imaging, and graphics/py-pillow tracks
the fork that is actually being maintained (PIL's last release is from 2009).

PR:		207111
Approved by:	mainland@apeiron.net (maintainer)
2016-02-11 17:22:00 +00:00
Raphael Kubo da Costa
b875a44a9a Backport two Pillow security fixes.
Pillow 3.1.1 was released a few days ago [1], and some of the security fixes
in that release also apply to PIL:

* bcaaf97f4f
* ae453aa18b

[1] https://pillow.readthedocs.org/en/3.1.x/releasenotes/3.1.1.html

PR:		207054
Approved by:	mainland@apeiron.net (maintainer)
Security:	a8de962a-cf15-11e5-805c-5453ed2e2b49
Security:	6ea60e00-cf13-11e5-805c-5453ed2e2b49
Security:	CVE-2016-0775
2016-02-11 17:11:08 +00:00
Rene Ladan
09c4e126aa archivers/star: revive port
- update MASTER_SITES
- modernize (staging, USES, manual pages, @sample)
- add license information (CDDL + GPLv2)
- regenerate patches (no content changes)
- pass maintainer to submitter

While here:
- add USE_GCC=any to allow build on FreeBSD 10+

PR:		188974
Submitted by:	Chris Hutchinson (portmaster@BSDforge.com)
2016-02-11 16:22:41 +00:00
Don Lewis
e0aa066aea Unbreak PDF Import extension when building with modern boost. Similar
to the patch by amdmi3, link the extension with -lboost_system, but
only do this in the --with-system-boost case.  Doing this unconditionally
would break building with the bundled boost because only the boost headers
are available and the boost libraries are not built.  This is still a bit
pessimal because -lboost_system may be used when it is not strictly
necessary (when the system boost is old), but it is likely that this is
only relevant to FreeBSD and we are in the process of upgrading boost.
This fix should be acceptable upstream.

Re-enable the PDF Import extension by default.

When the PDF Import extension is enabled, promote boost from BUILD_DEPENDS
to LIB_DEPENDS.

Tested with PDFIMPORT both on and off.  Also tested with PDFIMPORT on,
--with-system-boost disabled, and boost removed from *_DEPENDS.

PR:		207073, 199601
2016-02-11 15:40:53 +00:00
Dmitry Marakasov
cb53fcbfb0 - Add links for clang38
Approved by:	bdrewery (maintainer implicit)
2016-02-11 15:28:13 +00:00
Andrej Zverev
d652280a9c assign port to the new maintainer (jaap@NLnetLabs.nl)
Submitted by:	sem@FreeBSD.org (maintainer) via private email
2016-02-11 14:40:13 +00:00
Marc Fonvieille
a1d8075f92 Update to r48156 of the FreeBSD docset (a.k.a. 10.3-R version)
Approved by:	doceng (implicit)
2016-02-11 14:32:17 +00:00
Johan van Selst
b9bb5a64b7 Fix build on CURRENT 2016-02-11 13:30:23 +00:00
Gerald Pfeifer
3238897fa1 Fix the build with clang 3.8.0 or later which support "native" Windows
varargs builtins.

PR:		206527
Submitted by:	dim
2016-02-11 10:58:05 +00:00
Raphael Kubo da Costa
df8d1d1b87 Readd lang/qt5-qml as a build-dependency after r407169.
lupdate needs QmlDevTools; if the dependency is not present, an update
might try to use an older qt5-qml version and fail.

No PORTREVISION bump necessary: the generated package does not change,
and if the port built successfully it means the right qt5-qml version
was used.

PR:		207098
2016-02-11 10:34:38 +00:00
Philippe Audeoud
a1a8a79f89 - Update to 2.92 2016-02-11 09:33:53 +00:00
Philippe Audeoud
a10a1dc483 - Update to 0.8e 2016-02-11 09:23:18 +00:00
Philippe Audeoud
ce024c87e0 - Update to 2.024 2016-02-11 08:33:08 +00:00
Philippe Audeoud
0321748848 - Update to 3.38 2016-02-11 08:29:01 +00:00
Martin Wilke
1c1cafe420 - Update to 20.0
- Remove install_egg_info patch (upstreamed) [1]

Changes:

https://pythonhosted.org/setuptools/history.html
[1] https://bitbucket.org/pypa/setuptools/issues/118

PR:		206582
exp-run:    antoine
Differential Revision:	D5051
2016-02-11 07:05:03 +00:00
Olivier Duchateau
b417ecc1a6 - Replace launchpad.net by CHEESESHOP
- Bump PORTREVISION, distinfo was mismatch with previous host

Suggested by:	rm@
2016-02-11 04:34:15 +00:00
Kurt Jaeger
038ab80f16 graphics/glfw: 3.0.4 -> 3.1.2
Version 3.1.2 adds fixes for a large number of bugs that together
affect all supported platforms, as well as dynamic loading work
that simplifies compilation and linking.

PR:		205460
Submitted by:	f.degner@gmx.de
Approved by:	koalative@gmail.com (maintainer timeout)
2016-02-11 02:57:55 +00:00
Kurt Jaeger
17099ab555 dns/knot2: enable multiple instances in rc.d script
PR:		203931
Submitted by:	Chad J. Milios <milios@ccsys.com>
Approved by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
2016-02-11 02:40:57 +00:00
Bryan Drewery
6dc38ae884 - Don't cache -fcolor-diagnostics.
Unlike gmake, which ccache is primarily targetted at, our make does not
  give a TTY to stderr.  Thus make -j does not use -fcolor-diagnostics by
  default.  If you run with make -j, then run make again ccache will
  add in -fcolor-diagnostics and find only cache misses.  Skip processing of
  -fcolor-diagnostics (and gcc equivalents) to avoid this problem and fix
  cache hits when flip-flopping between TTY/colors.  Fixing our make is
  possible but this change also allows the user to decide to add
  -fcolor-diagnostics and still use their existing uncolored cache.
2016-02-11 01:33:06 +00:00
Bryan Drewery
41f2027159 Regenerate patches 2016-02-11 01:29:36 +00:00
Jung-uk Kim
0c4aeb949c Update to 8u74.
PR:		207076
2016-02-11 01:15:19 +00:00
Jung-uk Kim
27044d1712 Update to 8u74.
PR:		207077
2016-02-11 01:14:28 +00:00
Baptiste Daroussin
bd61a67da2 Update to 1.6.4
Changes:
- Fix hardlinks extraction with --rootdir
- Relax url scheme acceptance to allow file:/ and file://
- Accept pkg+ for url scheme where it was never intended to be used, because users used it anyway
- Remove pkg-message
2016-02-10 23:27:17 +00:00
Jimmy Olgeni
859e12e188 Upgrade databases/elixir-ecto_migrate to version 0.6.3. 2016-02-10 22:32:57 +00:00
Jimmy Olgeni
7c9b2e7f60 Upgrade databases/elixir-timex_ecto to version 0.8.0. 2016-02-10 22:32:28 +00:00
Jimmy Olgeni
7691c86734 Upgrade devel/elixir-timex to version 1.0.1. 2016-02-10 22:31:56 +00:00
Jimmy Olgeni
41cf2d74c6 Upgrade devel/relx to version 3.15.0. 2016-02-10 22:31:26 +00:00
Jimmy Olgeni
901816028d Upgrade www/erlang-mochiweb to version 2.13.0. 2016-02-10 22:30:07 +00:00
Jimmy Olgeni
bd4406161d Upgrade devel/erlang-jobs to version 0.4. 2016-02-10 22:29:32 +00:00
Jimmy Olgeni
4480ad70ad Upgrade devel/erlang-gproc to version 0.6. 2016-02-10 22:28:38 +00:00
Jimmy Olgeni
865f1ace46 Upgrade textproc/erlang-edown to version 0.8. 2016-02-10 22:27:59 +00:00
Jimmy Olgeni
a19a4eb0cd Upgrade devel/elixir-csv to version 1.2.4. 2016-02-10 22:27:29 +00:00
Jimmy Olgeni
125517f7d8 Upgrade devel/elixir-apex to version 0.3.7. 2016-02-10 22:26:50 +00:00
Don Lewis
9abb7541cb Sort USE_PYTHON
Sponsored by:	Farsight Security, Inc.
2016-02-10 21:51:48 +00:00
Niclas Zeising
f2ca9b9f1b Update to 0.1.2
PR:		207088
Submitted by:	Anton Törnqvist (maintainer)
2016-02-10 21:18:01 +00:00
Kris Moore
1d33c02f40 - Update to 0.8.8
http://lumina-desktop.org/lumina-desktop-0-8-8-released/
2016-02-10 21:10:24 +00:00
Don Lewis
49aed67ae4 Sort USE_PYTHON
Sponsored by:	Farsight Security, Inc.
2016-02-10 20:34:04 +00:00
Don Lewis
f2e71fd335 Sort USE_PYTHON
Sponsored by:	Farsight Security, Inc.
2016-02-10 20:27:39 +00:00
Don Lewis
a343dcfcc4 Sort USE_PYTHON
Sponsored by:	Farsight Security, Inc.
2016-02-10 20:23:19 +00:00
Don Lewis
92a19c5a99 Sort USE_PYTHON
Sponsored by:	Farsight Security, Inc.
2016-02-10 20:19:23 +00:00
Don Lewis
1948856b85 Sort USE_PYTHON
Sponsored by:	Farsight Security, Inc.
2016-02-10 20:14:28 +00:00
Don Lewis
9d17a455b4 Sort USE_PYTHON
Sponsored by:	Farsight Security, Inc.
2016-02-10 20:09:50 +00:00
Mikhail Teterin
7677b52b1f Upgrade x265 from 1.8 to 1.9. Add the test-target to utilize upstream's bundled
tests and make myself the maintainer to deal with fallout, if any.

Bump PORTREVISION of the two other ports, which depend on x265 by default.

PR:		206864
2016-02-10 20:08:39 +00:00
Don Lewis
8f4ce8a786 Sort USE_PYTHON
Sponsored by:	Farsight Security, Inc.
2016-02-10 20:04:00 +00:00
Olivier Duchateau
99fd71726f Remove alternate host, because 302 redirections are fully supported (r338507)
Requested by:	Matthew Fuller (maintainer)
2016-02-10 19:49:38 +00:00
Don Lewis
f4d7d6de59 Nuke PORTREVISION, this is a new port.
Sort USE_PYTHON.

Requested by:	rm
Pointy hat to:	truckman
2016-02-10 19:45:07 +00:00
Kurt Jaeger
921981528a cad/p5-Verilog-Perl: 3.404 -> 3.418
Changes:
  http://cpansearch.perl.org/src/WSNYDER/Verilog-Perl-3.418/Changes
  Removed dependency of gcc. Now, p5-Verilog-Perl compiles with clang.

PR:		207050
Submitted by:	otacilio.neto@ee.ufcg.edu.br (maintainer)
2016-02-10 19:34:24 +00:00
Don Lewis
9f347440a2 New port devel/py-terminable_thread:
terminable_thread provides a subclass of threading.Thread, adding
  the facility to raise exceptions in the context of the given
  thread.

  This facility is incorporated in the terminable_thread.Thread
  methods raise_exc, which raises an arbitrary exception, and
  terminate, which raises SystemExit.

  This is not done in an entirely robust manner, and there may be
  unreported issues with it.

  It uses the unexposed PyThreadState_SetAsyncExc function (via
  ctypes) to raise an exception for the given thread.

Sponsored by:	Farsight Security, Inc.
2016-02-10 19:11:22 +00:00
Ruslan Makhmatkhanov
58baf8d4ab www/py-django-auth-ldap: update to 1.2.7
- update to 1.2.7: this release adds support for python3 via pyldap.
- add LICENSE_FILE and NO_ARCH

PR:		206605
Approved by:	maintainer timeout (16 days)
2016-02-10 18:59:23 +00:00