From owner-svn-ports-all@FreeBSD.ORG Fri Sep 12 21:22:22 2014 Return-Path: Delivered-To: svn-ports-all@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 D7AA3308; Fri, 12 Sep 2014 21:22:22 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78562B8C; Fri, 12 Sep 2014 21:22:22 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 194FB43BA2; Fri, 12 Sep 2014 16:22:06 -0500 (CDT) Message-ID: <541363ED.1080809@marino.st> Date: Fri, 12 Sep 2014 23:21:49 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r368065 - head/security/vida References: <201409121857.s8CIvnW7000545@svn.freebsd.org> In-Reply-To: <201409121857.s8CIvnW7000545@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 21:22:23 -0000 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