Commit graph

3112 commits

Author SHA1 Message Date
Mathieu Arnold
f586236132 Remove test bits.
Pointy hat to:	mat
Sponsored by:	Absolight
2014-06-17 17:16:33 +00:00
Mathieu Arnold
249978131e Convert dns/bind9* to USES=gssapi.
Sponsored by:	Absolight
2014-06-17 15:01:24 +00:00
Mathieu Arnold
0169e7acf7 Correct local path for rpz* patchs.
Sponsored by:	Absolight
2014-06-13 13:14:32 +00:00
William Grzybowski
6ef875170f dns/inadyn-mt: update to 02.24.40 2014-06-12 23:07:27 +00:00
Mathieu Arnold
a24223f48c Update to 9.10.0-P2
Changes:	https://lists.isc.org/pipermail/bind-announce/2014-June/000914.html
Security:	CVE-2014-3859
Sponsored by:	Absolight
2014-06-12 14:20:58 +00:00
Mathieu Arnold
03f2dce435 Update to 9.9.5-P1.
Changes:	https://lists.isc.org/pipermail/bind-announce/2014-June/000913.html
Sponsored by:	Absolight
2014-06-12 14:18:57 +00:00
Mathieu Arnold
f0f252909f Update to 9.8.7-P1
Changes:	https://lists.isc.org/pipermail/bind-announce/2014-June/000912.html
Sponsored by:	Absolight
2014-06-12 12:30:29 +00:00
Ashish SHUKLA
0c6ff07ade - Add LICENSE information
- Update LIB_DEPENDS format
- Add STAGE support
2014-06-12 06:16:48 +00:00
Philippe Audeoud
37b02ccef3 - Update to 0.19 2014-06-11 15:12:49 +00:00
Philippe Audeoud
ff8e46ec22 - Update to 0.76 2014-06-11 15:12:01 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Kurt Jaeger
7173cb98c9 dns/bindgraph: shebangfix and pkg-plist fix
Approved by:	rafan (maintainer), jadawin (mentor)
2014-06-10 08:33:40 +00:00
Jimmy Olgeni
76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Mathieu Arnold
81f0c2ade9 Do install a rndc.conf.sample.
Sponsored by:	Absolight
2014-06-09 14:17:36 +00:00
Mathieu Arnold
7e328256e2 Unbreak, it seems not everybody as switched to pkg yet...
Sponsored by:	Absolight
2014-06-09 10:24:23 +00:00
Kurt Jaeger
c4e1289ca5 Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org 2014-06-08 19:05:27 +00:00
Kurt Jaeger
15a03a92f6 dns/rbllookup-ng: fixed shebang
Approved by:	mentors (implicit), portmgr (blanket)
2014-06-07 15:57:58 +00:00
Jung-uk Kim
6ac57906cc Cosmetic plist change. 2014-06-06 20:02:54 +00:00
Jung-uk Kim
d8533044c0 Fix plist.
Reported by:	swills
2014-06-06 19:57:57 +00:00
Matthias Andree
2ddc98040c Fix build with LUA option enabled [1]; modernize USE_BZIP2.
[1] Recent changes to the Lua ports cause a build failure and have broken
powerdns-recursor when LUA is enabled.
USES+= lua:51 also no longer worked so had to pet the Makefile a little.

[mandree] modernize USE_BZIP2 -> USES=tar:bzip2

PR:		190698
Submitted by:	tremere@cainites.net
Approved by:	portmgr (blanket)
2014-06-06 18:11:51 +00:00
Mathieu Arnold
458efc5914 Don't install rndc.conf
It is generated by the rc script during the first startup.  And if
the file is present, it messes up the rndc.key generation.

Poked by:	Alain Audebert
Sponsored by:	Absolight
2014-06-06 10:59:46 +00:00
Jung-uk Kim
08eb85c503 - Fix build with JDK7 and later. [1]
- Make the build options actually work.
- Make portlint happy.

Reported by:	exp-run (PR190511) [1]
2014-06-05 22:41:56 +00:00
Mark Felder
adbbccaeb6 -Add more options for rc script
-Utilize opendns if no provider configured to preserve documented behavior
-rc script passes rclint
-Fix the _dnscrypt-proxy user's home directory and add UPDATING entry

