From 21331df12e18092a98ff81b30b4989d87ba84db8 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 20 Jun 2003 04:12:12 +0000 Subject: Update to 1.6.3. --- net/netatalk/Makefile | 14 +++++++------- net/netatalk/distinfo | 2 +- net/netatalk/files/patch-configure | 20 ++++++++++---------- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'net/netatalk') diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 10bb4570d24b..65081795f3d6 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netatalk -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 PORTEPOCH= 1 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -27,10 +27,10 @@ CONFIGURE_ARGS+= --with-tcp-wrappers \ --with-pkgconfdir=${PREFIX}/etc .if defined(WITH_PAM) CONFIGURE_ARGS+= --with-pam=/etc/pam.d -PLIST_SUB+= NETATALKPAM="" +PLIST_SUB+= NETATALKPAM="" .else CONFIGURE_ARGS+= --without-pam -PLIST_SUB+= NETATALKPAM="@comment " +PLIST_SUB+= NETATALKPAM="@comment " .endif .if defined(WITH_SRVLOC) # Enable Service Location Protocol support. This allows MacOS X < 10.1 to @@ -42,19 +42,19 @@ CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE} # calculation scheme is used. However, if you wish to revert back to the old # 1.5.x default scheme, specify WITHOUT_CNID CONFIGURE_ARGS+= --with-did=last -PLIST_SUB+= NETATALKCNID="@comment " +PLIST_SUB+= NETATALKCNID="@comment " .else # This method of DID calculation is not persistent, but has been tested to # work with MacOS X (10.0.3-10.1.3) as well as MacOS 7-9.2.2. CONFIGURE_ARGS+= --with-did=cnid \ --with-bdb=${LOCALBASE} -PLIST_SUB+= NETATALKCNID="" +PLIST_SUB+= NETATALKCNID="" .endif .if defined (WITH_TIMELORD) CONFIGURE_ARGS+= --enable-timelord -PLIST_SUB+= TIMELORD="" +PLIST_SUB+= TIMELORD="" .else -PLIST_SUB+= TIMELORD="@comment " +PLIST_SUB+= TIMELORD="@comment " .endif .if defined (WITH_MANGLING) && !defined (WITHOUT_CNID) # Enable long file name mangling support (requires CNID). diff --git a/net/netatalk/distinfo b/net/netatalk/distinfo index 04328f050007..b6d3dbbb2adf 100644 --- a/net/netatalk/distinfo +++ b/net/netatalk/distinfo @@ -1 +1 @@ -MD5 (netatalk-1.6.2.tar.bz2) = 249e21151c48a789c27b8bf46c3a7a15 +MD5 (netatalk-1.6.3.tar.bz2) = fa3d0e08499525d9a627fe17a2d93d1b diff --git a/net/netatalk/files/patch-configure b/net/netatalk/files/patch-configure index 55fbe6184a07..713d43ec0079 100644 --- a/net/netatalk/files/patch-configure +++ b/net/netatalk/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sun Feb 23 00:39:17 2003 -+++ configure Sun Feb 23 00:39:38 2003 -@@ -13066,13 +13066,13 @@ +--- configure.orig Mon Jun 9 11:55:15 2003 ++++ configure Fri Jun 20 00:05:06 2003 +@@ -13327,13 +13327,13 @@ savedldflags="$LDFLAGS" CFLAGS="$CFLAGS -I$bdbdir" LDFLAGS="-L$bdblibdir $LDFLAGS" @@ -17,12 +17,12 @@ cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ -@@ -13118,7 +13118,7 @@ - - bdbfound=yes - BDB_CFLAGS="-I$bdbdir" -- BDB_LIBS="-L$bdblibdir -ldb" -+ BDB_LIBS="-L$bdblibdir -ldb3" +@@ -13384,7 +13384,7 @@ + if test "$bdblibdir" != "/usr/lib"; then + BDB_LIBS="-L$bdblibdir" + fi +- BDB_LIBS="$BDB_LIBS -ldb" ++ BDB_LIBS="$BDB_LIBS -ldb3" BDB_BIN=$bdbbindir BDB_PATH="`echo $bdbdir | sed 's,include/db3$,,'`" - + BDB_PATH="`echo $BDB_PATH | sed 's,include$,,'`" -- cgit v1.2.3