Commit graph

381254 commits

Author SHA1 Message Date
Lars Engels
9d3fdde10f - Remove the unneeded .sample files in $DATADIR/itl. The .conf files there
should never be touched by a user.
- Add a pkg-message with a notice on major upgrades
- Bump PORTREVISION
2015-11-17 21:22:08 +00:00
Joe Marcus Clarke
dceac2dff9 Refactor tshark and the lite ports to fix the build.
Submitted by:	 Andriy Voskoboinyk  <s3erios@gmail.com>
2015-11-17 17:35:31 +00:00
Pawel Pekala
914ed8f5e4 Update to version 5.15.1
Changelog:
Bundle sha1 rather than use libgcrypt/nettle. This means that
configure no longer accepts --with-gcrypt and --with-nettle.

Fix rpn2cql fails for Bib-1 set in qry+conf YAZ-865
2015-11-17 16:52:26 +00:00
Dmitry Marakasov
691cd45b2a - Fix build on HEAD 2015-11-17 16:12:03 +00:00
Roman Bogorodskiy
7c92a34fea devel/py-libvirt: update to 1.2.21
While here, drop REINPLACE_CMD for python path in setup.py as
it should be covered by shebangfix already.
2015-11-17 15:30:42 +00:00
William Grzybowski
6e037c8b00 devel/py-libzfs: at least 10.2 is required for this port 2015-11-17 15:30:03 +00:00
Dan Langille
c0c203f387 Commit message will be:
Optionally use Kerberos from base, heimdal, or from MIT
take maintainership
PR: 199123
Approved by: mat (mentor)
2015-11-17 15:17:01 +00:00
Raphael Kubo da Costa
dba54c2dc2 Switch to out-of-source build. 2015-11-17 15:11:53 +00:00
Dmitry Marakasov
21ff6bff45 - Update to 4.1.3
PR:		204317
Submitted by:	yuri@rawbw.com
2015-11-17 14:28:21 +00:00
Dmitry Marakasov
1fe1dd6a1b - Add LICENSE
- Add NO_ARCH
- Pet portlint
- Switch to options helpers
- Fix SPLIT_HTML option

PR:		203632 + my additions
Submitted by:	takefu@airport.fm
2015-11-17 13:51:39 +00:00
Muhammad Moinur Rahman
63d887a55b textproc/groonga: Update version 5.0.5=>5.0.9 2015-11-17 11:57:57 +00:00
Dmitry Marakasov
12e74ce7fc - Add LICENSE
- Add NO_ARCH
- Switch to options helpers
- Regenerate patches with `make makepatch`
2015-11-17 11:35:11 +00:00
Dmitry Marakasov
402d2fc8fb - Handle license file via framework, don't install it as documentation
- Switch to options helpers
2015-11-17 11:35:07 +00:00
Dmitry Marakasov
e288479cdd - Fix plist
- Fix WWW:

Approved by:	portmgr blanket
2015-11-17 11:34:44 +00:00
Alexey Dokuchaev
9f482795ff Update QupZilla ports to version 1.8.9.
PR:		204610
Submitted by:	olivierd
Approved by:	maintainer
2015-11-17 11:19:56 +00:00
Philippe Audeoud
cbf0a6facd - Update to 1.16 2015-11-17 10:39:14 +00:00
Muhammad Moinur Rahman
4f99c01835 textproc/tralics: Update version 2.15.3=>2.15.4 2015-11-17 10:17:17 +00:00
Muhammad Moinur Rahman
0d58f072f1 www/py-jonpy: Update version 0.10=>0.12
- Sort USE_PYTHON
- Migrate to OPTIONS framework for do-install
2015-11-17 09:30:18 +00:00
Muhammad Moinur Rahman
585f2fa120 benchmarks/siege: Update version 3.1.2=>3.1.3 2015-11-17 08:52:07 +00:00
Kurt Jaeger
87eae71299 graphics/php-magickwand: unbreak, update 1.0.9 -> 1.0.9-2
- Add support for MagickStatisticImage() (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=10&t=22757).
- Fixes build with newer ImageMagick
- Fixes build when ImageMagick is installed in non-standard location
- Add support for MagickSetImageEndian().
- MagickWand for PHP no longer fails to build in ZTS mode.

PR:		204620
Reviewed by:	Richard Toohey <knightofthecode@gmail.com>
2015-11-17 08:51:02 +00:00
Johan van Selst
b652a4d8c8 Update to editline 1.15.1 (bugfix release) 2015-11-17 06:12:12 +00:00
Jason Unovitch
aa194a46b4 games/wesnoth: update 1.12.4 -> 1.12.5
Changes:
* Players Changelog:	https://github.com/wesnoth/wesnoth/blob/1.12.5/players_changelog
* Full Changelog:	https://github.com/wesnoth/wesnoth/blob/1.12.5/changelog

PR:		204503
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer)
2015-11-17 01:58:28 +00:00
Wen Heping
31ab691ce3 - Switch to options helpers
- Sort USE_PHP
- Update pkg-message
2015-11-17 01:55:59 +00:00
Marcelo Araujo
4dd94d2238 - For the CoDel and FairQ patch, the safest FreeBSD version must be
1100080, as the CoDel landed in r287009 and FairQ landed in r284777.
- Bump PORTREVISION.

Submitted by:	junovitch
2015-11-17 01:24:12 +00:00
Dmitry Marakasov
fabcef5d55 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2015-11-17 01:00:22 +00:00
Dmitry Marakasov
b53663e22c - Clarify LICENSE
- Add LICENSE_FILE
- Simplify installation
- Switch to options helpers
2015-11-17 01:00:18 +00:00
Jason Unovitch
27d162df96 net-mgmt/collectd5: fix typo and add patch for Varnish 4.1 compatability
- Fix copy/paste typo in XML_LIB_DEPENDS [1]
- Add patch for building with varnish4-4.1 and drop VARNISH_BROKEN [2]
- Bump PORTREVISION for package change with XML_LIB_DEPENDS option

