svn commit: r483915 - in head/net/libnet: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 3 22:16:10 UTC 2018


Author: sunpoet
Date: Sat Nov  3 22:16:06 2018
New Revision: 483915
URL: https://svnweb.freebsd.org/changeset/ports/483915

Log:
  Clean up (followup of r483807)

Added:
  head/net/libnet/files/patch-configure
     - copied unchanged from r483914, head/net/libnet/files/extra-patch-configure
Deleted:
  head/net/libnet/files/extra-patch-configure
Modified:
  head/net/libnet/Makefile

Modified: head/net/libnet/Makefile
==============================================================================
--- head/net/libnet/Makefile	Sat Nov  3 22:15:57 2018	(r483914)
+++ head/net/libnet/Makefile	Sat Nov  3 22:16:06 2018	(r483915)
@@ -46,6 +46,4 @@ post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
 	${INSTALL_DATA} ${WRKSRC}/sample/*.c ${STAGEDIR}${EXAMPLESDIR}/
 
-EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-configure
-
 .include <bsd.port.mk>

Copied: head/net/libnet/files/patch-configure (from r483914, head/net/libnet/files/extra-patch-configure)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libnet/files/patch-configure	Sat Nov  3 22:16:06 2018	(r483915, copy of r483914, head/net/libnet/files/extra-patch-configure)
@@ -0,0 +1,17 @@
+--- configure.orig	2012-03-29 21:18:48 UTC
++++ configure
+@@ -12165,13 +12165,12 @@ done
+ $as_echo "#define LIBNET_BSDISH_OS 1" >>confdefs.h
+ 
+ 
+-$as_echo "#define LIBNET_BSD_BYTE_SWAP 1" >>confdefs.h
+ 
+ 
+ $as_echo "#define HAVE_SOCKADDR_SA_LEN 1" >>confdefs.h
+ 
+ 
+-    LIBNET_CONFIG_DEFINES="-DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN"
++    LIBNET_CONFIG_DEFINES="-DLIBNET_BSDISH_OS -DHAVE_SOCKADDR_SA_LEN"
+     ;;
+ 
+ *netbsd*)


More information about the svn-ports-all mailing list