Remove the option for enabling flock-locks. flock-locks don't exist anymore

in 1.6.x.  As well, tcp_wrappers doesn't exist as a port anymore.  Remove
it from the optional LIB_DEPENDS.

Also, note, 1.6.0 enables the CNID DID calculation and persistence
scheme by _default_.  To revert to the old DID method, specify
WITHOUT_CNID when building the port.  More info is available in the Makefile
comments.
This commit is contained in:
Joe Marcus Clarke 2003-01-01 19:31:31 +00:00
parent f568fe954d
commit 228cc7381c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72085
2 changed files with 0 additions and 16 deletions

View File

@ -20,9 +20,6 @@ LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.if defined(WITH_SRVLOC)
LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp
.endif
.if !exists(/usr/include/tcpd.h)
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
USE_BZIP2= yes
CONFIGURE_ARGS+= --with-tcp-wrappers \
@ -39,11 +36,6 @@ PLIST_SUB+= NETATALKPAM="@comment "
# pickup afpd servers in the network.
CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE}
.endif
.if defined(WITH_FLOCK_LOCKS)
# Disable byte locking, and do full file locking. This _may_ help with some
# Quark Express save issues.
CONFIGURE_ARGS+= --with-flock-locks
.endif
.if !defined(WITHOUT_CNID)
# Configure old LAST DID support. By default, the new CNID persistent DID
# calculation scheme is used. However, if you wish to revert back to the old

View File

@ -20,9 +20,6 @@ LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.if defined(WITH_SRVLOC)
LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp
.endif
.if !exists(/usr/include/tcpd.h)
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
USE_BZIP2= yes
CONFIGURE_ARGS+= --with-tcp-wrappers \
@ -39,11 +36,6 @@ PLIST_SUB+= NETATALKPAM="@comment "
# pickup afpd servers in the network.
CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE}
.endif
.if defined(WITH_FLOCK_LOCKS)
# Disable byte locking, and do full file locking. This _may_ help with some
# Quark Express save issues.
CONFIGURE_ARGS+= --with-flock-locks
.endif
.if !defined(WITHOUT_CNID)
# Configure old LAST DID support. By default, the new CNID persistent DID
# calculation scheme is used. However, if you wish to revert back to the old