From owner-svn-ports-all@FreeBSD.ORG Tue Jul 15 16:00:01 2014 Return-Path: Delivered-To: svn-ports-all@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 A01CBE6C; Tue, 15 Jul 2014 16:00:01 +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 8D173252E; Tue, 15 Jul 2014 16:00:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FG01lM044990; Tue, 15 Jul 2014 16:00:01 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6FG012x044984; Tue, 15 Jul 2014 16:00:01 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407151600.s6FG012x044984@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 15 Jul 2014 16:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361960 - head/net/daq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 15 Jul 2014 16:00:01 -0000 Author: tijl Date: Tue Jul 15 16:00:00 2014 New Revision: 361960 URL: http://svnweb.freebsd.org/changeset/ports/361960 QAT: https://qat.redports.org/buildarchive/r361960/ Log: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Replace CFLAGS/LDFLAGS with CPPFLAGS/LIBS Modified: head/net/daq/Makefile head/net/daq/pkg-plist Modified: head/net/daq/Makefile ============================================================================== --- head/net/daq/Makefile Tue Jul 15 15:49:33 2014 (r361959) +++ head/net/daq/Makefile Tue Jul 15 16:00:00 2014 (r361960) @@ -3,6 +3,7 @@ PORTNAME= daq PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/snort/snort \ http://mirrors.rit.edu/zi/ @@ -18,12 +19,12 @@ LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/ BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= bison gmake libtool USE_LDCONFIG= yes -USES= bison gmake -USE_AUTOTOOLS= libtool MAKE_JOBS_UNSAFE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib .include Modified: head/net/daq/pkg-plist ============================================================================== --- head/net/daq/pkg-plist Tue Jul 15 15:49:33 2014 (r361959) +++ head/net/daq/pkg-plist Tue Jul 15 16:00:00 2014 (r361960) @@ -4,22 +4,17 @@ include/daq_api.h include/daq_common.h include/sfbpf.h include/sfbpf_dlt.h -lib/daq/daq_dump.la lib/daq/daq_dump.so -lib/daq/daq_ipfw.la lib/daq/daq_ipfw.so -lib/daq/daq_pcap.la lib/daq/daq_pcap.so lib/libdaq.a -lib/libdaq.la lib/libdaq.so lib/libdaq.so.2 +lib/libdaq.so.2.0.2 lib/libdaq_static.a -lib/libdaq_static.la lib/libdaq_static_modules.a -lib/libdaq_static_modules.la lib/libsfbpf.a -lib/libsfbpf.la lib/libsfbpf.so lib/libsfbpf.so.0 +lib/libsfbpf.so.0.0.1 @dirrm lib/daq