diff options
author | adam <adam@pkgsrc.org> | 2008-10-16 12:24:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-10-16 12:24:09 +0000 |
commit | 74f8e8b67a257948180430b37ce038cc77d44b9a (patch) | |
tree | 82fd3d30783603f6fc1e921dd0db4579b29ba3b8 /net/ntop/patches | |
parent | c2834e8214d8d322a3c227214dd8d2898066ad8e (diff) | |
download | pkgsrc-74f8e8b67a257948180430b37ce038cc77d44b9a.tar.gz |
Changes 3.3.8:
* Bug fixes and improvements.
Diffstat (limited to 'net/ntop/patches')
-rw-r--r-- | net/ntop/patches/patch-aa | 13 | ||||
-rw-r--r-- | net/ntop/patches/patch-ab | 8 |
2 files changed, 17 insertions, 4 deletions
diff --git a/net/ntop/patches/patch-aa b/net/ntop/patches/patch-aa new file mode 100644 index 00000000000..373a5688f51 --- /dev/null +++ b/net/ntop/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.11 2008/10/16 12:24:09 adam Exp $ + +--- Makefile.am.orig 2008-10-16 08:40:25.000000000 +0200 ++++ Makefile.am +@@ -160,8 +160,6 @@ man_MANS = ntop.8 + .PHONY: snapshot + + +-acinclude.m4: acinclude.m4.ntop libtool.m4.in +- @cat acinclude.m4.ntop libtool.m4.in >acinclude.m4 + + CLEANLIST = `ls -l $(DESTDIR)$(libdir)/*ntop*.so $(DESTDIR)$(libdir)/*Plugin*.so | \ + grep -v $(VERSION) | \ diff --git a/net/ntop/patches/patch-ab b/net/ntop/patches/patch-ab index 698be703969..3cc783d7810 100644 --- a/net/ntop/patches/patch-ab +++ b/net/ntop/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.12 2007/09/15 07:35:38 adam Exp $ +$NetBSD: patch-ab,v 1.13 2008/10/16 12:24:09 adam Exp $ ---- configure.in.orig 2007-06-09 23:30:00.000000000 +0200 +--- configure.in.orig 2008-10-02 12:54:15.000000000 +0200 +++ configure.in -@@ -432,6 +432,15 @@ case "${target}:${CC}" in +@@ -428,6 +428,15 @@ case "${target}:${CC}" in echo "* This appears to be ${DEFINEOS} (release not checked)" ;; @@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.12 2007/09/15 07:35:38 adam Exp $ * ) echo "* ${target} is an unknown/unsupported OS" echo "*" -@@ -577,8 +586,8 @@ dnl> user defined directory passed as op +@@ -573,8 +582,8 @@ dnl> user defined directory passed as op dnl> if test ".${PCAP_ROOT}" != .; then if test -d $PCAP_ROOT && |