From 835923381d3d5807038bab786a87d7f34243e41c Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 16 Oct 2010 09:13:03 +0000 Subject: - 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 (maintainer), pgollucci (mentor, implicit) --- lang/polyml/Makefile | 6 +++--- lang/polyml/distinfo | 6 +++--- lang/polyml/files/patch-Makefile.in | 11 ----------- 3 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 lang/polyml/files/patch-Makefile.in (limited to 'lang') 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 -- cgit