svn commit: r363090 - head/math/scilab

Steve Wills steve at stevenwills.com
Mon Jul 28 03:27:31 UTC 2014


Hi,

FYI:

https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default/363090/logs/errors/scilab-5.3.3_10.log
https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default/363090/logs/errors/scilab-5.3.3_10.log

===> Checking for directories owned by MTREEs
Error: Owned by MTREE: @dirrmtry share/locale/pt_BR/LC_MESSAGES
Error: Owned by MTREE: @dirrmtry share/locale/pt_BR
Error: Owned by MTREE: @dirrmtry share/locale/zh_CN/LC_MESSAGES
Error: Owned by MTREE: @dirrmtry share/locale/zh_CN
Error: Owned by MTREE: @dirrmtry share/locale/zh_TW/LC_MESSAGES
Error: Owned by MTREE: @dirrmtry share/locale/zh_TW

Should be an easy fix, could you take a look? Or if you want I can fix it.

Thanks,
Steve

On Sun, Jul 27, 2014 at 06:37:45PM +0000, Max Brazhnikov wrote:
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140728/df8e87ea/attachment-0001.sig>


More information about the svn-ports-all mailing list