PR:		190406
Submitted by:	AllanJude
2014-06-05 19:30:58 +00:00
Martin Wilke
fbb825239e - Update to 0.6.0
PR:		190620
Submitted by:	maintainer
2014-06-05 00:49:14 +00:00
Mark Felder
9401e445c3 Update to 1.4.0
Add _dnscrypt-proxy user

PR:		190406
Approved by:	maintainer
2014-06-04 21:10:18 +00:00
Jonathan Chu
b689f50b01 Maintainer takeover, stage support for dns/ldapdns
- New maintainer: portmaster@bsdforge.com
- Staging support
- DOCS, EXAMPLES options

PR:		188929
Submitted by:	portmaster@bsdforge.com (new maintainer)
Approved by:	swills (mentor)
2014-06-04 03:56:51 +00:00
Martin Wilke
bcfeb90749 wdns is a low-level DNS library. It contains a fast DNS message parser
and various utility functions for manipulating wire-format DNS data.

WWW: https://github.com/farsightsec/wdns

PR:		ports/190552
2014-06-03 08:36:10 +00:00
Danilo Egea Gondolfo
e0c3266358 - Update from 1.4.3 to 1.4.6 [1]
- Add new options [2]
while here
- Add libtool to USES
- Silence mkdir and post-patch commands

Patch improved by Daniel Salzman <daniel.salzman@nic.cz> [2]

PR:		ports/190370
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) [1]
2014-06-01 03:32:02 +00:00
Bryan Drewery
770ed82954 - Fix dnscache-conf referring to STAGEDIR when IP6 option is selected.
Something in the dependency chain for dnsip6 rebuilds when conf-home
  is updated. By creating it before the build and then moving it over
  later the timestamp is before all the built binaries. Since we
  purposely remove all installer-related files, only those will be
  rebuilt.

Reported by:	brd
2014-05-30 18:57:31 +00:00
Rong-En Fan
a32a29f74a Staging support 2014-05-30 13:51:04 +00:00
Antoine Brodin
e2d3ccc810 Fix maintainer's email address
With hat:	portmgr
2014-05-29 19:47:41 +00:00
John Marino
48487bdfa6 dns/ironsides: USES+= zip 2014-05-28 23:34:22 +00:00
Vanilla I. Shu
5e066d247c Stageify.
Approved by:	portmgr@
2014-05-27 09:40:49 +00:00
Allan Jude
453b4b8883 - Update to version 1.11.3
- turn GeoIP on by default
- portlint and staging cleanups
- update maintainer email address

PR:		ports/190192
Reviewed by:	swills
Approved by:	eadler (mentor)
2014-05-26 18:50:59 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Martin Wilke
25d3fb200b - Convert gmake to USES
Approved by:	portmgr
2014-05-26 12:01:19 +00:00
Sunpoet Po-Chuan Hsieh
be570c8407 - Add LICENSE
- Convert to new options framework
- Pass maintainership to submitter
- While I'm here, simplify Makefile

PR:		ports/189507
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-25 12:36:37 +00:00
Sunpoet Po-Chuan Hsieh
0a848e3960 - Add LICENSE
- Convert to new options framework
- Pass maintainership to submitter
- While I'm here, simplify Makefile

PR:		ports/189506
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-25 12:36:32 +00:00
Sunpoet Po-Chuan Hsieh
332367c2b5 - Add LICENSE
- Use single space after WWW:
- Pass maintainership to submitter
- While I'm here, remove leading indefinite article from COMMENT

PR:		ports/189505
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-25 12:36:28 +00:00
Martin Wilke
aec871e476 - Update to 1.0.4
PR:		186059
Submitted by:	Eero HÀnninen <fax@nohik.ee>
2014-05-25 09:50:07 +00:00
Mathieu Arnold
38506d8fd5 Update to latest snapshot.
Sponsored by:	Absolight
2014-05-25 00:11:16 +00:00
Matthias Andree
d9762a73ad Fix build with DNSSEC and without NLS/DBUS options.
PR:		190149
Submitted by:	Kevin Zheng
2014-05-23 21:11:02 +00:00
Martin Wilke
4b2e444859 - Convert gmake to USES 2014-05-23 10:55:42 +00:00
Vanilla I. Shu
9cb64d9023 Fix building.
Submitted by:	swills@
2014-05-21 07:45:31 +00:00
Vanilla I. Shu
ee0fc1b51e 1: Support stagning.
2: add LICENSE.

