Date: Fri, 12 Sep 2014 23:21:49 +0200 From: John Marino <freebsd.contact@marino.st> To: Adam Weinberger <adamw@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r368065 - head/security/vida Message-ID: <541363ED.1080809@marino.st> In-Reply-To: <201409121857.s8CIvnW7000545@svn.freebsd.org> References: <201409121857.s8CIvnW7000545@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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. John
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?541363ED.1080809>