diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-11-28 04:21:46 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-11-28 04:21:46 +0000 |
commit | 85cd6aa732832fcfd1e93d826551ec6b460cdd13 (patch) | |
tree | add8a66ac404cdec0f27c5013ad7d055825e14d9 /math | |
parent | c36f830c02187ba91a2cdd98e9a0a570670f7116 (diff) | |
download | pkgsrc-85cd6aa732832fcfd1e93d826551ec6b460cdd13.tar.gz |
the distfile has changed. The primary difference is that config.cache is
no longer (erroneously) included. This means the pkgsrc Makefile also
no longer needs to delete config.cache as a post-extract step.
Fixes PR pkg/14679 from Rafal Boni by applying his patch.
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 11 | ||||
-rw-r--r-- | math/scilab/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 5a908c3bac6..6c7fb6b479b 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/09/27 23:18:24 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2001/11/28 04:21:46 dmcmahill Exp $ # DISTNAME= ${SCIBASE}.src @@ -39,11 +39,10 @@ PLIST_SUBST+= SCIBASE=${SCIBASE} # remove some stuff which is broken in the distfile. The config's # are links to ../config (ie circular). post-extract: - ${RM} ${WRKSRC}/config.cache - ${RM} ${WRKSRC}/examples/callsci/callsciJava/config/config - ${RM} ${WRKSRC}/examples/callsci/callsciFortran/config/config - ${RM} ${WRKSRC}/examples/callsci/callsciC/config/config - ${RM} ${WRKSRC}/examples/callsci/callsciC++/config/config + ${RM} -f ${WRKSRC}/examples/callsci/callsciJava/config/config + ${RM} -f ${WRKSRC}/examples/callsci/callsciFortran/config/config + ${RM} -f ${WRKSRC}/examples/callsci/callsciC/config/config + ${RM} -f ${WRKSRC}/examples/callsci/callsciC++/config/config # clean up any possible leftovers from 'make test' so that our PLIST # will still be right diff --git a/math/scilab/distinfo b/math/scilab/distinfo index 6a7c81b28c9..9f47eb2fae4 100644 --- a/math/scilab/distinfo +++ b/math/scilab/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/07/11 15:16:21 dmcmahill Exp $ +$NetBSD: distinfo,v 1.4 2001/11/28 04:21:46 dmcmahill Exp $ -SHA1 (scilab-2.6.src.tar.gz) = fa4e0df9e0500488f59e488ea20214c200add4d7 -Size (scilab-2.6.src.tar.gz) = 6729707 bytes +SHA1 (scilab-2.6.src.tar.gz) = a91d9a33e849844ec8d6ce98657ded085c5928e0 +Size (scilab-2.6.src.tar.gz) = 6725259 bytes SHA1 (patch-aa) = a4028254852fb938eb9e3a64b9964526195e13ab SHA1 (patch-ab) = 8896079c2b11e41faf1760d5e88cfc2771a30120 SHA1 (patch-ac) = f1f5f90b7f0c3ca2cf5dd0e602395a0b4c56cd1b |