Date: Sat, 3 Nov 2018 22:16:06 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483915 - in head/net/libnet: . files Message-ID: <201811032216.wA3MG6QA038581@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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*)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811032216.wA3MG6QA038581>