From 941603f9c78db155481ae6942cfa69c103a5d442 Mon Sep 17 00:00:00 2001 From: dwcjr Date: Mon, 1 Apr 2002 01:52:51 +0000 Subject: Update to 1.5.3.1 PR: 36593 Submitted by: maintainer --- net/netatalk/Makefile | 5 +++-- net/netatalk/distinfo | 2 +- net/netatalk/files/patch-configure | 14 +++++++------- net/netatalk/pkg-plist | 1 + 4 files changed, 12 insertions(+), 10 deletions(-) (limited to 'net/netatalk') diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 088ca4557355..0ab37207cfee 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netatalk -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3.1 PORTEPOCH= 1 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -24,6 +24,7 @@ LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif +USE_BZIP2= yes CONFIGURE_ARGS+= --with-tcp-wrappers \ --with-pkgconfdir=${PREFIX}/etc \ # --disable-ddp @@ -49,7 +50,7 @@ CONFIGURE_ARGS+= --with-flock-locks # This should hopefully allow aliases to work between restarts of afpd. # This has been tested on MacOS 9.2.x and OS X. CONFIGURE_ARGS+= --with-did=cnid \ - --with-db3=${LOCALBASE} + --with-db3=${LOCALBASE} PLIST_SUB+= NETATALKCNID="" .else # This method of DID calculation is not persistent, but has been tested to diff --git a/net/netatalk/distinfo b/net/netatalk/distinfo index a5cfc04d157a..d8df8e30b911 100644 --- a/net/netatalk/distinfo +++ b/net/netatalk/distinfo @@ -1 +1 @@ -MD5 (netatalk-1.5.2.tar.gz) = 9355653d6b2c18f10d1be02624db65f6 +MD5 (netatalk-1.5.3.1.tar.bz2) = 7d9fe0fce60bccb1264fdbb42fa1465b diff --git a/net/netatalk/files/patch-configure b/net/netatalk/files/patch-configure index 994d7e0f72ca..0cf4f4db0187 100644 --- a/net/netatalk/files/patch-configure +++ b/net/netatalk/files/patch-configure @@ -1,13 +1,13 @@ ---- configure.orig Fri Feb 15 17:14:36 2002 -+++ configure Tue Feb 26 13:12:06 2002 -@@ -8421,14 +8421,14 @@ +--- configure.orig Wed Mar 27 17:20:55 2002 ++++ configure Sun Mar 31 18:07:57 2002 +@@ -8483,14 +8483,14 @@ savedldflags="$LDFLAGS" CFLAGS="$CFLAGS -I$db3dir" LDFLAGS="-L$db3libdir $LDFLAGS" - echo $ac_n "checking for main in -ldb""... $ac_c" 1>&6 --echo "configure:8426: checking for main in -ldb" >&5 +-echo "configure:8488: checking for main in -ldb" >&5 + echo $ac_n "checking for main in -ldb3""... $ac_c" 1>&6 -+echo "configure:8426: checking for main in -ldb3" >&5 ++echo "configure:8488: checking for main in -ldb3" >&5 ac_lib_var=`echo db'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16,9 +16,9 @@ -LIBS="-ldb $LIBS" +LIBS="-ldb3 $LIBS" cat > conftest.$ac_ext <