diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-02 03:31:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-02 03:31:31 +0800 |
commit | b2ff739de04a1d0835a8c55b2ed4a9155a8e190f (patch) | |
tree | f654116bf7e52769395713888e2e00a7c811d017 /net/netatalk-devel | |
parent | 4d949a9b711a4a4b513f1e892ba5a710356dfca8 (diff) | |
download | freebsd-ports-gnome-b2ff739de04a1d0835a8c55b2ed4a9155a8e190f.tar.gz freebsd-ports-gnome-b2ff739de04a1d0835a8c55b2ed4a9155a8e190f.tar.zst freebsd-ports-gnome-b2ff739de04a1d0835a8c55b2ed4a9155a8e190f.zip |
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.
Diffstat (limited to 'net/netatalk-devel')
-rw-r--r-- | net/netatalk-devel/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile index 4f337aa82338..9d8a310ba665 100644 --- a/net/netatalk-devel/Makefile +++ b/net/netatalk-devel/Makefile @@ -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 |