pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/textproc/nbsed/files



On Sat, Aug 03, 2013 at 01:14:11PM +0000, OBATA Akio wrote:
> Module Name:  pkgsrc
> Committed By: obache
> Date:         Sat Aug  3 13:14:11 UTC 2013
> 
> Modified Files:
>       pkgsrc/textproc/nbsed/files: config.guess config.sub
> 
> Log Message:
> Update config.{guess,sub} from pkgsrc/mk/gnu-configure, for the case
> required in bootstrap pkgsrc.

Thanks for this.

I was wondering if we could just add a second command to the
do-extract target in textproc/nbsed/Makefile to do a straight copy
from pkgsrc/mk/gnu-configure, which would mean that we don't store
config.{guess,sub} in 2 places in the tree, and have potentially
different versions which would both need to be updated in sync, etc.

i.e. 

do-extract:
        @${CP} -R ${FILESDIR} ${WRKSRC}
        @${CP} ${.CURDIR}/../../mk/gnu-configure/config.guess \
                ${.CURDIR}/../../mk/gnu-configure/config.sub ${WRKSRC}

Regards,
Alistair



Home | Main Index | Thread Index | Old Index