[Midnightbsd-cvs] mports [18691] trunk/net/libnet/files: cleanup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Apr 16 09:02:17 EDT 2015


Revision: 18691
          http://svnweb.midnightbsd.org/mports/?rev=18691
Author:   laffer1
Date:     2015-04-16 09:02:16 -0400 (Thu, 16 Apr 2015)
Log Message:
-----------
cleanup

Removed Paths:
-------------
    trunk/net/libnet/files/patch-configure
    trunk/net/libnet/files/patch-include__Makefile.in
    trunk/net/libnet/files/patch-include__libnet__Makefile.in
    trunk/net/libnet/files/patch-libnet-config.in
    trunk/net/libnet/files/patch-src__Makefile.in

Deleted: trunk/net/libnet/files/patch-configure
===================================================================
--- trunk/net/libnet/files/patch-configure	2015-04-16 13:00:06 UTC (rev 18690)
+++ trunk/net/libnet/files/patch-configure	2015-04-16 13:02:16 UTC (rev 18691)
@@ -1,80 +0,0 @@
-
---- configure.orig	2004-03-02 04:02:37.000000000 +0800
-+++ configure	2008-04-29 11:48:34.000000000 +0800
-@@ -3852,38 +3852,10 @@
- echo "$as_me:$LINENO: checking link-layer packet interface type" >&5
- echo $ECHO_N "checking link-layer packet interface type... $ECHO_C" >&6
- 
--if test -r /dev/bpf0 ; then
--    LIBOBJS="$LIBOBJS libnet_link_bpf.$ac_objext"
--    echo "$as_me:$LINENO: result: found bpf" >&5
-+#if test -r /dev/bpf0 ; then
-+LIBOBJS="$LIBOBJS libnet_link_bpf.$ac_objext"
-+echo "$as_me:$LINENO: result: bpf has been here evar since da world began ..." >&5
- echo "${ECHO_T}found bpf" >&6
--elif test -r /usr/include/net/pfilt.h ; then
--    LIBOBJS="$LIBOBJS libnet_link_pf.$ac_objext"
--    echo "$as_me:$LINENO: result: found pf" >&5
--echo "${ECHO_T}found pf" >&6
--elif test -r /dev/nit ; then
--    LIBOBJS="$LIBOBJS libnet_link_snit.$ac_objext"
--    echo "$as_me:$LINENO: result: found snit" >&5
--echo "${ECHO_T}found snit" >&6
--elif test -r /usr/include/sys/net/nit.h ; then
--    LIBOBJS="$LIBOBJS libnet_link_nit.$ac_objext"
--    echo "$as_me:$LINENO: result: found nit" >&5
--echo "${ECHO_T}found nit" >&6
--elif test -r /usr/include/net/raw.h ; then
--    LIBOBJS="$LIBOBJS libnet_link_snoop.$ac_objext"
--    echo "$as_me:$LINENO: result: found snoop" >&5
--echo "${ECHO_T}found snoop" >&6
--elif test -r /usr/include/sys/dlpi.h ; then
--    LIBOBJS="$LIBOBJS libnet_link_dlpi.$ac_objext"
--    echo "$as_me:$LINENO: result: found dlpi" >&5
--echo "${ECHO_T}found dlpi" >&6
--    cat >>confdefs.h <<\_ACEOF
--#define HAVE_DLPI 1
--_ACEOF
--
--elif test -r /usr/include/linux/socket.h ; then
--    LIBOBJS="$LIBOBJS libnet_link_linux.$ac_objext"
--    echo "$as_me:$LINENO: result: found linux primitives" >&5
--echo "${ECHO_T}found linux primitives" >&6
- 
-     echo "$as_me:$LINENO: checking for packet socket (PF_SOCKET)" >&5
- echo $ECHO_N "checking for packet socket (PF_SOCKET)... $ECHO_C" >&6
-@@ -3987,32 +3959,6 @@
- 
-     echo "$as_me:$LINENO: result: $ac_cv_libnet_linux_procfs" >&5
- echo "${ECHO_T}$ac_cv_libnet_linux_procfs" >&6
--    if test $ac_cv_libnet_linux_procfs = yes ; then
--
--cat >>confdefs.h <<\_ACEOF
--#define HAVE_LINUX_PROCFS 1
--_ACEOF
--
--    fi
--elif test -c /dev/bpf0 ; then           # check again in case not readable
--    LIBOBJS="$LIBOBJS libnet_link_bpf.$ac_objext"
--    echo "$as_me:$LINENO: result: found bpf" >&5
--echo "${ECHO_T}found bpf" >&6
--elif test -c /dev/nit ; then            # check again in case not readable
--    LIBOBJS="$LIBOBJS libnet_link_snit.$ac_objext"
--    echo "$as_me:$LINENO: result: found snit" >&5
--echo "${ECHO_T}found snit" >&6
--elif test "$target_os" = "cygwin" ; then
--     LIBOBJS="$LIBOBJS libnet_link_win32.$ac_objext"
--     echo "$as_me:$LINENO: result: found win32 wpcap" >&5
--echo "${ECHO_T}found win32 wpcap" >&6
--else
--    LIBOBJS="$LIBOBJS libnet_link_none.$ac_objext"
--    { echo "$as_me:$LINENO: WARNING: could not find a link-layer packet interface" >&5
--echo "$as_me: WARNING: could not find a link-layer packet interface" >&2;}
--    { echo "$as_me:$LINENO: WARNING: link-layer packet injection will not be available" >&5
--echo "$as_me: WARNING: link-layer packet injection will not be available" >&2;}
--fi
- 
- echo -n "scanning available packet construction modules: "
- for dir in src/*build*c ; do
-
-

Deleted: trunk/net/libnet/files/patch-include__Makefile.in
===================================================================
--- trunk/net/libnet/files/patch-include__Makefile.in	2015-04-16 13:00:06 UTC (rev 18690)
+++ trunk/net/libnet/files/patch-include__Makefile.in	2015-04-16 13:02:16 UTC (rev 18691)
@@ -1,11 +0,0 @@
---- ./include/Makefile.in.orig	Thu Mar 11 15:50:20 2004
-+++ ./include/Makefile.in	Tue Sep 26 15:23:43 2006
-@@ -40,7 +40,7 @@
- libdir = @libdir@
- infodir = @infodir@
- mandir = @mandir@
--includedir = @includedir@
-+includedir = @includedir@/libnet11
- oldincludedir = /usr/include
- pkgdatadir = $(datadir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@

Deleted: trunk/net/libnet/files/patch-include__libnet__Makefile.in
===================================================================
--- trunk/net/libnet/files/patch-include__libnet__Makefile.in	2015-04-16 13:00:06 UTC (rev 18690)
+++ trunk/net/libnet/files/patch-include__libnet__Makefile.in	2015-04-16 13:02:16 UTC (rev 18691)
@@ -1,11 +0,0 @@
---- ./include/libnet/Makefile.in.orig	Thu Mar 11 15:50:20 2004
-+++ ./include/libnet/Makefile.in	Tue Sep 26 15:19:23 2006
-@@ -40,7 +40,7 @@
- libdir = @libdir@
- infodir = @infodir@
- mandir = @mandir@
--includedir = @includedir@
-+includedir = @includedir@/libnet11
- oldincludedir = /usr/include
- pkgdatadir = $(datadir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@

Deleted: trunk/net/libnet/files/patch-libnet-config.in
===================================================================
--- trunk/net/libnet/files/patch-libnet-config.in	2015-04-16 13:00:06 UTC (rev 18690)
+++ trunk/net/libnet/files/patch-libnet-config.in	2015-04-16 13:02:16 UTC (rev 18691)
@@ -1,13 +0,0 @@
---- ./libnet-config.in.orig	Sat Jan  3 17:31:00 2004
-+++ ./libnet-config.in	Tue Sep 26 15:19:23 2006
-@@ -8,8 +8,8 @@
- #   @configure_input@
- 
- libnet_defines="@LIBNET_CONFIG_DEFINES@"
--libnet_cflags="@LIBNET_CONFIG_CFLAGS@"
--libnet_libs="@LIBNET_CONFIG_LIBS@ -lnet"
-+libnet_cflags="@LIBNET_CONFIG_CFLAGS@ -I at prefix@/include/libnet11"
-+libnet_libs="@LIBNET_CONFIG_LIBS@ -L at prefix@/lib/libnet11 -lnet"
- 
- usage()
- {

Deleted: trunk/net/libnet/files/patch-src__Makefile.in
===================================================================
--- trunk/net/libnet/files/patch-src__Makefile.in	2015-04-16 13:00:06 UTC (rev 18690)
+++ trunk/net/libnet/files/patch-src__Makefile.in	2015-04-16 13:02:16 UTC (rev 18691)
@@ -1,11 +0,0 @@
---- ./src/Makefile.in.orig	Thu Mar 11 15:50:20 2004
-+++ ./src/Makefile.in	Tue Sep 26 15:19:23 2006
-@@ -43,7 +43,7 @@
- sysconfdir = @sysconfdir@
- sharedstatedir = @sharedstatedir@
- localstatedir = @localstatedir@
--libdir = @libdir@
-+libdir = @libdir@/libnet11
- infodir = @infodir@
- mandir = @mandir@
- includedir = @includedir@



More information about the Midnightbsd-cvs mailing list