From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 17:11:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0670FA5C; Thu, 11 Sep 2014 17:11:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 E5D079B7; Thu, 11 Sep 2014 17:11:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BHB6G7040944; Thu, 11 Sep 2014 17:11:06 GMT (envelope-from mich@FreeBSD.org) Received: (from mich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BHB6u7040943; Thu, 11 Sep 2014 17:11:06 GMT (envelope-from mich@FreeBSD.org) Message-Id: <201409111711.s8BHB6u7040943@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mich set sender to mich@FreeBSD.org using -f From: Michael Landin Hostbaek Date: Thu, 11 Sep 2014 17:11:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367956 - head/security/vida X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Thu, 11 Sep 2014 17:11:07 -0000 Author: mich Date: Thu Sep 11 17:11:06 2014 New Revision: 367956 URL: http://svnweb.freebsd.org/changeset/ports/367956 QAT: https://qat.redports.org/buildarchive/r367956/ Log: - Fix libnet dependency Modified: head/security/vida/Makefile Modified: head/security/vida/Makefile ============================================================================== --- head/security/vida/Makefile Thu Sep 11 16:24:03 2014 (r367955) +++ head/security/vida/Makefile Thu Sep 11 17:11:06 2014 (r367956) @@ -10,10 +10,7 @@ MASTER_SITES= http://vidatapipe.sourcefo MAINTAINER= mich@FreeBSD.org COMMENT= Vida is a multi-datapipe handler -DEPRECATED= Depends on expired net/libnet10 -EXPIRATION_DATE= 2014-09-30 - -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 +LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet LDFLAGS+= ${PTHREAD_LIBS} -lncurses -lpcap `${LIBNET_CONFIG} --libs`