svn commit: r368065 - head/security/vida
Adam Weinberger
adamw at adamw.org
Fri Sep 12 23:01:34 UTC 2014
On 12 Sep, 2014, at 17:21, John Marino <freebsd.contact at marino.st> wrote:
> On 9/12/2014 20:57, Adam Weinberger wrote:
>> Author: adamw
>> Date: Fri Sep 12 18:57:49 2014
>> New Revision: 368065
>> URL: http://svnweb.freebsd.org/changeset/ports/368065
>> QAT: https://qat.redports.org/buildarchive/r368065/
>>
>> Log:
>> Fix build and minor clean-ups to Makefile.
>>
>> Modified:
>> head/security/vida/Makefile
>>
>> Modified: head/security/vida/Makefile
>> ==============================================================================
>> --- head/security/vida/Makefile Fri Sep 12 18:48:42 2014 (r368064)
>> +++ head/security/vida/Makefile Fri Sep 12 18:57:49 2014 (r368065)
>> @@ -10,7 +10,8 @@ MASTER_SITES= http://vidatapipe.sourcefo
>> MAINTAINER= mich at FreeBSD.org
>> COMMENT= Vida is a multi-datapipe handler
>>
>> -LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
>> +BUILD_DEPENDS= libnet10-config:${PORTSDIR}/net/libnet10
>> +RUN_DEPENDS= libnet10-config:${PORTSDIR}/net/libnet10
>
>
> This looks like an error to me.
> The previous commit changed from net/libnet10 to net/libnet because
> libnet10 is going away in 2 weeks. You just reverted that change.
>
> If you keep this, you need to add back the BROKEN/DEPRECRATED lines that
> the previous commit removed.
Hrmmn, I didn’t notice that libnet10 is going away. Even with the path to libnet-config updated (to libnet11-config, as it wasn’t building before) it would not compile against net/libnet.
# Adam
--
Adam Weinberger
adamw at adamw.org
http://www.adamw.org
More information about the svn-ports-all
mailing list