PR:		204608 [1]
PR:		204583 [2]
Reported by:	rhavenn@rhavenn.net [1]
Submitted by:	feld [2]
Obtained from:	https://github.com/mfournier/collectd [2]
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2015-11-17 00:57:09 +00:00
Jung-uk Kim
6947a676ad Update to b37.
MFH:		2015Q4
2015-11-17 00:54:02 +00:00
Danilo Egea Gondolfo
1385243cf6 - Update to 5.12 2015-11-16 23:50:26 +00:00
Jason Unovitch
8f9602862d Fix a bad URL caused by an errant 'i' in the <url></url> tags 2015-11-16 23:46:04 +00:00
Danilo Egea Gondolfo
d911d2d79e - Update to 6.200.4 2015-11-16 23:36:13 +00:00
TAKATSU Tomonari
67647f42cd - Update to 0.10.7 2015-11-16 22:54:03 +00:00
TAKATSU Tomonari
ea896d2711 - Update to 0.2.15
- Update WWW in pkg-descr
2015-11-16 22:26:07 +00:00
Jung-uk Kim
bccd0ccb1a Update to 0.15.8.
MFH:		2015Q4
2015-11-16 21:55:30 +00:00
Lars Engels
4a9aada5f7 Remove bogus DISTREVISION variable.
Noticed by:	mat
2015-11-16 20:39:07 +00:00
Lars Engels
15beb77d3e - Add a dependency on libedit [1]
- Add procname variable to the rc script it knows about the running process [2]
- Bump PORTREVISION

Noticed by:	ohauer [1], Oliver Brandmueller <ob@e-Gitt.NET> [2]
2015-11-16 20:12:32 +00:00
Dmitry Sivachenko
76e1219cd2 Revert "concurrent" for now, port is not ready for it yet.
PR:		204558
Submitted by:	John W. O'Brien <john@saltant.com>
No objection from:	koobs
2015-11-16 19:38:39 +00:00
Michael Moll
03585a0a7f lang/ruby2*: mark BROKEN on ia64
PR:		194572
2015-11-16 19:11:46 +00:00
Michael Gmelin
c4bc1a119b Fix to start bhyve properly on 10.2.
PR:		204111
Approved by:	mentors (implicit)
2015-11-16 19:01:22 +00:00
Dirk Meyer
0543d3e32a - fix for malicious crafted a2ps prologue files
Security: CVE-2015-8107
Security: http://www.openwall.com/lists/oss-security/2015/11/16/4
Submitted by:	feld
Obtained from:	http://www.openwall.com/
2015-11-16 18:38:56 +00:00
Joe Marcus Clarke
05366ca4c1 - Drop gettext / iconv dependencies - they are not used here.
- Drop obsolete THREADS / PCRE / X11 options.
- Convert to OPTIONS helpers.
- Allow to choose between various Kerberos implementations.
- Add Lua 5.2 into supported versions list.
- Restore GTK2 option.
- Improve some descriptions.
- Use 'install_desktop_files' target for installing *.deskop, *.xml and icon files.
- When c-ares is selected, adns will not be used - convert them into OPTIONS_SINGLE.
- RTP support is compiled into GTK+ GUI - disable it in other cases.
- Bump PORTREVISION.

PR:		204411
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-11-16 17:19:50 +00:00
Olivier Duchateau
c522ac27ca - Update to 3.7
- Sort USES
- Adjust dependencies
- Add patch, when NLS option is not set
- Take maintainership
- Rewrite options helper (some options are renamed in order to respect
description found in Mk/bsd.options.desc.mk)
- Add support of Qt 5, by default it is GTK+ 2

PR:		204564
Submitted by:	myself
Approved by:	oliver@ (maintainer)
2015-11-16 17:19:35 +00:00
Dag-Erling Smørgrav
3370c7411f The phybs utility attempts to measure disk performance for various I/O
block sizes and alignments.  It can be used to deduce the physical block
size of a hard disk drive or the stripe size of an array.
2015-11-16 16:39:13 +00:00
Mathieu Arnold
1637579b2c Fix building WITH=MONGODB
Installing mongo-c-driver-1.1.9...
Extracting mongo-c-driver-1.1.9: .......... done
===>   collectd5-5.5.0_3 depends on shared library: libmongoc.so - not found
*** Error code 1

Sponsored by:	Absolight
2015-11-16 16:20:42 +00:00
Matthew Seaman
f77581baf7 Update to 1.5.1
ChangeLog:	https://sourceforge.net/projects/pgbarman/files/1.5.1/
2015-11-16 16:13:01 +00:00
Dmitry Marakasov
34f0918046 - Add missing file dependencies to fix threaded build, remove MAKE_JOBS_UNSAFE
PR:		201781
Submitted by:	truckman
Approved by:	maintainer timeout (cy, 3.5 months)
2015-11-16 16:10:35 +00:00
Grzegorz Blach
d6df40771c Update to 0.19.13 2015-11-16 16:09:30 +00:00
Lars Engels
0ab56ec437 - Update to 2.1.0
- Fix typo in pkg-message
2015-11-16 15:47:47 +00:00
Grzegorz Blach
012d185caa Update to 1.16.0 2015-11-16 15:45:08 +00:00
Wen Heping
44509ce79b - Update CONFLICTS 2015-11-16 15:36:30 +00:00