diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 21:32:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 21:32:55 +0000 |
commit | f9b996acf828945d1cf5c22efed0581b7c8c2c88 (patch) | |
tree | e925b385ad9546763f27fc8d923767303f4232ac /sys-freebsd/freebsd-usbin/files/freebsd-usbin-nowrap.patch | |
parent | Remove 6.1 ebuild. (diff) | |
download | gentoo-2-f9b996acf828945d1cf5c22efed0581b7c8c2c88.tar.gz gentoo-2-f9b996acf828945d1cf5c22efed0581b7c8c2c88.tar.bz2 gentoo-2-f9b996acf828945d1cf5c22efed0581b7c8c2c88.zip |
Remove 6.1 ebuild.
(Portage version: 2.1.2_rc4-r6)
(Signed Manifest commit)
Diffstat (limited to 'sys-freebsd/freebsd-usbin/files/freebsd-usbin-nowrap.patch')
-rw-r--r-- | sys-freebsd/freebsd-usbin/files/freebsd-usbin-nowrap.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-nowrap.patch b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-nowrap.patch deleted file mode 100644 index f01d6e2b9690..000000000000 --- a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-nowrap.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff -ur usr.sbin/rpcbind/Makefile usr.sbin-nowrap/rpcbind/Makefile ---- usr.sbin/rpcbind/Makefile 2003-04-04 17:49:18 +0000 -+++ usr.sbin-nowrap/rpcbind/Makefile 2005-06-20 14:15:59 +0000 -@@ -13,9 +13,19 @@ - rpcb_svc.c rpcb_svc_com.c security.c warmstart.c util.c \ - rpc_generic.c - --CFLAGS+= -I${LIBCRPCDIR} -I${LIBCINCLUDE} -DPORTMAP -DINET6 -DLIBWRAP -+CFLAGS+= -I${LIBCRPCDIR} -I${LIBCINCLUDE} -DPORTMAP - --DPADD= ${LIBWRAP} ${LIBUTIL} --LDADD= -lwrap -lutil -+DPADD= ${LIBUTIL} -+LDADD= -lutil -+ -+.if !defined(NO_WRAP) -+CFLAGS+= -DLIBWRAP -+DPADD+= ${LIBWRAP} -+LDADD+= -lwrap -+.endif -+ -+.if !defined(NOINET6) -+CFLAGS+= -DINET6 -+.endif - - .include <bsd.prog.mk> -diff -ur usr.sbin/ypserv/Makefile usr.sbin-nowrap/ypserv/Makefile ---- usr.sbin/ypserv/Makefile 2003-04-04 17:49:20 +0000 -+++ usr.sbin-nowrap/ypserv/Makefile 2005-06-20 14:17:41 +0000 -@@ -8,10 +8,13 @@ - SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \ - ypxfr_clnt.c yp.h yp_main.c yp_error.c yp_access.c yp_svc_udp.c - --CFLAGS+= -DDB_CACHE -DTCP_WRAPPER -I. -+CFLAGS+= -DDB_CACHE -I. - --DPADD= ${LIBWRAP} --LDADD= -lwrap -+.if !defined(NO_WRAP) -+CFLAGS+= -DTCP_WRAPPER -+DPADD+= ${LIBWRAP} -+LDADD+= -lwrap -+.endif - - CLEANFILES= yp_svc.c ypxfr_clnt.c yp.h - |