head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2016.07.03.18.49.02; author dholland; state dead; branches; next 1.1; commitid RvbdujXLmHqShUcz; 1.1 date 2016.07.03.17.50.31; author dholland; state Exp; branches; next ; commitid 50Ob5ArDfMiqXTcz; desc @@ 1.2 log @Rename patch-ac to match main smlnj package. @ text @$NetBSD: patch-ac,v 1.1 2016/07/03 17:50:31 dholland Exp $ --- config/_arch-n-opsys.orig 2008-08-13 22:37:59.000000000 +0400 +++ config/_arch-n-opsys 2009-01-27 17:24:34.000000000 +0300 @@@@ -118,13 +118,15 @@@@ ;; NetBSD) case `uname -r` in - 2*) OPSYS=netbsd2;; - 3*) OPSYS=netbsd;; - *) exit 1;; + 1.*) exit 1;; + 2.*) OPSYS=netbsd2;; + *) OPSYS=netbsd;; esac HEAP_OPSYS=bsd - case `uname -m` in + case `uname -p` in *86) ARCH=x86;; + powerpc) ARCH=ppc;; + sparc) ARCH=sparc;; *) exit 1;; esac ;; @ 1.1 log @Add a copy of smlnj from before the last update (so, 110.72) because this version builds and runs on NetBSD/i386. (Yes, the update was years back. This is what happens with packages that don't build on amd64...) @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.4 2009/09/22 14:48:47 asau Exp $ @