From c3e2adaf4c55e704e9674a1be6cdbc21f235db94 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 3 Jul 2006 19:13:54 +0000 Subject: Update to 0.6.11. --- net/avahi/Makefile | 7 ++++--- net/avahi/distinfo | 6 +++--- net/avahi/files/patch-configure | 18 +++++++++--------- 3 files changed, 16 insertions(+), 15 deletions(-) (limited to 'net/avahi') 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 -- cgit