Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/math/scilab/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/math/scilab/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- pkgsrc/math/scilab/Makefile 1999/11/23 16:42:01 1.13 +++ pkgsrc/math/scilab/Makefile 1999/12/22 13:25:39 1.14 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 1999/11/23 16:42:01 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.14 1999/12/22 13:25:39 dmcmahill Exp $ # # IMPORTANT: Before upgrading this package, please read files/README.next_rev! -DISTNAME= scilab-2.4.1-src -PKGNAME= scilab-2.4.1 +DISTNAME= scilab-2.5-src +PKGNAME= scilab-2.5 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= math MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/ @@ -18,10 +18,12 @@ RESTRICTED= "no paid distribution of SCI NO_CDROM= ${RESTRICTED} USE_FORTRAN= yes +USE_LIBTOOL= yes USE_X11BASE= yes USE_X11= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-xless MAKE_ENV+= HOME=${WRKSRC} CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} CONFIGURE_ENV+= X11BASE=${X11BASE} @@ -36,7 +38,8 @@ pre-fetch: post-patch: @if [ ${MACHINE_ARCH} != "alpha" ]; then \ - ${MV} ${WRKSRC}/scilab.star.orig ${WRKSRC}/scilab.star ; \ + ${RM} ${WRKSRC}/scilab.star ; \ + ${CP} ${WRKSRC}/scilab.star.orig ${WRKSRC}/scilab.star ; \ fi .include "../../mk/bsd.pkg.mk"