From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 14 20:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTP id EDB2288B for ; Mon, 14 Oct 2013 20:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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 B1AB223CE for ; Mon, 14 Oct 2013 20:10: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 r9EKA0ZT058315 for ; Mon, 14 Oct 2013 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9EKA05H058313; Mon, 14 Oct 2013 20:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 14 Oct 2013 20:10:00 GMT Resent-Message-Id: <201310142010.r9EKA05H058313@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, Jimmy Olgeni 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 ESMTP id E151D44E for ; Mon, 14 Oct 2013 20:01:16 +0000 (UTC) (envelope-from olgeni@olgeni.com) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id A1CC0232B for ; Mon, 14 Oct 2013 20:01:16 +0000 (UTC) Received: by olgeni.olgeni.com (Postfix, from userid 58) id 99D4B1744A4; Mon, 14 Oct 2013 22:01:14 +0200 (CEST) Received: from olgeni.olgeni (vpn-olgeni [10.2.0.2]) by olgeni.olgeni.com (Postfix) with ESMTP id 7A2B0174494; Mon, 14 Oct 2013 22:01:12 +0200 (CEST) Received: from olgeni.olgeni (localhost [127.0.0.1]) by olgeni.olgeni (8.14.7/8.14.7) with ESMTP id r9EK1BHj095248; Mon, 14 Oct 2013 22:01:11 +0200 (CEST) (envelope-from olgeni@olgeni.olgeni) Received: (from olgeni@localhost) by olgeni.olgeni (8.14.7/8.14.7/Submit) id r9EK1BGV095247; Mon, 14 Oct 2013 22:01:11 +0200 (CEST) (envelope-from olgeni) Message-Id: <201310142001.r9EK1BGV095247@olgeni.olgeni> Date: Mon, 14 Oct 2013 22:01:11 +0200 (CEST) From: Jimmy Olgeni To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182980: editors/vim needs pkgconf (on pkgng) Cc: obrien@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jimmy Olgeni List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 20:10:01 -0000 >Number: 182980 >Category: ports >Synopsis: editors/vim needs pkgconf (on pkgng) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 14 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD olgeni 9.1-STABLE FreeBSD 9.1-STABLE #1 r249688: Sat Apr 20 13:28:27 CEST 2013 root@olgeni:/usr/obj/usr/src/sys/RELENG_9.amd64 amd64 >Description: A couple of fixes: - When using pkgng, a direct dependency on pkgconfig is required to find the GTK2 libraries, else GTK2 support will not be enabled. - USES=perl5 should not override the current values of USES. >How-To-Repeat: >Fix: --- Makefile.orig 2013-10-14 21:45:18.517677256 +0200 +++ Makefile 2013-10-14 21:45:49.120684170 +0200 @@ -108,7 +108,7 @@ .endif .if ${PORT_OPTIONS:MPERL} -USES= perl5 +USES+= perl5 MAKE_ARGS+= CONF_OPT_PERL="--enable-perlinterp" .endif @@ -145,6 +145,7 @@ . endif . if ${PORT_OPTIONS:MGTK2} +USES+= pkgconfig USE_GNOME= gtk20 CONF_OPT_GUI="--enable-gui=gtk2 --with-gtk-prefix=${LOCALBASE}" MAKE_ARGS+= X_LIBS="$(X_LIBS) -lXt" >Release-Note: >Audit-Trail: >Unformatted: