svn commit: r478274 - in head/dns/dsc: . files

Alexey Dokuchaev danfe at FreeBSD.org
Tue Aug 28 06:38:02 UTC 2018


On Tue, Aug 28, 2018 at 12:45:53AM +0000, Craig Leres wrote:
> New Revision: 478274
> URL: https://svnweb.freebsd.org/changeset/ports/478274
> 
> Log:
>   Update to 2.7.0. Add --with-extra-cflags=-I${PREFIX}/include
>   so configure finds pcap/sll.h. Add a rc.d script. Fix the path

>From this description it looks like it should be LOCALBASE, not PREFIX.

>  GNU_CONFIGURE=	yes
> +CONFIGURE_ARGS+= --with-extra-cflags=-I${PREFIX}/include

+= is confusing since you're assigning, not appending to existing args
(there are none).

./danfe


More information about the svn-ports-head mailing list