summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2006-05-14 16:50:53 +0000
committerwiz <wiz>2006-05-14 16:50:53 +0000
commit9cdb7274aa78b364b9657a574171d5dcc8e7b1d5 (patch)
treeb69b63e33f3eaa12720650dd516276f912531db1 /graphics
parent18836dfac5eff7723c79ea79da446348e0ef5c87 (diff)
downloadpkgsrc-9cdb7274aa78b364b9657a574171d5dcc8e7b1d5.tar.gz
Fix configure script for broken hostname implementations that
don't grok options (e.g. Solaris). From Gilles Dauphin in PR 33349.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Coin/distinfo3
-rw-r--r--graphics/Coin/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/Coin/distinfo b/graphics/Coin/distinfo
index f3cfce1c0c2..dc46af1e3ea 100644
--- a/graphics/Coin/distinfo
+++ b/graphics/Coin/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/11/08 20:10:08 rillig Exp $
+$NetBSD: distinfo,v 1.3 2006/05/14 16:50:53 wiz Exp $
SHA1 (Coin-2.4.4.tar.gz) = 5482b8ad371484ab3194b2bef828297a1b059c33
RMD160 (Coin-2.4.4.tar.gz) = 6bdeabf38809c2cf0873c85f030fe3392dec89f3
Size (Coin-2.4.4.tar.gz) = 3784368 bytes
+SHA1 (patch-aa) = 1da1a55e083d330cd21e41686a248b7d0ea552c7
diff --git a/graphics/Coin/patches/patch-aa b/graphics/Coin/patches/patch-aa
new file mode 100644
index 00000000000..ea2805ce97d
--- /dev/null
+++ b/graphics/Coin/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/05/14 16:50:54 wiz Exp $
+
+--- configure.orig 2005-09-19 21:57:49.000000000 +0000
++++ configure
+@@ -25221,7 +25221,7 @@ fi;
+
+ echo "$as_me:$LINENO: checking if user is simian" >&5
+ echo $ECHO_N "checking if user is simian... $ECHO_C" >&6
+-case `hostname -d 2>/dev/null || domainname 2>/dev/null || hostname` in
++case `domainname 2>/dev/null || hostname` in
+ *.sim.no | sim.no )
+ sim_ac_simian=true
+ ;;