diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-04-01 09:52:51 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-04-01 09:52:51 +0800 |
commit | 941603f9c78db155481ae6942cfa69c103a5d442 (patch) | |
tree | 82710348cbe6d45d7fa6c807125fe1d632bf8484 /net/netatalk-devel | |
parent | 63773858a5d816046590b95062c8009cfde8c79e (diff) | |
download | freebsd-ports-gnome-941603f9c78db155481ae6942cfa69c103a5d442.tar.gz freebsd-ports-gnome-941603f9c78db155481ae6942cfa69c103a5d442.tar.zst freebsd-ports-gnome-941603f9c78db155481ae6942cfa69c103a5d442.zip |
Update to 1.5.3.1
PR: 36593
Submitted by: maintainer
Diffstat (limited to 'net/netatalk-devel')
-rw-r--r-- | net/netatalk-devel/Makefile | 5 | ||||
-rw-r--r-- | net/netatalk-devel/distinfo | 2 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-configure | 14 | ||||
-rw-r--r-- | net/netatalk-devel/pkg-plist | 1 |
4 files changed, 12 insertions, 10 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile index 088ca4557355..0ab37207cfee 100644 --- a/net/netatalk-devel/Makefile +++ b/net/netatalk-devel/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-devel/distinfo b/net/netatalk-devel/distinfo index a5cfc04d157a..d8df8e30b911 100644 --- a/net/netatalk-devel/distinfo +++ b/net/netatalk-devel/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-devel/files/patch-configure b/net/netatalk-devel/files/patch-configure index 994d7e0f72ca..0cf4f4db0187 100644 --- a/net/netatalk-devel/files/patch-configure +++ b/net/netatalk-devel/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 <<EOF - #line 8434 "configure" + #line 8496 "configure" #include "confdefs.h" -@@ -8455,7 +8455,7 @@ +@@ -8517,7 +8517,7 @@ db3found=yes DB3_CFLAGS="-I$db3dir" diff --git a/net/netatalk-devel/pkg-plist b/net/netatalk-devel/pkg-plist index d60fdaab509c..faa5aa20cbf5 100644 --- a/net/netatalk-devel/pkg-plist +++ b/net/netatalk-devel/pkg-plist @@ -1,4 +1,5 @@ bin/achfile +bin/acleandir.rc bin/add_netatalk_printer bin/adv1tov2 bin/aecho |