summaryrefslogtreecommitdiff
path: root/lang/mercury
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2015-07-30 19:34:40 +0000
committerasau <asau@pkgsrc.org>2015-07-30 19:34:40 +0000
commit1e823a55c6111f343bb4668af670cf5c36c3ea03 (patch)
treea73f4fdf229f53d1075d33edda8cdf0594c8ee48 /lang/mercury
parent2934c202f090e8d3861f75e4bc05b73b087decb5 (diff)
downloadpkgsrc-1e823a55c6111f343bb4668af670cf5c36c3ea03.tar.gz
Don't capture value of HOME.
Diffstat (limited to 'lang/mercury')
-rw-r--r--lang/mercury/Makefile4
-rw-r--r--lang/mercury/distinfo4
-rw-r--r--lang/mercury/patches/patch-at18
3 files changed, 18 insertions, 8 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile
index e4d57612ff8..1cbad390e90 100644
--- a/lang/mercury/Makefile
+++ b/lang/mercury/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2015/07/30 05:26:14 asau Exp $
+# $NetBSD: Makefile,v 1.55 2015/07/30 19:34:40 asau Exp $
DISTNAME= mercury-srcdist-14.01.1
PKGNAME= mercury-14.01.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= lang
MASTER_SITES= http://dl.mercurylang.org/release/ \
ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/ \
diff --git a/lang/mercury/distinfo b/lang/mercury/distinfo
index 5d64a1899b4..f98ef4652ad 100644
--- a/lang/mercury/distinfo
+++ b/lang/mercury/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2015/01/04 19:37:02 asau Exp $
+$NetBSD: distinfo,v 1.14 2015/07/30 19:34:40 asau Exp $
SHA1 (mercury-srcdist-14.01.1.tar.gz) = 8d8295aed6cadb6cd2e932490042de6075d18acf
RMD160 (mercury-srcdist-14.01.1.tar.gz) = 8ee4a5ee694985b6d6453bee86a3a7e12cc9d0ac
@@ -10,4 +10,4 @@ SHA1 (patch-an) = 65bfb05147fe2f3663b35e494b8e8bf7fc6906e2
SHA1 (patch-ao) = c994597a95edc8376c4916333e7ad371752bbd2e
SHA1 (patch-ap) = 1779d182c543322c0083a6cca354a73fda4f7cb5
SHA1 (patch-aq) = fcf7b99650d9f288cbc4200c2bc48934f7198845
-SHA1 (patch-at) = 9ec4846319d823a55cd944cc7436b9770d512be5
+SHA1 (patch-at) = 41173e0ea5bffe06f8bcffb85cd8447831c3c044
diff --git a/lang/mercury/patches/patch-at b/lang/mercury/patches/patch-at
index 87e3144134b..fb2bfbd2d60 100644
--- a/lang/mercury/patches/patch-at
+++ b/lang/mercury/patches/patch-at
@@ -1,10 +1,20 @@
-$NetBSD: patch-at,v 1.3 2013/06/11 19:34:14 asau Exp $
+$NetBSD: patch-at,v 1.4 2015/07/30 19:34:40 asau Exp $
Support shared libraries.
+Don't capture value of HOME.
---- configure.orig 2013-05-28 05:23:38.000000000 +0000
-+++ configure
-@@ -11250,7 +11250,7 @@ $as_echo "yes" >&6; }
+--- configure.orig 2014-09-08 08:56:03.000000000 +0400
++++ configure 2015-07-30 22:18:33.000000000 +0300
+@@ -1514,7 +1514,7 @@
+ By default, \`make install' will install all the files in
+ \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
+ an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+-for instance \`--prefix=\$HOME'.
++for instance \`--prefix=\\\$HOME'.
+
+ For better control, use the options below.
+
+@@ -11481,7 +11481,7 @@
EXT_FOR_SHARED_LIB=so
EXT_FOR_LINK_WITH_PIC_OBJECTS=o
;;