diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-04 19:26:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-04 19:26:24 +0000 |
commit | 228ab588738952bd42427886fd5368181243ba6e (patch) | |
tree | 7fe589d0d1b0e6d00b7aa9cd05fc46ca15de7655 /net | |
parent | 7374b5a054d87d64914c6c36520e15fa14f3f31b (diff) | |
download | ports-228ab588738952bd42427886fd5368181243ba6e.tar.gz ports-228ab588738952bd42427886fd5368181243ba6e.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/easysoap/files/patch-src-Makefile.in | 10 | ||||
-rw-r--r-- | net/isc-dhcp41-server/Makefile | 4 | ||||
-rw-r--r-- | net/isc-dhcp42-server/Makefile | 3 | ||||
-rw-r--r-- | net/isc-dhcp43-server/Makefile | 3 | ||||
-rw-r--r-- | net/libpcap/files/patch-Makefile.in | 8 |
5 files changed, 0 insertions, 28 deletions
diff --git a/net/easysoap/files/patch-src-Makefile.in b/net/easysoap/files/patch-src-Makefile.in deleted file mode 100644 index 390fd3e38d81..000000000000 --- a/net/easysoap/files/patch-src-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Makefile.in.orig 2006-11-10 18:48:39.000000000 +0100 -+++ src/Makefile.in 2009-02-22 13:04:06.000000000 +0100 -@@ -375,6 +375,7 @@ - @list='$(lib_LIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - p="`echo $$p | sed -e 's|^.*/||'`"; \ -+ chmod u+w $(DESTDIR)$(libdir)/$$p; \ - echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \ - $(RANLIB) $(DESTDIR)$(libdir)/$$p; \ - else :; fi; \ diff --git a/net/isc-dhcp41-server/Makefile b/net/isc-dhcp41-server/Makefile index 06bae38ea855..6baa57a96618 100644 --- a/net/isc-dhcp41-server/Makefile +++ b/net/isc-dhcp41-server/Makefile @@ -144,10 +144,6 @@ post-patch: ${MSG_FILE} > ${PKGMESSAGE} @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/client/dhclient.conf - @${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' \ - ${WRKSRC}/Makefile.in \ - ${WRKSRC}/*/Makefile.in - do-install: ${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC}/${SUBSYS} install diff --git a/net/isc-dhcp42-server/Makefile b/net/isc-dhcp42-server/Makefile index 2c052ba29764..3bbc35dc30b5 100644 --- a/net/isc-dhcp42-server/Makefile +++ b/net/isc-dhcp42-server/Makefile @@ -140,9 +140,6 @@ post-patch: ${WRKSRC}/doc/examples/dhcpd-dhcpv6.conf @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/client/dhclient.conf.example - @${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' \ - ${WRKSRC}/Makefile.in \ - ${WRKSRC}/*/Makefile.in do-install: ${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC}/${SUBSYS} install diff --git a/net/isc-dhcp43-server/Makefile b/net/isc-dhcp43-server/Makefile index 4b2cf5f783cc..747f3aa06e99 100644 --- a/net/isc-dhcp43-server/Makefile +++ b/net/isc-dhcp43-server/Makefile @@ -140,9 +140,6 @@ post-patch: ${WRKSRC}/doc/examples/dhcpd-dhcpv6.conf @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/client/dhclient.conf.example - @${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' \ - ${WRKSRC}/Makefile.in \ - ${WRKSRC}/*/Makefile.in do-install: ${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC}/${SUBSYS} install diff --git a/net/libpcap/files/patch-Makefile.in b/net/libpcap/files/patch-Makefile.in index 2a4c19f9f21d..d4e133805292 100644 --- a/net/libpcap/files/patch-Makefile.in +++ b/net/libpcap/files/patch-Makefile.in @@ -56,11 +56,3 @@ for i in $(MANFILE); do \ $(INSTALL_DATA) `echo $$i | sed 's/.manfile.in/.manfile/'` \ $(DESTDIR)$(mandir)/man@MAN_FILE_FORMATS@/`echo $$i | sed 's/.manfile.in/.@MAN_FILE_FORMATS@/'`; done -@@ -656,7 +626,6 @@ - [ -d $(DESTDIR)$(libdir) ] || \ - (mkdir -p $(DESTDIR)$(libdir); chmod 755 $(DESTDIR)$(libdir)) - $(INSTALL_DATA) libpcap.a $(DESTDIR)$(libdir)/libpcap.a -- $(RANLIB) $(DESTDIR)$(libdir)/libpcap.a - install-archive-shareda: - # - # AIX, however, doesn't, so we don't install the archive |