svn commit: r382977 - head/security/softhsm

Tijl Coosemans tijl at FreeBSD.org
Thu Apr 2 11:15:04 UTC 2015


On Thu, 2 Apr 2015 00:12:45 +0000 (UTC) Bryan Drewery <bdrewery at FreeBSD.org> wrote:
> Author: bdrewery
> Date: Thu Apr  2 00:12:44 2015
> New Revision: 382977
> URL: https://svnweb.freebsd.org/changeset/ports/382977
> 
> Log:
>   Thanks for breaking my domain
> 
> Modified:
>   head/security/softhsm/Makefile
> 
> Modified: head/security/softhsm/Makefile
> ==============================================================================
> --- head/security/softhsm/Makefile	Thu Apr  2 00:12:13 2015	(r382976)
> +++ head/security/softhsm/Makefile	Thu Apr  2 00:12:44 2015	(r382977)
> @@ -16,6 +16,9 @@ LIB_DEPENDS=	libbotan-1.10.so:${PORTSDIR
>  		libsqlite3.so:${PORTSDIR}/databases/sqlite3
>  
>  GNU_CONFIGURE=	yes
> +# !!!!!!!!!!!!
> +# Changing the localstatedir is a huge POLA violation. Please leave it alone.
> +# !!!!!!!!!!!!!!
>  CONFIGURE_ARGS=	--with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \
>  		--localstatedir=/var

But surely you agree that using PREFIX/var instead of /var is a bug and
ports that do so need to be fixed?

The attached patch adds --localstatedir=/var to _LATE_CONFIGURE_ARGS
(like --mandir).  Maybe that would be better to prevent this problem in
the future.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: b.p.m.localstatedir.patch
Type: text/x-patch
Size: 1178 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150402/22373c1d/attachment.bin>


More information about the svn-ports-all mailing list