From olgeni@olgeni.com  Mon Oct 14 20:01:16 2013
Return-Path: <olgeni@olgeni.com>
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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <olgeni@FreeBSD.org>
Reply-To: Jimmy Olgeni <olgeni@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: obrien@FreeBSD.org
Subject: editors/vim needs pkgconf (on pkgng)
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         182980
>Category:       ports
>Synopsis:       editors/vim needs pkgconf (on pkgng)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 14 20:10:00 UTC 2013
>Closed-Date:    Sat Dec 07 09:27:31 UTC 2013
>Last-Modified:  Sat Dec 07 09:27:31 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->obrien 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 14 20:10:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182980 
Responsible-Changed-From-To: obrien->freebsd-ports-bugs 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Mon Dec 2 07:49:29 CST 2013 
Responsible-Changed-Why:  
Return to the heap 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182980 
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon Dec 2 19:47:00 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182980 

From: Kevin Zheng <kevinz5000@gmail.com>
To: bug-followup@FreeBSD.org, olgeni@FreeBSD.org
Cc:  
Subject: Re: ports/182980: editors/vim needs pkgconf (on pkgng)
Date: Mon, 02 Dec 2013 18:50:11 -0600

 Hi there,
 
 This is a duplicate of ports/181896. Please close this and take a look
 at the original instead.
 
 Thanks,
 Kevin Zheng

From: Jimmy Olgeni <olgeni@FreeBSD.org>
To: Kevin Zheng <kevinz5000@gmail.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/182980: editors/vim needs pkgconf (on pkgng)
Date: Tue, 3 Dec 2013 06:54:15 +0100 (CET)

 On Mon, 2 Dec 2013, Kevin Zheng wrote:
 
 > Hi there,
 >
 > This is a duplicate of ports/181896. Please close this and take a look
 > at the original instead.
 
 Mostly duplicate, but the USES=perl5 part still applies :)
 
 -- 
 jimmy
State-Changed-From-To: open->closed 
State-Changed-By: olgeni 
State-Changed-When: Sat Dec 7 09:26:59 UTC 2013 
State-Changed-Why:  
Fixed in r335790. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182980 
>Unformatted:
