Fix confusing message, let openbsd be recognized as a valid config.
diff -c -> diff -u (side-effect of update-patches) add sha1 and rmd160 checksums (missing...)
This commit is contained in:
parent
b10dafe348
commit
f8b603180f
@ -1 +1,3 @@
|
||||
MD5 (magicpoint-1.05a.tar.gz) = 325e61a87e2154d6811cf1d796f137fa
|
||||
RMD160 (magicpoint-1.05a.tar.gz) = 13e51d3f310507a6a2b33963f127544331a21cf2
|
||||
SHA1 (magicpoint-1.05a.tar.gz) = 74c720523802a7c51c04bb2bc211e8a8be335ed5
|
||||
|
@ -1,14 +1,13 @@
|
||||
*** config.guess.orig Wed Jul 14 15:29:09 1999
|
||||
--- config.guess Wed Jul 14 15:29:26 1999
|
||||
***************
|
||||
*** 309,314 ****
|
||||
--- 309,317 ----
|
||||
*:FreeBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
|
||||
exit 0 ;;
|
||||
+ *:OpenBSD:*:*)
|
||||
+ echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
|
||||
+ exit 0 ;;
|
||||
*:NetBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
|
||||
exit 0 ;;
|
||||
$OpenBSD: patch-aa,v 1.2 2000/05/17 01:25:54 espie Exp $
|
||||
--- config.guess.orig Tue Jan 5 04:30:48 1999
|
||||
+++ config.guess Mon May 8 14:19:13 2000
|
||||
@@ -309,6 +309,9 @@ EOF
|
||||
*:FreeBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
|
||||
exit 0 ;;
|
||||
+ *:OpenBSD:*:*)
|
||||
+ echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
|
||||
+ exit 0 ;;
|
||||
*:NetBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
|
||||
exit 0 ;;
|
||||
|
12
misc/magicpoint/patches/patch-config_sub
Normal file
12
misc/magicpoint/patches/patch-config_sub
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-config_sub,v 1.1 2000/05/17 01:25:54 espie Exp $
|
||||
--- config.sub.orig Mon May 8 14:21:54 2000
|
||||
+++ config.sub Mon May 8 14:22:06 2000
|
||||
@@ -641,7 +641,7 @@ case $os in
|
||||
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
|
||||
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
|
||||
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
|
||||
- | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
|
||||
+ | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
|
||||
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
|
||||
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
|
||||
| -udi* | -eabi* | -lites* )
|
Loading…
Reference in New Issue
Block a user