summaryrefslogtreecommitdiff
path: root/lang/jamvm
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-12-21 04:06:45 +0000
committerdholland <dholland@pkgsrc.org>2012-12-21 04:06:45 +0000
commit0e3b3a92ec6d1976857158d6fe504ab55b542a2d (patch)
tree2f0056a58509c632609137cadce3259b9ee7a4ba /lang/jamvm
parent286eca91f5b5cbf6b01ac705e90e700971af2afd (diff)
downloadpkgsrc-0e3b3a92ec6d1976857158d6fe504ab55b542a2d.tar.gz
Recognize i486-netbsd as well as i386-netbsd.
Diffstat (limited to 'lang/jamvm')
-rw-r--r--lang/jamvm/distinfo4
-rw-r--r--lang/jamvm/patches/patch-aa11
2 files changed, 9 insertions, 6 deletions
diff --git a/lang/jamvm/distinfo b/lang/jamvm/distinfo
index 94b136bcaf0..5a00d9135c0 100644
--- a/lang/jamvm/distinfo
+++ b/lang/jamvm/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2008/09/07 06:41:44 dholland Exp $
+$NetBSD: distinfo,v 1.6 2012/12/21 04:06:45 dholland Exp $
SHA1 (jamvm-1.5.1.tar.gz) = fc2707aac5977e5423fd79ee61b9fe7611e34cb7
RMD160 (jamvm-1.5.1.tar.gz) = 78ecf51bff6e67b3e6debd8c1294432b19f4e0d1
Size (jamvm-1.5.1.tar.gz) = 599084 bytes
-SHA1 (patch-aa) = 997b09e5a4e4bc5694b272a8d70e8f5e48ed5594
+SHA1 (patch-aa) = 42c7bbe535bbc37921eeb050d0c407abc4272b3b
SHA1 (patch-bsdosc) = ac223f74472ec6e9ed69cef04a0d343aa942e8de
diff --git a/lang/jamvm/patches/patch-aa b/lang/jamvm/patches/patch-aa
index 1263e8841c9..00928afa8d9 100644
--- a/lang/jamvm/patches/patch-aa
+++ b/lang/jamvm/patches/patch-aa
@@ -1,12 +1,15 @@
-$NetBSD: patch-aa,v 1.4 2008/09/07 06:41:44 dholland Exp $
+$NetBSD: patch-aa,v 1.5 2012/12/21 04:06:45 dholland Exp $
---- configure~ 2008-03-01 23:16:07.000000000 -0500
-+++ configure 2008-09-07 02:34:29.000000000 -0400
+- improve recognition of various host platforms
+- honor PTHREAD_LDFLAGS and PTHREAD_LIBS
+
+--- configure.orig 2008-03-02 04:16:07.000000000 +0000
++++ configure
@@ -2549,17 +2549,25 @@ i[3456]86-*-darwin*) host_cpu=i386 host_
arm*-*-darwin*) host_cpu=arm host_os=darwin libdl_needed=no ;;
i386-*-openbsd*) host_os=bsd libdl_needed=no ;;
i386-*-freebsd*) host_os=bsd libdl_needed=no ;;
-+i386-*-netbsd*) host_os=bsd libdl_needed=no ;;
++i[34]86-*-netbsd*) host_os=bsd libdl_needed=no ;;
+i386-*-dragonfly*) host_os=bsd libdl_needed=no ;;
x86_64-*-linux*) host_os=linux ;;
hppa*-*-linux*) host_cpu=parisc host_os=linux ;;