Approved by:	portmgr@
2014-05-20 13:16:18 +00:00
Vanilla I. Shu
234f55b01c Support staging.
Approved by:	portmgr@
2014-05-20 13:03:06 +00:00
Vanilla I. Shu
de93c7ad41 Support staging.
Approved by:	portmgr@
2014-05-20 10:22:32 +00:00
Vanilla I. Shu
ac55a6e3fd Support staging.
Approved by:	portmgr@
2014-05-20 06:58:24 +00:00
Erwin Lansing
0cfaf75af5 - Update to 1.3.17
Multiples bugfixes

PR:		189973
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by:	DK Hostmaster A/S
2014-05-20 05:30:07 +00:00
Matthias Andree
7240ff336f Upgrade to new upstream version 2.71. Upstream's changelog:
version 2.71
            Subtle change to error handling to help DNSSEC validation
	    when servers fail to provide NODATA answers for
	    non-existent DS records.

	    Tweak code which removes DNSSEC records from answers when
	    not required. Fixes broken answers when additional section
	    has real records in it. Thanks to Marco Davids for the bug
	    report.

	    Fix DNSSEC validation of ANY queries. Thanks to Marco Davids
	    for spotting that too.

	    Fix total DNS failure and 100% CPU use if cachesize set to zero,
	    regression introduced in 2.69. Thanks to James Hunt and
	    the Ubuntu crowd for assistance in fixing this.
