svn commit: r384872 - in head/security: . passivedns passivedns/files

Jan Beich jbeich at FreeBSD.org
Wed Apr 29 11:47:45 UTC 2015


Lars Engels <lme at FreeBSD.org> writes:

> +USES=		autoreconf gmake libtool
> +AUTOMAKE_ARGS=	--add-missing

AUTOMAKE_ARGS is for USE_AUTOTOOLS, unused by USES=autoreconf.

> +CONFIGURE_ARGS=	--with-ldns-libraries=${PREFIX}/lib
> +CONFIGURE_ARGS+=--with-ldns-includes=${PREFIX}/include

This would break if LOCALBASE != PREFIX. LOCALBASE is a place where
files are installed by *other* ports e.g., dependencies.

  $ poudriere testport -P ...
  [...]
  checking ldns/ldns.h usability... no
  checking ldns/ldns.h presence... no
  checking for ldns/ldns.h... no

    ERROR! ldns headers not found

  ===>  Script "configure" failed unexpectedly.

> +.include <bsd.port.options.mk>

Why? I don't see an option handling or any conditional after the line.

> +++ head/security/passivedns/pkg-descr	Mon Apr 27 20:33:38 2015	(r384872)
[...]
> +(c)2011-2012  -  Edward Bjarte Fjellskal

Defining author in pkg-descr is deprecated. r284239 standardized on the
format but recently bapt@ nuked all such lines. Maybe he can provide
more details or write a CHANGES entry.

https://svnweb.freebsd.org/changeset/ports/284239
https://svnweb.freebsd.org/changeset/ports/380309 (and the like)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20150428/91ff8a79/attachment.sig>


More information about the svn-ports-head mailing list