From owner-svn-ports-head@FreeBSD.ORG Sat Mar 30 21:55:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 33035CCC; Sat, 30 Mar 2013 21:55:31 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id D1FD6DC3; Sat, 30 Mar 2013 21:55:30 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 6F85E40005; Sat, 30 Mar 2013 22:55:28 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 64ABF40006; Sat, 30 Mar 2013 22:55:28 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (h-45-105.a163.priv.bahnhof.se [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 65FA540005; Sat, 30 Mar 2013 22:55:27 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3ZdYXG6sV0z8ggx; Sat, 30 Mar 2013 22:55:26 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id HlyFMFPa81B6; Sat, 30 Mar 2013 22:55:21 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3ZdYX928lDz8ggv; Sat, 30 Mar 2013 22:55:21 +0100 (CET) Received: from tifa.daemonic.se (h85-8-27-136.dynamic.se.alltele.net [85.8.27.136]) by mail.daemonic.se (Postfix) with ESMTPSA id 3ZdYX90ws2z9Ctj; Sat, 30 Mar 2013 22:55:20 +0100 (CET) Received: from tifa.daemonic.se (localhost [127.0.0.1]) by tifa.daemonic.se (Postfix) with ESMTP id A67E92281C; Sat, 30 Mar 2013 22:55:18 +0100 (CET) Message-ID: <51575F46.3050807@freebsd.org> Date: Sat, 30 Mar 2013 22:55:18 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Joe Marcus Clarke Subject: Re: svn commit: r315624 - head/net/wireshark References: <201303302045.r2UKj1wS062090@svn.freebsd.org> In-Reply-To: <201303302045.r2UKj1wS062090@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 30 Mar 2013 21:55:31 -0000 On 03/30/13 21:45, Joe Marcus Clarke wrote: > Author: marcus > Date: Sat Mar 30 20:45:00 2013 > New Revision: 315624 > URL: http://svnweb.freebsd.org/changeset/ports/315624 > > Log: > Make pkgconfig an explicit dependency of tshark. > > Modified: > head/net/wireshark/Makefile > > Modified: head/net/wireshark/Makefile > ============================================================================== > --- head/net/wireshark/Makefile Sat Mar 30 18:54:34 2013 (r315623) > +++ head/net/wireshark/Makefile Sat Mar 30 20:45:00 2013 (r315624) > @@ -75,7 +75,7 @@ USE_GNOME+= gtk20 > WIRESHARK_LIBS+=${PTHREAD_LIBS} > .else > PLIST_SUB+= WIRESHARK="@comment wireshark not built" > -USE_GNOME+= glib20 > +USE_GNOME+= glib20 pkgconfig > CONFIGURE_ARGS+= --enable-wireshark=no \ > --disable-gtktest > .endif > You should use USE_PKGCONFIG=build instead. A completely other thing: Isn't the ports tree frozen these days and require a Approved by: portmgr line in the commit msg? Perhaps something isn't working as it should there. Regards! -- Niclas Zeising