From owner-svn-ports-head@FreeBSD.ORG Fri Sep 12 23:01:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5F2F8F5; Fri, 12 Sep 2014 23:01:34 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AD3085E; Fri, 12 Sep 2014 23:01:34 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id CBB92114007; Fri, 12 Sep 2014 19:01:31 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r368065 - head/security/vida From: Adam Weinberger In-Reply-To: <541363ED.1080809@marino.st> Date: Fri, 12 Sep 2014 19:01:31 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201409121857.s8CIvnW7000545@svn.freebsd.org> <541363ED.1080809@marino.st> To: marino@freebsd.org X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Adam Weinberger , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 23:01:34 -0000 On 12 Sep, 2014, at 17:21, John Marino = 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/ >>=20 >> Log: >> Fix build and minor clean-ups to Makefile. >>=20 >> Modified: >> head/security/vida/Makefile >>=20 >> Modified: head/security/vida/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- 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=3D http://vidatapipe.sourcefo >> MAINTAINER=3D mich@FreeBSD.org >> COMMENT=3D Vida is a multi-datapipe handler >>=20 >> -LIB_DEPENDS=3D libnet.so:${PORTSDIR}/net/libnet >> +BUILD_DEPENDS=3D libnet10-config:${PORTSDIR}/net/libnet10 >> +RUN_DEPENDS=3D libnet10-config:${PORTSDIR}/net/libnet10 >=20 >=20 > 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. >=20 > If you keep this, you need to add back the BROKEN/DEPRECRATED lines = that > the previous commit removed. Hrmmn, I didn=92t notice that libnet10 is going away. Even with the path = to libnet-config updated (to libnet11-config, as it wasn=92t building = before) it would not compile against net/libnet. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org