aboutsummaryrefslogtreecommitdiff
path: root/lang/polyml
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-16 09:13:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-16 09:13:03 +0000
commite256a5e6f89fcc4edbf6a3a777b9dcf269d63d64 (patch)
tree3a531dc67e1f1d2468a6b954a2bc4aee2ff2bacb /lang/polyml
parent7726b0816062d9453dd04fd3773ab5c20fc1128e (diff)
downloadports-e256a5e6f89fcc4edbf6a3a777b9dcf269d63d64.tar.gz
ports-e256a5e6f89fcc4edbf6a3a777b9dcf269d63d64.zip
- Update to 5.4
- Revive amd64 build Changes: http://www.polyml.org/docs/ReleaseNotes.html PR: ports/151476 Submitted by: sunpoet (myself) Approved by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer), pgollucci (mentor, implicit)
Notes
Notes: svn path=/head/; revision=263083
Diffstat (limited to 'lang/polyml')
-rw-r--r--lang/polyml/Makefile6
-rw-r--r--lang/polyml/distinfo6
-rw-r--r--lang/polyml/files/patch-Makefile.in11
3 files changed, 6 insertions, 17 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile
index 6078db060ccb..a57fd94485ba 100644
--- a/lang/polyml/Makefile
+++ b/lang/polyml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= polyml
-PORTVERSION= 5.3
+PORTVERSION= 5.4
CATEGORIES= lang
MASTER_SITES= SF
DISTNAME= ${PORTNAME}.${PORTVERSION}
@@ -21,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-x
USE_LDCONFIG= yes
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386 amd64
PLIST_FILES= bin/poly \
bin/polyimport \
@@ -30,7 +30,7 @@ PLIST_FILES= bin/poly \
lib/libpolyml.a \
lib/libpolyml.la \
lib/libpolyml.so \
- lib/libpolyml.so.2
+ lib/libpolyml.so.3
MAN1= poly.1 polyimport.1
MANCOMPRESSED= no
diff --git a/lang/polyml/distinfo b/lang/polyml/distinfo
index a3000af15bd5..20c99312c1f5 100644
--- a/lang/polyml/distinfo
+++ b/lang/polyml/distinfo
@@ -1,3 +1,3 @@
-MD5 (polyml/polyml.5.3.tar.gz) = c4e3a33307c4465c4f068ae4fa225ced
-SHA256 (polyml/polyml.5.3.tar.gz) = 154e836f4e65b5c72f8190d3c02e5ed237921cef716cb49add1e0e1e35fb2af4
-SIZE (polyml/polyml.5.3.tar.gz) = 5289077
+MD5 (polyml/polyml.5.4.tar.gz) = ce9929514f5b302a31dff769ccfbcd02
+SHA256 (polyml/polyml.5.4.tar.gz) = 64b4e23fc2e5bab00899027d805d311025dfb192f55089729b0d18313fa96bfa
+SIZE (polyml/polyml.5.4.tar.gz) = 6107333
diff --git a/lang/polyml/files/patch-Makefile.in b/lang/polyml/files/patch-Makefile.in
deleted file mode 100644
index 94c6304d2c1c..000000000000
--- a/lang/polyml/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- libpolyml/Makefile.in.orig 2009-10-06 01:14:17.000000000 -0700
-+++ libpolyml/Makefile.in 2010-08-16 14:31:38.000000000 -0700
-@@ -744,7 +744,7 @@
-
- # Special rule for x86 assembly code.
- x86asmtemp.S: x86asm.asm
-- sed -f $(srcdir)/masm2gas < $< > $@ || { rm -f $@; false; }
-+ sed -f $(srcdir)/masm2gas < x86asm.asm > $@ || { rm -f $@; false; }
-
- # Special rule for Power PC. This is needed because of pecularities with MAC OS X.
- ppcasmtemp.s: power_assembly.S