pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/scilab do not install dold which is has a non-exi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3c9fe86e43d
branches:  trunk
changeset: 533933:d3c9fe86e43d
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sun Oct 07 20:35:04 2007 +0000

description:
do not install dold which is has a non-existant interpreter.  It isn't used
by any system that pkgsrc supports anyway.  It seems to only be used by
ultrix and it isn't clear that scilab still works on ultrix anyway and it almost
certainly doesn't under pkgsrc.

diffstat:

 math/scilab/Makefile |  5 +++--
 math/scilab/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 3a12eebb2274 -r d3c9fe86e43d math/scilab/Makefile
--- a/math/scilab/Makefile      Sun Oct 07 19:59:29 2007 +0000
+++ b/math/scilab/Makefile      Sun Oct 07 20:35:04 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.73 2007/10/05 23:15:21 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.74 2007/10/07 20:35:04 dmcmahill Exp $
 #
 
 DISTNAME=      ${SCIBASE}-src
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       ${SCIBASE}
 CATEGORIES=    math
 MASTER_SITES=  http://www.scilab.org/download/4.1/
@@ -102,6 +102,7 @@
        ${RM} -f ${PREFIX}/lib/${SCIBASE}/macros/util/scipad.sci.orig
        ${RM} -f ${PREFIX}/lib/${SCIBASE}/libtool
        ${LN} -s ${LOCALBASE}/bin/libtool ${PREFIX}/lib/${SCIBASE}/libtool
+       ${RM} -f ${PREFIX}/lib/${SCIBASE}/bin/dold
        ${RM} -f ${PREFIX}/lib/${SCIBASE}/config/*.subst.sav
        ${RM} -f ${PREFIX}/lib/${SCIBASE}/config/config.guess
        ${RM} -f ${PREFIX}/lib/${SCIBASE}/config/config.sub
diff -r 3a12eebb2274 -r d3c9fe86e43d math/scilab/PLIST
--- a/math/scilab/PLIST Sun Oct 07 19:59:29 2007 +0000
+++ b/math/scilab/PLIST Sun Oct 07 20:35:04 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2007/10/05 23:15:21 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.11 2007/10/07 20:35:04 dmcmahill Exp $
 bin/intersci
 bin/intersci-n
 bin/scilab
@@ -30,7 +30,6 @@
 lib/${PKGNAME}/bin/Slatexpr2
 lib/${PKGNAME}/bin/Slatexprs
 lib/${PKGNAME}/bin/Slpr
-lib/${PKGNAME}/bin/dold
 lib/${PKGNAME}/bin/f77-linux
 lib/${PKGNAME}/bin/intersci
 lib/${PKGNAME}/bin/intersci-n



Home | Main Index | Thread Index | Old Index