Index: head/net/libnet/Makefile =================================================================== --- head/net/libnet/Makefile (revision 483914) +++ head/net/libnet/Makefile (revision 483915) @@ -1,51 +1,49 @@ # Created by: shipley@dis.org # $FreeBSD$ PORTNAME= libnet PORTVERSION= 1.1.6 PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF/libnet-dev MAINTAINER= sunpoet@FreeBSD.org COMMENT= C library for creating IP packets LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/doc/COPYING OPTIONS_DEFINE= BPF DOCS EXAMPLES OPTIONS_DEFAULT=BPF BPF_DESC= link layer bpf GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CSTD= gnu89 USE_LDCONFIG= yes USES= libtool DOCS= CHANGELOG CONTRIB DESIGN_NOTES MIGRATION PACKET_BUILDING PORTED RAWSOCKET_NON_SEQUITUR README TODO PORTDOCS= * PORTEXAMPLES= * BPF_CONFIGURE_OFF= --with-link-layer=none BPF_CONFIGURE_ON= --with-link-layer=bpf post-patch: @${MV} ${WRKSRC}/README ${WRKSRC}/doc/ @${REINPLACE_CMD} \ -e 's|@LIBNET_CONFIG_LIBS@|@LIBNET_CONFIG_LIBS@ -L@prefix@/lib|' \ -e 's|@LIBNET_CONFIG_CFLAGS@|@LIBNET_CONFIG_CFLAGS@ -I@prefix@/include|' \ ${WRKSRC}/libnet-config.in post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/sample/*.c ${STAGEDIR}${EXAMPLESDIR}/ -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-configure - .include Index: head/net/libnet/files/extra-patch-configure =================================================================== --- head/net/libnet/files/extra-patch-configure (revision 483914) +++ head/net/libnet/files/extra-patch-configure (nonexistent) @@ -1,17 +0,0 @@ ---- 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*) Property changes on: head/net/libnet/files/extra-patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/libnet/files/patch-configure =================================================================== --- head/net/libnet/files/patch-configure (nonexistent) +++ head/net/libnet/files/patch-configure (revision 483915) @@ -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*) Property changes on: head/net/libnet/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property