diff options
author | skrll <skrll> | 2000-09-02 09:35:43 +0000 |
---|---|---|
committer | skrll <skrll> | 2000-09-02 09:35:43 +0000 |
commit | 20f6767214e9cf9dee3609119ad4f65981d15be0 (patch) | |
tree | 5462a36abd4378ee9f2fb4dd68a6c4ef5cd5ac1c /net/nocol/patches | |
parent | 7bc31c4aa98fd38469fd603b75dcbfe94b34451c (diff) | |
download | pkgsrc-20f6767214e9cf9dee3609119ad4f65981d15be0.tar.gz |
Add patches to update config.guess to recognise macppc.
Diffstat (limited to 'net/nocol/patches')
-rw-r--r-- | net/nocol/patches/patch-af | 14 | ||||
-rw-r--r-- | net/nocol/patches/patch-ag | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net/nocol/patches/patch-af b/net/nocol/patches/patch-af new file mode 100644 index 00000000000..89cf919bddf --- /dev/null +++ b/net/nocol/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 2000/09/02 09:35:44 skrll Exp $ + +--- cmu-snmp/snmp/config.guess.orig Mon Oct 2 10:19:14 2000 ++++ cmu-snmp/snmp/config.guess +@@ -411,6 +411,9 @@ + i?86:BSD/386:*:* | *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit 0 ;; ++ macppc:NetBSD:*:*) ++ echo powerpc-apple-netbsd${UNAME_RELEASE} ++ exit 0 ;; + *:FreeBSD:*:*) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; diff --git a/net/nocol/patches/patch-ag b/net/nocol/patches/patch-ag new file mode 100644 index 00000000000..f5d402c114c --- /dev/null +++ b/net/nocol/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.1 2000/09/02 09:35:44 skrll Exp $ + +--- cmu-snmp/snmpapps/config.guess.orig Mon Oct 2 10:24:24 2000 ++++ cmu-snmp/snmpapps/config.guess +@@ -468,6 +468,9 @@ + i?86:BSD/386:*:* | *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit 0 ;; ++ macppc:NetBSD:*:*) ++ echo powerpc-apple-netbsd${UNAME_RELEASE} ++ exit 0 ;; + *:FreeBSD:*:*) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; |