aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-communications
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-04-11 02:58:30 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-04-11 02:58:30 +0000
commit176d84eb280ac1928a0a633cbe10bcc0cbcc85c8 (patch)
tree7b6551372f145c8afeaea27dc4e58c08c320330f /math/octave-forge-communications
parentfcacda719d2ebcc5789cfcd21b75ad5115a88987 (diff)
downloadports-176d84eb280ac1928a0a633cbe10bcc0cbcc85c8.tar.gz
ports-176d84eb280ac1928a0a633cbe10bcc0cbcc85c8.zip
Bump port revision of all the octave-forge ports,
since there was an API change to octave (from 3.4 to 3.6). Now it is appropriate to bump the portrevision of every single octave-forge port, but a few of the ports needed further patches to make them work: ad, communications, parallel, odepkg. The es package doesn't build so we switched off. Submitted by: stephen@ Reviewed by: maho@
Notes
Notes: svn path=/head/; revision=294587
Diffstat (limited to 'math/octave-forge-communications')
-rw-r--r--math/octave-forge-communications/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile
index 8b40be5f5ef1..704142f164e3 100644
--- a/math/octave-forge-communications/Makefile
+++ b/math/octave-forge-communications/Makefile
@@ -7,6 +7,7 @@
PORTNAME= octave-forge-communications
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -24,6 +25,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/image.tar.gz:${PORTSDIR}/math/octave-forge-image
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
+post-patch:
+ ${REINPLACE_CMD} -e s/LU/galoisLU/g ${WRKSRC}/*
+
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}