svn commit: r342592 - head/dns/djbdns

David Thiel lx at freebsd.org
Wed Feb 5 18:27:14 UTC 2014


On 02/05, John Marino wrote:
> On 2/4/2014 20:15, David Thiel wrote:
> > Author: lx
> > Date: Tue Feb  4 19:15:43 2014
> > New Revision: 342592
> > URL: http://svnweb.freebsd.org/changeset/ports/342592
> > QAT: https://qat.redports.org/buildarchive/r342592/
> > 
> > Log:
> >   Remove STAGE support, it screws up the run scripts.
> >   
> >   PR:		184949
> >   Submitted by:	issue reported by DrTebi
> > 
> 
> Stage doesn't change install locations so "run scripts" shouldn't be
> affected.  Therefore I assume this comment really refers to some kind of
> build/install scripts.

It's not an issue of install locations. "run" scripts refers to the
scripts generated by dnscache-conf and tinydns-conf (entitled "run"),
which are then put into the service directory and launched by
daemontools/runit. It needed to be reverted, as this completely broke
the port, having the launch scripts attempt to run binaries out of the
stage dir, which had already bitten someone. Given djbdns' rather exotic
build process, getting those tools to generate the correct scripts while
still staging properly will take enough time that I'd rather have the
port functioning while I figure it out.


More information about the svn-ports-all mailing list