svn commit: r423434 - head/security/openssl

Joseph Mingrone jrm at FreeBSD.org
Fri Oct 7 03:36:44 UTC 2016


Mathieu Arnold <mat at FreeBSD.org> writes:

> Le 06/10/2016 à 21:38, Bernard Spil a écrit :
>> Author: brnrd
>> Date: Thu Oct  6 19:38:48 2016
>> New Revision: 423434
>> URL: https://svnweb.freebsd.org/changeset/ports/423434

>> Log:
>>   security/openssl: Fix ldconfig issue

>>     - OPT_USE= feature does not behave as expected

> I strongly disagree with that comment, the opt_USE works exactly as
> expected, and as documented.

If I am understanding the documentation correctly

OPT_USE=	ldconfig=${PREFIX}/lib/blah/lib

should add ${PREFIX}/lib/blah/lib to ${LOCALBASE}/libdata/ldconfig/blah.

I just tested and it is not creating ${LOCALBASE}/libdata/ldconfig/blah when OPT is on.

The code below does.

.if ${PORT_OPTIONS:MOPT}
USE_LDCONFIG=	${PREFIX}/lib/blah/lib
.endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 930 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20161007/9c8f8dc3/attachment.sig>


More information about the svn-ports-all mailing list