1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Update to 1.6.3.

This commit is contained in:
Joe Marcus Clarke 2003-06-20 04:12:12 +00:00
parent ce944c6bc6
commit 21331df12e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83338
6 changed files with 36 additions and 36 deletions

View File

@ -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).

View File

@ -1 +1 @@
MD5 (netatalk-1.6.2.tar.bz2) = 249e21151c48a789c27b8bf46c3a7a15
MD5 (netatalk-1.6.3.tar.bz2) = fa3d0e08499525d9a627fe17a2d93d1b

View File

@ -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$,,'`"

View File

@ -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).

View File

@ -1 +1 @@
MD5 (netatalk-1.6.2.tar.bz2) = 249e21151c48a789c27b8bf46c3a7a15
MD5 (netatalk-1.6.3.tar.bz2) = fa3d0e08499525d9a627fe17a2d93d1b

View File

@ -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$,,'`"