tech-pkg archive

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

Re: fixing bugs in packages



On Fri, 11 May 2012, Anthony Mallet wrote:

> My typical workflow is:
> % cd ~/src;
> % tar xvzf package.tar.gz
> % ./configure --prefix=~/tmp || cmake || whatever
> % while bugs; do emacs; make install; test; rm ~/tmp; done
> And only if !bugs create/edit/patch the package in pkgsrc

But this misses the pkgsrc patches, build environment, configure 
switches, make flags, etc. The pkgsrc makes it easier to use the 
pkgsrc-provide dependencies.  My workflow is to work directly in the 
work directory. I don't like it but makes it easier for me.  (I used to 
use the some replace make variable to overwrite.)
k


Home | Main Index | Thread Index | Old Index