aboutsummaryrefslogtreecommitdiff
path: root/math/scilab/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2019-08-14 22:35:35 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2019-08-14 22:35:35 +0000
commit6dbf576601385387786aca88a2ef4dbe3efd1493 (patch)
tree4403d7dc24b160d53c3467622f6bbc6bafae7515 /math/scilab/Makefile
parent4ff99d99dbcee41a96c89714832af5fb8bcd85c1 (diff)
downloadports-6dbf576601385387786aca88a2ef4dbe3efd1493.tar.gz
ports-6dbf576601385387786aca88a2ef4dbe3efd1493.zip
math/scilab:
- Add patch to fix build with updated graphics/jogamp-jogl
Notes
Notes: svn path=/head/; revision=508978
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r--math/scilab/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 4641c6ba01f5..2169d931fbd4 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scilab
PORTVERSION= 5.5.2
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES= math cad java
MASTER_SITES= https://www.scilab.org/download/${PORTVERSION}/
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX}
@@ -162,6 +162,8 @@ post-patch-GUI-on:
@${REINPLACE_CMD} -e 's|$$jardir/fop.jar|${LOCALBASE}/share/java/fop/build/fop.jar|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$$jardir/jeuclid-core*.jar|${LOCALBASE}/share/java/jeuclid/repo/jeuclid-core*.jar|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|jrosetta-API.jar|jrosetta-api.jar|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|javax.media.opengl.glu.GLUnurbs|com.jogamp.opengl.glu.GLUnurbs|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|jogamp.common.os.MachineDescriptionRuntime|jogamp.common.os.MachineDataInfoRuntime|' ${WRKSRC}/configure
@# Run fixes
@${REINPLACE_CMD} -e 's|%%JAVA_HOME%%|${JAVA_HOME}|' ${WRKSRC}/bin/scilab
@${REINPLACE_CMD} -e 's|/usr/share/scilab|${DATADIR}|' ${WRKSRC}/desktop/scilab.desktop