diff options
author | agc <agc> | 2002-01-16 11:52:45 +0000 |
---|---|---|
committer | agc <agc> | 2002-01-16 11:52:45 +0000 |
commit | 8661149802edc341de6e450c531a249bf2a1084d (patch) | |
tree | c72b6f49da7c3148286f2a65fb083fa62ccf8e30 /lang/dylan-interpreter | |
parent | fe456162470d37913d0a3fdd6f12eed857687080 (diff) | |
download | pkgsrc-8661149802edc341de6e450c531a249bf2a1084d.tar.gz |
Additional diffs for NetBSD/sparc and NetBSD/powerpc.
Diffstat (limited to 'lang/dylan-interpreter')
-rw-r--r-- | lang/dylan-interpreter/Makefile.common | 6 | ||||
-rw-r--r-- | lang/dylan-interpreter/distinfo | 8 | ||||
-rw-r--r-- | lang/dylan-interpreter/patches/patch-aa | 18 | ||||
-rw-r--r-- | lang/dylan-interpreter/patches/patch-ab | 6 | ||||
-rw-r--r-- | lang/dylan-interpreter/patches/patch-ac | 14 |
5 files changed, 38 insertions, 14 deletions
diff --git a/lang/dylan-interpreter/Makefile.common b/lang/dylan-interpreter/Makefile.common index edd9de781e3..3031853787d 100644 --- a/lang/dylan-interpreter/Makefile.common +++ b/lang/dylan-interpreter/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2002/01/16 10:42:49 agc Exp $ +# $NetBSD: Makefile.common,v 1.3 2002/01/16 11:52:45 agc Exp $ # DISTNAME= gwydion-dylan-${DYLAN_VERSION} @@ -23,7 +23,7 @@ ALL_TARGET= default DYLAN_VERSION= 2.3.6 # other architecture changes will be gratefully received -ONLY_FOR_PLATFORM= NetBSD-*-i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc USE_PERL5= yes @@ -34,6 +34,8 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .if ${MACHINE_ARCH} == "i386" ALT_ARCH= x86 +.elif ${MACHINE_ARCH} == "powerpc" +ALT_ARCH= ppc .else ALT_ARCH= ${MACHINE_ARCH} .endif diff --git a/lang/dylan-interpreter/distinfo b/lang/dylan-interpreter/distinfo index 180e3b7ea41..26a55c050a1 100644 --- a/lang/dylan-interpreter/distinfo +++ b/lang/dylan-interpreter/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/01/15 20:08:43 agc Exp $ +$NetBSD: distinfo,v 1.2 2002/01/16 11:52:45 agc Exp $ SHA1 (gwydion-dylan-2.3.6.tar.gz) = 1c6ce71b5ab36351ba9471e6b9f53f94c6b3d0d3 Size (gwydion-dylan-2.3.6.tar.gz) = 3304421 bytes -SHA1 (patch-aa) = ee465fdf00e8d9594d8e924113f7cd7be8c30a39 -SHA1 (patch-ab) = 9f999c509d349f2185f71c2b5f3c50009ea4dac2 -SHA1 (patch-ac) = 9f9b1db0fdfebea9ef926653a0249a14b89fff32 +SHA1 (patch-aa) = c4fd619c4269cf7ccdd113bc2e7aa62ef10c0c43 +SHA1 (patch-ab) = 331f6c08fce0ca16a87c93bb3f87feaead1622eb +SHA1 (patch-ac) = 260ab8b277db9b76e808cc8bc330662260eb019b SHA1 (patch-ad) = c31c3407c9a238402820bc4769afeffceb6f75d4 SHA1 (patch-ae) = 0c0643df0e295e8e668369cbddc2011df93a1f35 SHA1 (patch-af) = f1b49f731fb3710e354b1e152444a0925b73da31 diff --git a/lang/dylan-interpreter/patches/patch-aa b/lang/dylan-interpreter/patches/patch-aa index 135b2d2113d..1d355c4658c 100644 --- a/lang/dylan-interpreter/patches/patch-aa +++ b/lang/dylan-interpreter/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/01/15 20:08:43 agc Exp $ +$NetBSD: patch-aa,v 1.2 2002/01/16 11:52:45 agc Exp $ Basic NetBSD and platform descriptions @@ -18,7 +18,7 @@ Basic NetBSD and platform descriptions // OpenBSD: platform-name: openbsd inherit-from: generic-unix -@@ -519,6 +526,12 @@ +@@ -519,6 +526,26 @@ inherit-from: gcc irix mips default-features: compiled-for-irix compiled-for-mips C-compiler-is-GCC link-shared-library-command: $(LIBTOOL) cc -n32 -Wl,-woff,85 -o %s %s -rpath %s @@ -28,6 +28,20 @@ Basic NetBSD and platform descriptions +inherit-from: gcc netbsd x86 +default-features: compiled-for-netbsd compiled-for-x86 C-compiler-is-GCC +default-c-compiler-debug-flags: -I. -I%s -g -O0 -fno-inline-functions ++ ++// This is untested. ++platform-name: ppc-netbsd-gcc ++inherit-from: gcc netbsd ppc ++default-features: compiled-for-netbsd compiled-for-ppc C-compiler-is-GCC ++default-c-compiler-flags: -I. -I%s -O -fomit-frame-pointer -no-cpp-precomp -Wno-long-double ++default-c-compiler-debug-flags: -I. -I%s -g -O -fno-inline-functions -no-cpp-precomp -Wno-long-double ++default-c-compiler-profile-flags: -I. -I%s -pg -g -O -fno-inline-functions -no-cpp-precomp -Wno-long-double ++ ++// This is untested. ++platform-name: sparc-netbsd-gcc ++inherit-from: gcc netbsd sparc ++default-features: compiled-for-netbsd compiled-for-sparc C-compiler-is-GCC ++default-c-compiler-debug-flags: -I. -I%s -g -O0 -fno-inline-functions // This is untested. platform-name: sparc-openbsd-gcc diff --git a/lang/dylan-interpreter/patches/patch-ab b/lang/dylan-interpreter/patches/patch-ab index e0295acee56..b20f41e1235 100644 --- a/lang/dylan-interpreter/patches/patch-ab +++ b/lang/dylan-interpreter/patches/patch-ab @@ -1,12 +1,14 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/01/15 20:08:43 agc Exp $ +$NetBSD: patch-ab,v 1.2 2002/01/16 11:52:45 agc Exp $ --- configure.in 2002/01/14 11:35:39 1.1 +++ configure.in 2002/01/14 11:36:17 -@@ -102,6 +102,7 @@ +@@ -102,6 +102,9 @@ sparc*-openbsd*) $2=sparc-openbsd-gcc ;; i*86-*-freebsd2.*) $2=x86-freebsd-aout-gcc ;; i*86-*-freebsd*) $2=x86-freebsd-elf-gcc ;; + i*86-*-netbsd*) $2=x86-netbsd-gcc ;; ++ powerpc-*-netbsd*) $2=ppc-netbsd-gcc ;; ++ sparc*-*-netbsd*) $2=sparc-netbsd-gcc ;; i*86-pc-cygwin*) $2=x86-cygnus-gcc ;; i*86-pc-none) $2=x86-win32-vc ;; i*86-pc-beos) $2=x86-beos-gcc ;; diff --git a/lang/dylan-interpreter/patches/patch-ac b/lang/dylan-interpreter/patches/patch-ac index caa0c013d08..16087f661b2 100644 --- a/lang/dylan-interpreter/patches/patch-ac +++ b/lang/dylan-interpreter/patches/patch-ac @@ -1,28 +1,34 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/01/15 20:08:43 agc Exp $ +$NetBSD: patch-ac,v 1.2 2002/01/16 11:52:45 agc Exp $ --- configure 2002/01/14 11:36:51 1.1 +++ configure 2002/01/14 11:37:48 -@@ -973,6 +973,7 @@ +@@ -973,6 +973,9 @@ sparc*-openbsd*) d2c_build=sparc-openbsd-gcc ;; i*86-*-freebsd2.*) d2c_build=x86-freebsd-aout-gcc ;; i*86-*-freebsd*) d2c_build=x86-freebsd-elf-gcc ;; + i*86-*-netbsd*) d2c_build=x86-netbsd-gcc ;; ++ powerpc-*-netbsd*) d2c_build=ppc-netbsd-gcc ;; ++ sparc*-*-netbsd*) d2c_build=sparc-netbsd-gcc ;; i*86-pc-cygwin*) d2c_build=x86-cygnus-gcc ;; i*86-pc-none) d2c_build=x86-win32-vc ;; i*86-pc-beos) d2c_build=x86-beos-gcc ;; -@@ -998,6 +999,7 @@ +@@ -998,6 +999,9 @@ sparc*-openbsd*) d2c_host=sparc-openbsd-gcc ;; i*86-*-freebsd2.*) d2c_host=x86-freebsd-aout-gcc ;; i*86-*-freebsd*) d2c_host=x86-freebsd-elf-gcc ;; + i*86-*-netbsd*) d2c_host=x86-netbsd-gcc ;; ++ powerpc-*-netbsd*) d2c_host=ppc-netbsd-gcc ;; ++ sparc*-*-netbsd*) d2c_host=sparc-netbsd-gcc ;; i*86-pc-cygwin*) d2c_host=x86-cygnus-gcc ;; i*86-pc-none) d2c_host=x86-win32-vc ;; i*86-pc-beos) d2c_host=x86-beos-gcc ;; -@@ -1040,6 +1042,7 @@ +@@ -1040,6 +1042,9 @@ sparc*-openbsd*) d2c_target=sparc-openbsd-gcc ;; i*86-*-freebsd2.*) d2c_target=x86-freebsd-aout-gcc ;; i*86-*-freebsd*) d2c_target=x86-freebsd-elf-gcc ;; + i*86-*-netbsd*) d2c_target=x86-netbsd-gcc ;; ++ powerpc-*-netbsd*) d2c_target=ppc-netbsd-gcc ;; ++ sparc*-*-netbsd*) d2c_target=sparc-netbsd-gcc ;; i*86-pc-cygwin*) d2c_target=x86-cygnus-gcc ;; i*86-pc-none) d2c_target=x86-win32-vc ;; i*86-pc-beos) d2c_target=x86-beos-gcc ;; |