diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-11-15 19:04:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-11-15 19:04:31 +0000 |
commit | b044ecb38c4c2877f96087ee09d08519debccb2e (patch) | |
tree | 2751450e999e73d7fe5e16e97c2d56a3f8f55ecd /net/libnet-devel/files | |
parent | Add the pkg-message (diff) |
- update to 1.1.5
- set LATEST_LINK
- use OPTIONS
- use PLIST_SUB to get versions out pkg-plist
- fix build in jail without /dev/bpf
- take maintainership
Notes
Notes:
svn path=/head/; revision=264600
Diffstat (limited to 'net/libnet-devel/files')
-rw-r--r-- | net/libnet-devel/files/patch-include__Makefile.in | 11 | ||||
-rw-r--r-- | net/libnet-devel/files/patch-include__libnet__Makefile.in | 11 | ||||
-rw-r--r-- | net/libnet-devel/files/patch-libnet-config.in | 13 | ||||
-rw-r--r-- | net/libnet-devel/files/patch-libnet_write.c | 10 | ||||
-rw-r--r-- | net/libnet-devel/files/patch-src__Makefile.in | 20 |
5 files changed, 10 insertions, 55 deletions
diff --git a/net/libnet-devel/files/patch-include__Makefile.in b/net/libnet-devel/files/patch-include__Makefile.in deleted file mode 100644 index e427c836bb55..000000000000 --- a/net/libnet-devel/files/patch-include__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./include/Makefile.in.orig Thu Dec 2 21:27:37 2004 -+++ ./include/Makefile.in Sat Sep 30 21:22:18 2006 -@@ -171,7 +171,7 @@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ --includedir = @includedir@ -+includedir = @includedir@/libnet113 - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ diff --git a/net/libnet-devel/files/patch-include__libnet__Makefile.in b/net/libnet-devel/files/patch-include__libnet__Makefile.in deleted file mode 100644 index aa25fbe63ea8..000000000000 --- a/net/libnet-devel/files/patch-include__libnet__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./include/libnet/Makefile.in.orig Thu Dec 2 21:27:37 2004 -+++ ./include/libnet/Makefile.in Sat Sep 30 21:23:15 2006 -@@ -163,7 +163,7 @@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ --includedir = @includedir@ -+includedir = @includedir@/libnet113 - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ diff --git a/net/libnet-devel/files/patch-libnet-config.in b/net/libnet-devel/files/patch-libnet-config.in deleted file mode 100644 index 5e99ee54fa5a..000000000000 --- a/net/libnet-devel/files/patch-libnet-config.in +++ /dev/null @@ -1,13 +0,0 @@ ---- ./libnet-config.in.orig Sat Jan 3 17:31:00 2004 -+++ ./libnet-config.in Sat Sep 30 21:20:02 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@prefix@/include/libnet113" -+libnet_libs="@LIBNET_CONFIG_LIBS@ -L@prefix@/lib/libnet113 -lnet" - - usage() - { diff --git a/net/libnet-devel/files/patch-libnet_write.c b/net/libnet-devel/files/patch-libnet_write.c new file mode 100644 index 000000000000..06243cae521d --- /dev/null +++ b/net/libnet-devel/files/patch-libnet_write.c @@ -0,0 +1,10 @@ +--- src/libnet_write.c.orig 2010-11-03 19:35:12.000000000 +0100 ++++ src/libnet_write.c 2010-11-15 18:24:35.000000000 +0100 +@@ -32,6 +32,7 @@ + * + */ + ++#include <sys/types.h> + #include <netinet/in.h> + #include <netinet/udp.h> + diff --git a/net/libnet-devel/files/patch-src__Makefile.in b/net/libnet-devel/files/patch-src__Makefile.in deleted file mode 100644 index e7032b79c724..000000000000 --- a/net/libnet-devel/files/patch-src__Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- ./src/Makefile.in.orig Thu Dec 2 21:27:39 2004 -+++ ./src/Makefile.in Sat Sep 30 22:47:10 2006 -@@ -205,7 +205,7 @@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ --libdir = @libdir@ -+libdir = @libdir@/libnet113 - libexecdir = @libexecdir@ - localstatedir = @localstatedir@ - mandir = @mandir@ -@@ -273,7 +273,7 @@ - libnet_write.c - - libnet_la_LIBADD = @LTLIBOBJS@ --libnet_la_LDFLAGS = -version-info 1:3:1 -Wl -+libnet_la_LDFLAGS = -version-info 1:3:1 -Wl -soname=libnet-1.1.3.so.1 - all: all-am - - .SUFFIXES: |