Activate the use of DID's to avoid a possible problem with files

removed on the server.
Bump PORTREVISION to reflect an important functionality change.

PR:		27973
Submitted by:	maintainer
Details at:	bug #421127 in the SourceForge tracking system
This commit is contained in:
Peter Pentchev 2001-06-08 22:15:44 +00:00
parent 643c643fab
commit 587d61eda6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43666
2 changed files with 6 additions and 4 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= netatalk
PORTVERSION= 1.5p6
PORTREVISION= 1
CATEGORIES= net print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netatalk
@ -18,11 +19,11 @@ MAINTAINER= marcus@marcuscom.com
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
CONFIGURE_ARGS+= --with-tcp-wrappers
CONFIGURE_ARGS+= --with-tcp-wrappers \
--enable-lastdid
# CONFIGURE_ARGS+= --disable-admin-group
# CONFIGURE_ARGS+= --disable-ddp
# CONFIGURE_ARGS+= --with-shadow
# CONFIGURE_ARGS+= --enable-lastdid
.if defined(NETATALK_WITH_PAM)
CONFIGURE_ARGS+= --with-pam # broken
PLIST_SUB+= NETATALKPAM=""

View File

@ -7,6 +7,7 @@
PORTNAME= netatalk
PORTVERSION= 1.5p6
PORTREVISION= 1
CATEGORIES= net print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netatalk
@ -18,11 +19,11 @@ MAINTAINER= marcus@marcuscom.com
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
CONFIGURE_ARGS+= --with-tcp-wrappers
CONFIGURE_ARGS+= --with-tcp-wrappers \
--enable-lastdid
# CONFIGURE_ARGS+= --disable-admin-group
# CONFIGURE_ARGS+= --disable-ddp
# CONFIGURE_ARGS+= --with-shadow
# CONFIGURE_ARGS+= --enable-lastdid
.if defined(NETATALK_WITH_PAM)
CONFIGURE_ARGS+= --with-pam # broken
PLIST_SUB+= NETATALKPAM=""