Date: Tue, 26 Feb 2002 13:35:55 -0500 (EST) From: Joe Marcus Clarke <marcus@marcuscom.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/35348: [MAINTAINER UPDATE] Update net/netatalk to 1.5.2 Message-ID: <200202261835.g1QIZt305601@shumai.marcuscom.com>
next in thread | raw e-mail | index | archive | help
>Number: 35348 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update net/netatalk to 1.5.2 >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: Tue Feb 26 10:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.5-STABLE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD shumai.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 24 14:19:35 EST 2002 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386 >Description: Update the netatalk port to 1.5.2. >How-To-Repeat: >Fix: --- netatalk.diff begins here --- --- Makefile.orig Tue Feb 26 13:31:17 2002 +++ Makefile Tue Feb 26 13:23:31 2002 @@ -6,7 +6,7 @@ # PORTNAME= netatalk -PORTVERSION= 1.5.1.1 +PORTVERSION= 1.5.2 PORTEPOCH= 1 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -36,7 +36,7 @@ .if defined(WITH_SRVLOC) # Enable Service Location Protocol support. This allows MacOS X < 10.1 to # pickup afpd servers in the network. -CONFIGURE_ARGS+= --enable-srvloc +CONFIGURE_ARGS+= --enable-srvloc=/usr/local .endif .if defined(WITH_FLOCK_LOCKS) # Disable byte locking, and do full file locking. This _may_ help with some @@ -53,7 +53,7 @@ PLIST_SUB+= NETATALKCNID="" .else # This method of DID calculation is not persistent, but has been tested to -# work with MacOS X (10.0.3-10.1.1) as well as MacOS 7-9.2.2. +# work with MacOS X (10.0.3-10.1.3) as well as MacOS 7-9.2.2. CONFIGURE_ARGS+= --with-did=last PLIST_SUB+= NETATALKCNID="@comment " .endif --- distinfo.orig Tue Feb 26 13:31:23 2002 +++ distinfo Tue Feb 26 13:09:51 2002 @@ -1 +1 @@ -MD5 (netatalk-1.5.1.1.tar.gz) = 8922f0ba49bcc1274f760b3a406e2fcc +MD5 (netatalk-1.5.2.tar.gz) = 9355653d6b2c18f10d1be02624db65f6 --- pkg-plist.orig Tue Feb 26 13:31:32 2002 +++ pkg-plist Tue Feb 26 13:08:01 2002 @@ -28,7 +28,7 @@ @exec cd %B && ln -s megatron macbinary @exec cd %B && ln -s megatron binheader @exec cd %B && ln -s megatron nadheader -%%NETATALKCNID%%bin/cnid_didname_verify +%%NETATALKCNID%%bin/cnid_maint bin/nbplkup bin/nbprgstr bin/nbpunrgstr --- files/patch-configure.orig Tue Feb 26 13:31:42 2002 +++ files/patch-configure Tue Feb 26 13:12:19 2002 @@ -1,13 +1,13 @@ ---- configure.orig Sat Jan 26 16:25:38 2002 -+++ configure Sat Jan 26 16:25:51 2002 -@@ -8250,14 +8250,14 @@ +--- configure.orig Fri Feb 15 17:14:36 2002 ++++ configure Tue Feb 26 13:12:06 2002 +@@ -8421,14 +8421,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:8255: checking for main in -ldb" >&5 +-echo "configure:8426: checking for main in -ldb" >&5 + echo $ac_n "checking for main in -ldb3""... $ac_c" 1>&6 -+echo "configure:8255: checking for main in -ldb3" >&5 ++echo "configure:8426: 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,14 +16,14 @@ -LIBS="-ldb $LIBS" +LIBS="-ldb3 $LIBS" cat > conftest.$ac_ext <<EOF - #line 8263 "configure" + #line 8434 "configure" #include "confdefs.h" -@@ -8284,7 +8284,7 @@ +@@ -8455,7 +8455,7 @@ db3found=yes DB3_CFLAGS="-I$db3dir" - DB3_LIBS="-L$db3libdir -ldb" + DB3_LIBS="-L$db3libdir -ldb3" + DB3_PATH="`echo $db3dir | sed 's,include/db3$,,'`" else - echo "$ac_t""no" 1>&6 --- 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?200202261835.g1QIZt305601>