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:
parent
643c643fab
commit
587d61eda6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43666
@ -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=""
|
||||
|
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user