From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 29 19:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 8C00AC22 for ; Sun, 29 Dec 2013 19:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 670811375 for ; Sun, 29 Dec 2013 19:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTJo03l053548 for ; Sun, 29 Dec 2013 19:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBTJo0LI053547; Sun, 29 Dec 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 29 Dec 2013 19:50:00 GMT Resent-Message-Id: <201312291950.rBTJo0LI053547@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@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 C92E1C05; Sun, 29 Dec 2013 19:47:38 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6F091369; Sun, 29 Dec 2013 19:47:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTJlcRG053299; Sun, 29 Dec 2013 19:47:38 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBTJlcCh053298; Sun, 29 Dec 2013 19:47:38 GMT (envelope-from ohauer) Message-Id: <201312291947.rBTJlcCh053298@freefall.freebsd.org> Date: Sun, 29 Dec 2013 19:47:38 GMT From: To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185273: [patch] net/daq add stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 19:50:00 -0000 >Number: 185273 >Category: ports >Synopsis: [patch] net/daq add stage support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 29 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: - add stage support - sort pkg-plist >How-To-Repeat: >Fix: --- stage_daq.diff begins here --- Index: net/daq/Makefile =================================================================== --- net/daq/Makefile (revision 338033) +++ net/daq/Makefile (working copy) @@ -13,8 +13,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \ - pcap:${PORTSDIR}/net/libpcap +LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet \ + libpcap.so:${PORTSDIR}/net/libpcap BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex GNU_CONFIGURE= yes @@ -27,5 +27,4 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include Index: net/daq/pkg-plist =================================================================== --- net/daq/pkg-plist (revision 338033) +++ net/daq/pkg-plist (working copy) @@ -4,22 +4,22 @@ 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 -lib/libdaq.la +lib/libdaq_static.a lib/libdaq_static.la -lib/libdaq.a -lib/libdaq_static.a +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 -lib/libsfbpf.la -lib/libsfbpf.a -lib/libdaq_static_modules.la -lib/libdaq_static_modules.a -lib/daq/daq_pcap.so -lib/daq/daq_pcap.la -lib/daq/daq_dump.so -lib/daq/daq_dump.la -lib/daq/daq_ipfw.so -lib/daq/daq_ipfw.la @dirrm lib/daq --- stage_daq.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: