summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2013-10-08 09:08:22 +0000
committerJohan van Selst <johans@FreeBSD.org>2013-10-08 09:08:22 +0000
commit02b2b2578695e1caa09ba85618308c1a2ed32275 (patch)
tree96384d32a30601d0e80e39a43b61a33f4f4222e6 /lang
parent- Update to 0.13 (diff)
- Update Algol-68 Genie to 2.8
- Enable stage support - Add work-around to fix OS detection, enables TCP/IP support - Add work-around to fix dlopen detection, enables compilation support
Notes
Notes: svn path=/head/; revision=329766
Diffstat (limited to 'lang')
-rw-r--r--lang/algol68g/Makefile15
-rw-r--r--lang/algol68g/distinfo4
2 files changed, 9 insertions, 10 deletions
diff --git a/lang/algol68g/Makefile b/lang/algol68g/Makefile
index b49cf7bc922c..22f89fce8d6d 100644
--- a/lang/algol68g/Makefile
+++ b/lang/algol68g/Makefile
@@ -1,15 +1,14 @@
# $FreeBSD$
PORTNAME= algol68g
-PORTVERSION= 2.7
-PORTREVISION= 1
+PORTVERSION= 2.8
CATEGORIES= lang
MASTER_SITES= http://jmvdveer.home.xs4all.nl/
MAINTAINER= johans@FreeBSD.org
COMMENT= Algol 68 Genie compiler
-LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl
+LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
OPTIONS_DEFINE= GNUPLOT PGSQL
OPTIONS_DEFAULT=GNUPLOT PGSQL
@@ -17,15 +16,14 @@ OPTIONS_DEFAULT=GNUPLOT PGSQL
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-compiler
-MAN1= a68g.1
PLIST_DIRS= include/algol68g
-PLIST_FILES= bin/a68g include/algol68g/a68g.h include/algol68g/a68g-config.h
+PLIST_FILES= bin/a68g man/man1/a68g.1.gz \
+ include/algol68g/a68g.h include/algol68g/a68g-config.h
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNUPLOT}
-LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils
+LIB_DEPENDS+= libplot.so:${PORTSDIR}/graphics/plotutils
.else
CONFIGURE_ARGS+=--disable-plotutils
.endif
@@ -38,7 +36,8 @@ CONFIGURE_ARGS+=--disable-postgresql
post-patch:
# Skip broken check, assume our $CC works
- @${REINPLACE_CMD} -e 's/"xgcc"/"x${CC}"/' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -Ee 's/.*(\*-freebsd)/\1/' \
+ -e 's/"xgcc"/"x${CC}"/; s/-ldl //' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^install-data-am/s/install-docDATA//' \
${WRKSRC}/Makefile.in
diff --git a/lang/algol68g/distinfo b/lang/algol68g/distinfo
index 17f1a0c3baf1..9537dbc201ca 100644
--- a/lang/algol68g/distinfo
+++ b/lang/algol68g/distinfo
@@ -1,2 +1,2 @@
-SHA256 (algol68g-2.7.tar.gz) = ebcf029ae65ceafca87090cc470dd37f86ac0bdb1529cd4dd7a92454d224d325
-SIZE (algol68g-2.7.tar.gz) = 666918
+SHA256 (algol68g-2.8.tar.gz) = 0c6fc7213f5a00f978faef2d09622d2c3ee01c87594dd6f5c51cd532b719861a
+SIZE (algol68g-2.8.tar.gz) = 667121