Date: Sun, 31 Mar 2002 18:15:59 -0500 (EST) From: Joe Marcus Clarke <marcus@marcuscom.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36593: [MAINTAINER UPDATE] Update net/netatalk to 1.5.3.1 Message-ID: <200203312315.g2VNFxYl071809@gyros.marcuscom.com>
next in thread | raw e-mail | index | archive | help
>Number: 36593 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update net/netatalk to 1.5.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 15:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.5-STABLE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD gyros.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Mar 31 16:39:30 EST 2002 marcus@gyros.marcuscom.com:/usr/obj/usr/src/sys/GYROS i386 >Description: Update the netatalk port to 1.5.3.1. >How-To-Repeat: >Fix: --- netatalk.diff begins here --- diff -ruN netatalk.orig/Makefile netatalk/Makefile --- netatalk.orig/Makefile Sun Mar 31 18:05:35 2002 +++ netatalk/Makefile Sun Mar 31 18:06:41 2002 @@ -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+= 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 @@ # 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 -ruN netatalk.orig/distinfo netatalk/distinfo --- netatalk.orig/distinfo Sun Mar 31 18:05:35 2002 +++ netatalk/distinfo Sun Mar 31 18:06:50 2002 @@ -1 +1 @@ -MD5 (netatalk-1.5.2.tar.gz) = 9355653d6b2c18f10d1be02624db65f6 +MD5 (netatalk-1.5.3.1.tar.bz2) = 7d9fe0fce60bccb1264fdbb42fa1465b diff -ruN netatalk.orig/files/patch-configure netatalk/files/patch-configure --- netatalk.orig/files/patch-configure Sun Mar 31 18:05:35 2002 +++ netatalk/files/patch-configure Sun Mar 31 18:08:07 2002 @@ -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 -ruN netatalk.orig/pkg-plist netatalk/pkg-plist --- netatalk.orig/pkg-plist Sun Mar 31 18:05:35 2002 +++ netatalk/pkg-plist Sun Mar 31 18:10:24 2002 @@ -1,4 +1,5 @@ bin/achfile +bin/acleandir.rc bin/add_netatalk_printer bin/adv1tov2 bin/aecho --- netatalk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203312315.g2VNFxYl071809>