svn commit: r363090 - head/math/scilab

Max Brazhnikov makc at FreeBSD.org
Sun Jul 27 18:37:45 UTC 2014


Author: makc
Date: Sun Jul 27 18:37:45 2014
New Revision: 363090
URL: http://svnweb.freebsd.org/changeset/ports/363090
QAT: https://qat.redports.org/buildarchive/r363090/

Log:
  math/scilab:
  - Fix fortran bindings
  
  PR:		180409
  Reported by:	1wkmmr at gmail.com

Modified:
  head/math/scilab/Makefile

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Sun Jul 27 18:23:54 2014	(r363089)
+++ head/math/scilab/Makefile	Sun Jul 27 18:37:45 2014	(r363090)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scilab
 PORTVERSION=	5.3.3
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	math cad parallel java
 MASTER_SITES=	http://www.scilab.org/download/${PORTVERSION}/:scilab \
 		http://www.predatorlabs.net/dl/:jgraphx \
@@ -217,6 +217,7 @@ post-patch:
 	@# Run fixes
 	@${REINPLACE_CMD} -e 's|%%JAVALIBDIR%%|${JAVALIBDIR}|' ${WRKSRC}/etc/librarypath.xml
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/etc/librarypath.xml
+	@${REINPLACE_CMD} -e 's, gfortran, ${FC},' ${WRKSRC}/modules/dynamic_link/src/scripts/configure
 .if ${PORT_OPTIONS:MGUI}
 	@# Configure fixes
 	@${REINPLACE_CMD} -e 's|/usr/lib/java|${JAVALIBDIR}|g' ${WRKSRC}/configure


More information about the svn-ports-all mailing list