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.
This commit is contained in:
parent
c36f830c02
commit
85cd6aa732
2 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue