summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2017-09-15 23:51:04 +0000
committerasau <asau@pkgsrc.org>2017-09-15 23:51:04 +0000
commite4011202b4e5d4bfb4d017d3cf0c9995bf58f331 (patch)
tree101943d29b71016187cbc92d701f6c0ac1dc1495 /lang
parenta2fa02cd27688a7063fddf1716cf08b11b50f2b1 (diff)
downloadpkgsrc-e4011202b4e5d4bfb4d017d3cf0c9995bf58f331.tar.gz
Update to Poly/ML 5.7.
Changes are not known.
Diffstat (limited to 'lang')
-rw-r--r--lang/polyml/Makefile5
-rw-r--r--lang/polyml/distinfo11
-rw-r--r--lang/polyml/patches/patch-modules_IntInfAsInt_Makefile.in13
3 files changed, 21 insertions, 8 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile
index cddcc55ade1..989b8b03957 100644
--- a/lang/polyml/Makefile
+++ b/lang/polyml/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2016/03/01 19:50:10 asau Exp $
+# $NetBSD: Makefile,v 1.16 2017/09/15 23:51:04 asau Exp $
-DISTNAME= polyml.5.6
-PKGNAME= polyml-5.6
+DISTNAME= polyml-5.7
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=polyml/}
diff --git a/lang/polyml/distinfo b/lang/polyml/distinfo
index 5bbd24e3918..8aebc218626 100644
--- a/lang/polyml/distinfo
+++ b/lang/polyml/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.12 2016/03/01 19:50:10 asau Exp $
+$NetBSD: distinfo,v 1.13 2017/09/15 23:51:04 asau Exp $
-SHA1 (polyml.5.6.tar.gz) = e7d6b774156f7d02c16b57cede70042c15853d4c
-RMD160 (polyml.5.6.tar.gz) = 12daec948db8dc4a45197d4c713545726b5b9858
-SHA512 (polyml.5.6.tar.gz) = cd4f25c225831dec512f7136dfda4ba31abd6939d9e8e0cacdb6d48212488b56ba5969c76e76fcbfcfa83d015a67d9cf62457286086f3c2b3f7914a7939d7b59
-Size (polyml.5.6.tar.gz) = 6066166 bytes
+SHA1 (polyml-5.7.tar.gz) = 1de8f4f2a248b1e18cd4581960d3a73d98525ba6
+RMD160 (polyml-5.7.tar.gz) = 725f075ac9df44d2ba7d86de83246962a20c9904
+SHA512 (polyml-5.7.tar.gz) = c1a85720b79c1b6a0be8f7bcf35ff18215f918e1eb6819a6f154f96ae7e1a3a878fe01a80c5d614892792f27f7577530dafb4d684e710e82f8bf68bd55da2c2e
+Size (polyml-5.7.tar.gz) = 7367924 bytes
SHA1 (patch-configure) = 3df85bb0adac4bfd68fffa32c41944f21eaf8c40
SHA1 (patch-configure.ac) = 63817ba1fd42bae03da67f74b5b97dda32b02118
SHA1 (patch-libpolyml_elfexport.cpp) = 3dfde6483eca0778504265a8e92cad8ef86d72d3
+SHA1 (patch-modules_IntInfAsInt_Makefile.in) = f29e43ce8b832abdef73dce1d50a3b3e4db821ba
diff --git a/lang/polyml/patches/patch-modules_IntInfAsInt_Makefile.in b/lang/polyml/patches/patch-modules_IntInfAsInt_Makefile.in
new file mode 100644
index 00000000000..d33ad8c4094
--- /dev/null
+++ b/lang/polyml/patches/patch-modules_IntInfAsInt_Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-modules_IntInfAsInt_Makefile.in,v 1.1 2017/09/15 23:51:05 asau Exp $
+
+--- modules/IntInfAsInt/Makefile.in.orig 2017-03-22 17:51:06.000000000 +0000
++++ modules/IntInfAsInt/Makefile.in
+@@ -452,7 +452,7 @@ clean-local:
+
+ install-exec-local:
+ $(mkdir_p) $(DESTDIR)$(moduledir)
+- $(INSTALL_PROGRAM) IntInfAsInt $(DESTDIR)$(moduledir)
++ $(INSTALL_DATA) IntInfAsInt $(DESTDIR)$(moduledir)
+
+ uninstall-local:
+ -rm -f $(DESTDIR)$(moduledir)/IntInfAsInt