aboutsummaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-07-03 19:13:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-07-03 19:13:54 +0000
commit5988877fdac135ef1cfeb9894516920ee558983d (patch)
tree48cfd960523d3fd06894911feb6b77ac99674a10 /net/avahi
parentfbbb8d074b37a7ef76a9b692da2065112a58c93d (diff)
downloadports-5988877fdac135ef1cfeb9894516920ee558983d.tar.gz
ports-5988877fdac135ef1cfeb9894516920ee558983d.zip
Update to 0.6.11.
Notes
Notes: svn path=/head/; revision=166864
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/Makefile7
-rw-r--r--net/avahi/distinfo6
-rw-r--r--net/avahi/files/patch-configure18
3 files changed, 16 insertions, 15 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index d516a8add835..0a7ff9e86109 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -6,8 +6,8 @@
# $MCom: ports/net/avahi/Makefile,v 1.15 2006/04/28 01:52:15 marcus Exp $
PORTNAME= avahi
-PORTVERSION= 0.6.10
-PORTREVISION?= 3
+PORTVERSION= 0.6.11
+PORTREVISION?= 0
CATEGORIES?= net dns
MASTER_SITES= http://www.avahi.org/download/
@@ -33,7 +33,8 @@ CONFIGURE_ARGS?=--with-distro=freebsd \
--disable-doxygen-doc \
--disable-doxygen-dot \
--localstatedir=/var \
- --enable-compat-howl
+ --enable-compat-howl \
+ --mandir=${PREFIX}/man
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
diff --git a/net/avahi/distinfo b/net/avahi/distinfo
index 3cd63da59fcd..a3efaacbc063 100644
--- a/net/avahi/distinfo
+++ b/net/avahi/distinfo
@@ -1,3 +1,3 @@
-MD5 (avahi-0.6.10.tar.gz) = cfb9e05c138dff4c430a35eee6229e8a
-SHA256 (avahi-0.6.10.tar.gz) = 780d9d171681bb37c3067b50ddb85a8f741f2b3f0e435cfedf60bb32635243ac
-SIZE (avahi-0.6.10.tar.gz) = 879819
+MD5 (avahi-0.6.11.tar.gz) = 91fd8cc0c2bae638848faad36cf1c032
+SHA256 (avahi-0.6.11.tar.gz) = 3eadfe63e64b3ab56b72f1a7e21106a680b9fd6f699e59ea02187a9d567df975
+SIZE (avahi-0.6.11.tar.gz) = 885546
diff --git a/net/avahi/files/patch-configure b/net/avahi/files/patch-configure
index 37b3b17483ed..52dcf0989ccf 100644
--- a/net/avahi/files/patch-configure
+++ b/net/avahi/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig Sat May 6 18:58:28 2006
-+++ configure Sat May 6 18:59:05 2006
-@@ -19179,7 +19179,7 @@ fi
+--- configure.orig Mon Jul 3 14:57:08 2006
++++ configure Mon Jul 3 14:58:09 2006
+@@ -20536,7 +20536,7 @@ fi
# this is useful
- echo "$as_me:$LINENO: checking whether to check for GCC pthread/shared inconsistencies" >&5
- echo $ECHO_N "checking whether to check for GCC pthread/shared inconsistencies... $ECHO_C" >&6
-- if test x"" = x1; then
-+ if test x1"" = x1; then
- echo "$as_me:$LINENO: result: no" >&5
- echo "${ECHO_T}no" >&6
+ { echo "$as_me:$LINENO: checking whether to check for GCC pthread/shared inconsistencies" >&5
+ echo $ECHO_N "checking whether to check for GCC pthread/shared inconsistencies... $ECHO_C" >&6; }
+- if test x"$GCC" != xyes; then
++ if test x"" != xyes; then
+ { echo "$as_me:$LINENO: result: no" >&5
+ echo "${ECHO_T}no" >&6; }
else