2014-05-18 22:17:30 +00:00
Erwin Lansing
341787890e Use @sample
PR:		189869
Submitted by:	erwin
Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by:	DK Hostmaster A/S
2014-05-18 21:42:00 +00:00
Mathieu Arnold
3d3897ed7d Fix build with GOST (on 10, base OpenSSL doesn't have it)
Make sure OpenSSL from ports is used < 10.

Sponsored by:	Absolight
2014-05-17 21:30:24 +00:00
Erwin Lansing
024e09e837 Remove explicit showing of pkg-message, it's automatic these days.
Submitted by:	bdrewery
2014-05-16 18:12:40 +00:00
Mathieu Arnold
018036fbc3 Ok, revert r354129, it was a bad idea.
Poked by:	many
Sponsored by:	Absolight
2014-05-16 03:13:57 +00:00
Erwin Lansing
812b7cb1a1 Fix some outstanding issues with staging and make it work with both
pkg_install and pkgng.

PR:		189823
Submitted by:	erwin
Prodded by:	swills
Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-05-15 15:58:32 +00:00
Mathieu Arnold
fae7591d48 Add bundy, the successor of BIND10.
Until a release is done, this will be a snapshot from the github source tree.

http://bundy-dns.de/

Sponsored by:	Absolight
2014-05-15 15:46:59 +00:00
Erwin Lansing
3aa331002f Install libldns.pc
PR:             189263
Submitted by:   Josh Cepek <josh.cepek@usa.net>
Approved by:    Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-05-15 15:08:01 +00:00
Mathieu Arnold
97941c34b5 Try and fix the plist for bind9* ports when <10.
Poked by:	swills
Sponsored by:	Absolight
2014-05-15 14:12:34 +00:00
Philippe Audeoud
691eff6ac2 - Update to 0.18 2014-05-15 13:18:16 +00:00
Philippe Audeoud
f204a3374c - Update to 0.75 2014-05-15 13:02:02 +00:00
Sergey Matveychuk
1e92898cab - Run unbound even when unbound-anchors fails
- Remove trailing space

PR:		ports/189818
Submitted by:	zi
2014-05-15 08:27:53 +00:00
Mathieu Arnold
2bc2529052 Make GOST in BIND 9.* optional
Test Plan: Currently testing in poudriere

Differential Revision: https://phabric.freebsd.org/D12
2014-05-14 23:59:14 +00:00
Alex Dupre
ae039cc57f Stagify. 2014-05-12 15:43:44 +00:00
Edwin Groothuis
6f6c325c55 Update to version 1.1, with fix of ports/165707 in it.
PR:		165707
Submitted by:	Henk van Oers <henk.van.oers@xs4all.nl>
2014-05-11 10:10:22 +00:00
Johan van Selst
309d075865 Remove patchfile that is no longer needed (forgotten in previous commit) 2014-05-11 09:40:53 +00:00
Johan van Selst
3d029bfb4e - Update to dnsutl 1.12
- Adopt port
2014-05-11 08:25:30 +00:00
Antoine Brodin
439d18c040 Reset more maintainers:
<yar@FreeBSD.org>: host hub.freebsd.org[8.8.178.136] said: 550 5.1.1
    <yar@FreeBSD.org>: Recipient address rejected: User unknown in local

<rud@cs.uni-magdeburg.de>: host mail.cs.uni-magdeburg.de[141.44.21.48] said:
    550 5.1.1 <rud@cs.uni-magdeburg.de>... User unknown (in reply to RCPT TO

<stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said:
    550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable

<ocaml-ounit-port@kotka.de>: host kotka.de[62.75.247.120] said: 550 5.1.1
    <ocaml-ounit-port@kotka.de>: Recipient address rejected: User unknown in

<toru@tenchi.ne.jp>: host tuna.tenchi.ne.jp[49.212.63.105] said: 550 5.1.1
    <toru@tenchi.ne.jp>... User unknown (in reply to RCPT TO command)

<nehe@cruzinternet.com>: host inbound.platinum.ca[69.31.192.27] said: 550
    cuda_nsu User [nehe@cruzinternet.com] does not exist (in reply to RCPT TO

<ports@emorific.com>: Host or domain name not found. Name service error for
    name=emorific.com type=AAAA: Host not found

<ubique@peterhost.ru>: host mx.mail.corp.hostcomm.ru[89.111.166.49] said: 550
    Sorry, no mailbox here by that name (in reply to RCPT TO command)

<ports@brandon.dvalentine.com>: host ASPMX.L.GOOGLE.com[2607:f8b0:400c:c01::1a]
    said: 550-5.1.1 The email account that you tried to reach does not exist.

With hat:	portmgr
2014-05-10 18:28:13 +00:00
Antoine Brodin
2abc8d688e Reset a few maintainers
<adam.freebsd@fastmail.fm>: host in1-smtp.messagingengine.com[66.111.4.72]
    said: 550 5.1.1 <adam.freebsd@fastmail.fm>: Recipient address rejected:
    User unknown in local recipient table (in reply to RCPT TO command)

<dnscheckengine-port@academ.com>: host ASPMX.L.GOOGLE.com[74.125.131.26] said:
    550-5.1.1 The email account that you tried to reach does not exist. Please

<kawahara@nlp.kuee.kyoto-u.ac.jp>:
Sorry, no mailbox here by that name. (#5.1.1)

<hnsmaster@h14m.org>: Host or domain name not found. Name service error for
    name=h14m.org type=AAAA: Host found but no data record of requested type

    <jre@vineyard.net>: Recipient address rejected: User unknown in virtual
    mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command)

<gawrilow@math.tu-berlin.de>: host mail.tu-berlin.de[130.149.7.33] said: 550
    Recipient verify failed (in reply to RCPT TO command)

<mico@bsd.hu>: host mail.datacast.hu[195.70.49.210] said: 550 5.1.1
    <mico@bsd.hu>: Recipient address rejected: User unknown in virtual mailbox

<gogo@cs.uni-sb.de>: host mail.cs.uni-sb.de[134.96.254.200] said: 550 5.1.1
    <gogo@cs.uni-sb.de>... User unknown (in reply to RCPT TO command)

<mickey@enforcer.cc>: Host or domain name not found. Name service error for
    name=keep.yourmail.yuk type=AAAA: Host not found

<lucio@zetasolucoes.com.br>: host ASPMX.L.GOOGLE.COM[2607:f8b0:400c:c01::1a]
    said: 550-5.1.1 The email account that you tried to reach does not exist.

<luke@novum.am.lublin.pl>: Host or domain name not found. Name service error
    for name=novum.am.lublin.pl type=AAAA: Host not found

<aihal@users.sourceforge.net>: host mx.sourceforge.net[216.34.181.68] said: 550
    unknown user (in reply to RCPT TO command)

With hat:	portmgr
2014-05-10 17:48:13 +00:00
Mathieu Arnold
3627a7323c Update to 9.10.0-P1.
Changes:	https://lists.isc.org/pipermail/bind-announce/2014-May/000909.html
Security:	CVE-2014-3214
Sponsored by:	Absolight
2014-05-08 21:48:08 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Mathieu Arnold
382fb2f15d Update to 9.10.0
Changes:	https://lists.isc.org/pipermail/bind-announce/2014-May/000908.html
Relnotes:	yes (if applicable to ports)
Sponsored by:	Absolight
2014-05-02 11:51:17 +00:00
Mathieu Arnold
fcac22bc91 Convert p5-DNS-Ldns to staging.
Truckload of pointy hats to:	erwin
Sponsored by:	Absolight
2014-04-30 15:16:34 +00:00
Erwin Lansing
fcd81d1f0e Add p5-DNS-Ldns, perl bindings for ldns.
This port inherits NO_STAGE from its master port.

PR:             ports/185788
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl>
Sponsored by:   DK Hostmaster A/S
Approved by:	portmgr (self)
2014-04-30 09:36:26 +00:00
Erwin Lansing
febcb17d7d - Update to 1.4.5
Added Staging support;
Modern options handling where possible.

Bugfixes:

OPENDNSSEC-607: libhsm not using all mandatory attributes for GOST key generation.
OPENDNSSEC-609: ods-ksmutil: 'key list' command fails with error in 1.4.4 on MySQL. Reported by Mark Elkins <mje@posix.co.za>

Includes the update to 1.4.4:

Updates:

SUPPORT-114: libhsm: Optimize storage in HSM by deleting the public key directly if SkipPublicKey is used [OPENDNSSEC-574].
OPENDNSSEC-358: ods-ksmutil: Extend 'key list' command with options to filter on key type and state. This allows keys in the GENERATE and DEAD state to be output.
OPENDNSSEC-549: Signer Engine: Put NSEC3 records on empty non-terminals derived from unsigned delegations (be compatible with servers that are incompatible with RFC 5155 errata 3441).

Bugfixes:

SUPPORT-86: Fixed build on OS X [OPENDNSSEC-512].
SUPPORT-97: Signer Engine: Fix after restart signer thinks zone has expired [OPENDNSSEC-526].
SUPPORT-101: Signer Engine: Fix multiple zone transfer to single file bug [OPENDNSSEC-529].
SUPPORT-102: Signer Engine: Fix statistics (count can be negative)/
SUPPORT-108: Signer Engine: Don't replace tabs in RRs with whitespace [OPENDNSSEC-520].
SUPPORT-116: ods-ksmutil: 'key import' date validation fails on certain dates [OPENDNSSEC-553].
SUPPORT-128: ods-ksmutil. Man page had incorrect formatting [OPENDNSSEC-576].
SUPPORT-127: ods-signer: Fix manpage sections.
OPENDNSSEC-457: ods-ksmutil: Add a check on the 'zone add' input/output type parameter to allow only File or DNS.
OPENDNSSEC-481: libhsm: Fix an off-by-one length check error.
OPENDNSSEC-482: libhsm: Improved cleanup for C_FindObjects.
OPENDNSSEC-531: ods-ksmutil: Exported value of in 'policy export' output could be wrong on MySQL.
OPENDNSSEC-537: libhsm: Possible memory corruption in hsm_get_slot_id.
OPENDNSSEC-544: Signer Engine: Fix assertion error that happens on an IXFR request with EDNS.
OPENDNSSEC-546: enforcer & ods-ksmutil: Improve logging on key creation and alloctaion.
OPENDNSSEC-560: Signer Engine: Don't crash when unsigned zone has no SOA.
Signer Engine: Fix a race condition when stopping daemon.

PR:		188482
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
Sponsored by:	DK Hostmaster A/S
2014-04-30 08:45:35 +00:00
Mathieu Arnold
e5a6ad5da6 Update to 9.10.0.rc2
- Remove REPLACE_BASE option, I should have done so when adding 9.10.0.rc1
- Clean the Makefile a bit

Changes:	https://lists.isc.org/pipermail/bind-announce/2014-April/000907.html
Sponsored by:	Absolight
2014-04-28 15:42:06 +00:00
Matthias Andree
9aab20fca0 Upgrade to new upstream version 2.70. Upstream changelog:
Fix crash, introduced in 2.69, on TCP request when dnsmasq compiled
   with DNSSEC support, but running without DNSSEC enabled. Thanks to
   Manish Sing for spotting that one.

   Fix regression which broke ipset functionality. Thanks to Wang Jian
   for the bug report.

Submitted by:	Herbert J. Skuhra
2014-04-27 21:05:59 +00:00
Sunpoet Po-Chuan Hsieh
0bc0f42fa4 - Update to 0.39
- Add RHBL option

Changes:	http://search.cpan.org/dist/Net-DNSBL-MultiDaemon/Changes
PR:		ports/188613
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-04-26 18:15:27 +00:00
Tijl Coosemans
40a1cee04c Bump PORTREVISION to force package rebuild after the recent Xorg update.
The packages still require old library versions of freetype2 and libxml2.
2014-04-26 10:17:17 +00:00
Baptiste Daroussin
c67511bd57 Support stage
Cleanup a bit
2014-04-25 22:05:35 +00:00
Bryan Drewery
cd12ad02da Convert to USES=tar 2014-04-24 19:32:13 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Baptiste Daroussin
fcc4bbdec1 Switch to use lua 5.2 2014-04-21 21:56:54 +00:00
Mathieu Arnold
32a1714cac Add IGNORE if the default python is not the right one.
Sponsored by:	Absolight
2014-04-21 16:38:12 +00:00
Mathieu Arnold
95fbbb4e42 Update to 1.2.0.
Changes:	https://lists.isc.org/pipermail/bind10-announce/2014-April/000033.html
Sponsored by:	Absolight
2014-04-21 11:36:12 +00:00
Bryan Drewery
23a1cad535 - Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
  incorrectly advise in the check-stagedir.sh script, fixed in
  r351587

With hat:	portmgr
2014-04-21 01:14:53 +00:00
Josh Paetzel
4648604d7f Additional port improvements 2014-04-19 20:21:10 +00:00
Josh Paetzel
e43f15afa7 Add needed dependancies for this port.
Due to the FreeNAS build system being very....simplistic
the deps weren't needed in the port there, however to
work properly in FreeBSD they of course are needed.

Noticed by:	swills
Pointyhat to:	jpaetzel
2014-04-19 16:33:48 +00:00
Josh Paetzel
73aaed137f Port improvements
Submitted by:	Ruslan Makhmatkhanov
2014-04-18 21:40:17 +00:00
Josh Paetzel
fbaf8a7377 Add a new port, py-bonjour. Provides python bindings to
zeroconf.
2014-04-18 20:23:49 +00:00
Peter Wemm
f7c12ea7c4 Bump port revision after I changed LIB_DEPENDS.
Approved by:	bdrewery
Pointy-hat to:	peter
2014-04-18 01:34:31 +00:00
Peter Wemm
afe0fd0f50 Fix apparent typo in LIB_PATH that prevented build with LIBEVENT14
Approved by:	bdrewery
2014-04-18 01:29:43 +00:00
Mathieu Arnold
4fd85a7a49 Fix the rc script reload command.
Noticed by:	David Samms
Sponsored by:	Absolight
2014-04-17 16:43:48 +00:00
Bryan Drewery
8c10584152 - Use DO_MAKE_BUILD instead of MAKE_CMD so that WITH_CCACHE_BUILD works. 2014-04-17 04:07:10 +00:00
Niclas Zeising
eb469f31a5 Bump portrevision for shlib change in libxml2
Approved by:	portmgr (bdrewery, implicit)
2014-04-16 19:03:10 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Matthias Andree
17f98171f7 Propose local-service option in default .example configuration.
PR:		ports/188548
Submitted by:	Jeroen van der Ham <jeroen@1sand0s.nl>
2014-04-15 17:40:46 +00:00
Sergey Matveychuk
23c4a1d85a - Really fix unbound_anchorflags
- New LIB_DEPENDS format
- Strip binaries
2014-04-12 19:43:33 +00:00
Mathieu Arnold
cc30f48479 Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.
Sponsored by:	Absolight
2014-04-12 19:23:10 +00:00
Sergey Matveychuk
b79865ffa8 - Fix unbound_anchorflags in RC script 2014-04-11 15:27:38 +00:00