diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2012-07-09 01:24:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2012-07-09 01:24:02 +0000 |
commit | da4a7afa8ff1e536874c464d6b03f28ef12b621d (patch) | |
tree | 333d62511646251466e50896d2a234a805d27bd1 | |
parent | eb1021cccfd5c7ad225fac28ae9c4a279735f701 (diff) | |
download | ports-da4a7afa8ff1e536874c464d6b03f28ef12b621d.tar.gz ports-da4a7afa8ff1e536874c464d6b03f28ef12b621d.zip |
Notes
-rw-r--r-- | net/netatalk/Makefile | 3 | ||||
-rw-r--r-- | net/netatalk/files/patch-configure | 15 |
2 files changed, 14 insertions, 4 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 466d2599f7db..c0aedb5a621b 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -7,7 +7,7 @@ PORTNAME= netatalk PORTVERSION= 2.2.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net print MASTER_SITES= SF @@ -110,6 +110,7 @@ LIB_DEPENDS+= avahi-client.3:${PORTSDIR}/net/avahi-app USE_GNOME+= pkgconfig SUB_LIST+= ZEROCONF="avahi_daemon" .else +CONFIGURE_ARGS+= --disable-zerconf SUB_LIST+= ZEROCONF="" .endif diff --git a/net/netatalk/files/patch-configure b/net/netatalk/files/patch-configure index addf52b610e2..32e1af48bff0 100644 --- a/net/netatalk/files/patch-configure +++ b/net/netatalk/files/patch-configure @@ -1,6 +1,15 @@ ---- configure.orig 2011-07-27 07:59:28.000000000 -0400 -+++ configure 2011-08-01 03:26:25.000000000 -0400 -@@ -31357,7 +31360,7 @@ if test "x$bdb_required" = "xyes"; then +--- configure.orig 2012-04-26 10:27:12.000000000 -0400 ++++ configure 2012-07-08 21:21:38.000000000 -0400 +@@ -16127,7 +16127,7 @@ fi + fi + + # mDNS support using mDNSResponder +- ac_fn_c_check_header_mongrel "$LINENO" "dns_sd.h" "ac_cv_header_dns_sd_h" "$ac_includes_default" ++ ac_fn_c_check_header_mongrel "$LINENO" "xxxdns_sd.hxxx" "ac_cv_header_dns_sd_h" "$ac_includes_default" + if test "x$ac_cv_header_dns_sd_h" = xyes; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DNSServiceRegister in -ldns_sd" >&5 + $as_echo_n "checking for DNSServiceRegister in -ldns_sd... " >&6; } +@@ -18150,7 +18150,7 @@ if test "x$bdb_required" = "xyes"; then trybdbdir="" dobdbsearch=yes bdb_search_dirs="/usr/local /usr" |