summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-06-06 22:49:19 +0000
committercjep <cjep@pkgsrc.org>2002-06-06 22:49:19 +0000
commit7d4a1518cdd32a4c8bc90bd3d91af5b4c60b9e49 (patch)
tree91ee7189b17b0f4c0e40d7f5cb3bb729ce2d9dbc /net
parent3e1e206d94735da7f58933cae7488a4c5151faf1 (diff)
downloadpkgsrc-7d4a1518cdd32a4c8bc90bd3d91af5b4c60b9e49.tar.gz
Patch in the NetBSD/arm targets to one of the config.guess files in
ngrep's source tree. This is not strictly the Right Way, but the patch can be fed back to the maintainer of ngrep.
Diffstat (limited to 'net')
-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;;