1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove conditional dependencies on security/tcp_wrapper: That port

hasn't existed since October 2002, and tcp_wrapper has been included in
the base system since March 1999.
This commit is contained in:
Colin Percival 2005-01-20 18:52:56 +00:00
parent 542fc325e7
commit 7ef8b8da40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126967
6 changed files with 0 additions and 26 deletions

View File

@ -16,10 +16,6 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= The Internic referral whois server
.if !exists(/usr/include/tcpd.h)
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois

View File

@ -16,10 +16,6 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= The Internic referral whois server
.if !exists(/usr/include/tcpd.h)
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois

View File

@ -104,16 +104,7 @@ post-install:
fi
# Include tcp-wrapper support (call remote identd)
.if exists(/usr/include/tcpd.h)
CONFIGURE_ARGS+= --with-libwrap
.else
.if defined(WITH_TCPWRAP) || (exists(${PREFIX}/lib/libwrap.a) \
&& !defined(WITHOUT_TCPWRAP))
CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib CFLAGS="${CFLAGS} -I${PREFIX}/include"
CONFIGURE_ARGS+= --with-libwrap
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
.endif
# Original IPv6 patches were obtained from ftp://ftp.kyoto.wide.ad.jp/IPv6/ssh/
# ssh-1.2.27-IPv6-1.5-patch.gz

View File

@ -22,9 +22,6 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
.endif
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
USE_GMAKE= yes
USE_AUTOMAKE_VER=14

View File

@ -22,9 +22,6 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
.endif
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
USE_GMAKE= yes
USE_AUTOMAKE_VER=14

View File

@ -22,9 +22,6 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
.endif
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
USE_GMAKE= yes
USE_AUTOMAKE_VER=14