summaryrefslogtreecommitdiff
path: root/net/ngrep
diff options
context:
space:
mode:
Diffstat (limited to 'net/ngrep')
-rw-r--r--net/ngrep/distinfo3
-rw-r--r--net/ngrep/patches/patch-ab27
2 files changed, 29 insertions, 1 deletions
diff --git a/net/ngrep/distinfo b/net/ngrep/distinfo
index 50c0a0477b1..b2d5df398ec 100644
--- a/net/ngrep/distinfo
+++ b/net/ngrep/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2001/09/14 23:05:42 wiz Exp $
+$NetBSD: distinfo,v 1.4 2002/06/06 22:49:19 cjep Exp $
SHA1 (ngrep-1.39.tar.gz) = 705851cdef6e535cebf397b27f78ff3112e62824
Size (ngrep-1.39.tar.gz) = 676694 bytes
SHA1 (patch-aa) = b45836431187c112083841a5c714bb5ba1482181
+SHA1 (patch-ab) = 9522bd13976c850d109f91f6a5ec5a2aa7272d4e
diff --git a/net/ngrep/patches/patch-ab b/net/ngrep/patches/patch-ab
new file mode 100644
index 00000000000..cdd1fc4e51d
--- /dev/null
+++ b/net/ngrep/patches/patch-ab
@@ -0,0 +1,27 @@
+--- pcre-3.4/config.guess.orig Tue Aug 22 09:05:44 2000
++++ pcre-3.4/config.guess Thu Jun 6 22:49:38 2002
+@@ -165,6 +165,24 @@
+ arm32:NetBSD:*:*)
+ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+ exit 0 ;;
++ acorn26:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
++ acorn32:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
++ cats:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
++ evbarm:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
++ hpcarm:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
++ shark:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
+ SR2?01:HI-UX/MPP:*:*)
+ echo hppa1.1-hitachi-hiuxmpp
+ exit 0;;