diff options
author | asau <asau@pkgsrc.org> | 2014-09-13 18:23:38 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-09-13 18:23:38 +0000 |
commit | 20389d6683731cbef3efb7ffb30ecded4477a258 (patch) | |
tree | bc0766391409984b934a6231194a34783430b8ab /lang/polyml/Makefile | |
parent | 1cf297645b7bd3c9d323ff480c7cd2ac5eae3572 (diff) | |
download | pkgsrc-20389d6683731cbef3efb7ffb30ecded4477a258.tar.gz |
Update to Poly/ML 5.5.2
Most of the changes are bug fixes. One major fix was to the
intermediate code optimiser reported back in September.
Other changes are the addition of PrettyStringWithWidth and
PrettyLineBreak constructors to the PolyML.pretty datatype,
Thread.Thread.numPhysicalProcessors to return the number of
physical processors and printing ?.t in circumstances where t is
bound to a different type. The debugger has been extended to
include structures and the arguments to functors.
Diffstat (limited to 'lang/polyml/Makefile')
-rw-r--r-- | lang/polyml/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile index 11ed463e995..15dbc2a65bb 100644 --- a/lang/polyml/Makefile +++ b/lang/polyml/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2014/03/05 22:14:17 asau Exp $ +# $NetBSD: Makefile,v 1.11 2014/09/13 18:23:38 asau Exp $ -DISTNAME= polyml.5.5.1 -PKGNAME= polyml-5.5.1 -PKGREVISION= 1 +DISTNAME= polyml.5.5.2 +PKGNAME= polyml-5.5.2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=polyml/} @@ -18,12 +17,6 @@ USE_LIBTOOL= yes USE_LANGUAGES= c c++ TEST_TARGET= tests -SUBST_CLASSES+= fix-rpath-flag -SUBST_STAGE.fix-rpath-flag= pre-configure -SUBST_MESSAGE.fix-rpath-flag= Fixing RPATH flag. -SUBST_FILES.fix-rpath-flag= buildpolyc -SUBST_SED.fix-rpath-flag= -e 's:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g' - .include "options.mk" .include "../../devel/libffi/buildlink3.mk" |