Date: Wed, 9 Jun 1999 23:40:02 -0700 (PDT) From: Sheldon Hearn <sheldonh@uunet.co.za> To: freebsd-ports@FreeBSD.org Subject: Re: ports/12090: netatalk-sun port no longer dependent on tcp_wrapper port Message-ID: <199906100640.XAA30852@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/12090; it has been noted by GNATS. From: Sheldon Hearn <sheldonh@uunet.co.za> To: Parag Patel <parag@cgt.com> Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/12090: netatalk-sun port no longer dependent on tcp_wrapper port Date: Thu, 10 Jun 1999 08:36:55 +0200 On Wed, 09 Jun 1999 17:12:26 MST, Parag Patel wrote: > Actually, it doesn't seem to matter. The afpd Makefile adds "-lwrap" > and a useless -L${PREFIX}/lib. The linker finds the normal -lwrap > installed under /usr/lib and things seem to be happy. Life is very hard for those of us who try to make things complicated. Nicely spotted. :-) While we're revelling in the spirit of simplicity, let's take our cue for the Makefile from another port that's already been patched for tcp_wrappers in the base system (security/ssh). Ciao, Sheldon. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/netatalk-asun/Makefile,v retrieving revision 1.7 diff -u -d -r1.7 Makefile --- Makefile 1999/05/17 08:17:57 1.7 +++ Makefile 1999/06/10 06:34:47 @@ -15,7 +15,9 @@ MAINTAINER= stb@freebsd.org +.if !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper +.endif MAKE_ARGS= INSTALL="${INSTALL} ${COPY}" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906100640.XAA30852>