From amdmi3@amdmi3.ru  Mon Jan 20 14:01:18 2014
Return-Path: <amdmi3@amdmi3.ru>
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 61D4E187;
	Mon, 20 Jan 2014 14:00:59 +0000 (UTC)
Received: from smtpout6.timeweb.ru (smtpout6.timeweb.ru [92.53.117.39])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 1C3A41277;
	Mon, 20 Jan 2014 14:00:59 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1W5FPN-00030U-9F; Mon, 20 Jan 2014 18:00:57 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id EE59AE73;
	Mon, 20 Jan 2014 18:00:56 +0400 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id EA3B591C6; Mon, 20 Jan 2014 18:00:56 +0400 (MSK)
Message-Id: <20140120140056.EA3B591C6@hades.panopticon>
Date: Mon, 20 Jan 2014 18:00:56 +0400 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gnome@FreeBSD.org
Subject: [PATCH] x11-toolkits/libwnck: disable g-ir-scanner cache, support staging
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         185922
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/libwnck: disable g-ir-scanner cache, support staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 20 14:10:06 UTC 2014
>Closed-Date:    Sun May 11 17:00:34 UTC 2014
>Last-Modified:  Sun May 11 17:00:34 UTC 2014
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
- Disable g-ir-scanner cache to not pollute /root/.cache on build
- Support staging
- Use new OPTIONS features

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- libwnck-2.30.6_1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 340395)
+++ Makefile	(working copy)
@@ -27,21 +27,15 @@
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+MAKE_ENV=	GI_SCANNER_DISABLE_CACHE=yes
 
 OPTIONS_DEFINE=	STARTUP
 OPTIONS_DEFAULT=STARTUP
 STARTUP_DESC=	Startup notification support
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+STARTUP_LIB_DEPENDS=	libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
+STARTUP_CONFIGURE_ENABLE=startup-notification
 
-.if ${PORT_OPTIONS:MSTARTUP}
-LIB_DEPENDS+=	startup-notification-1:${PORTSDIR}/x11/startup-notification
-CONFIGURE_ARGS+=--enable-startup-notification
-.else
-CONFIGURE_ARGS+=--disable-startup-notification
-.endif
-
 .include <bsd.port.mk>
 
 .endif
--- libwnck-2.30.6_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 20 14:10:36 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: bug-followup@FreeBSD.org
Cc: gnome@FreeBSD.org
Subject: Re: ports/185922: [PATCH] x11-toolkits/libwnck: disable g-ir-scanner
 cache, support staging
Date: Wed, 29 Jan 2014 03:13:28 +0400

 * Dmitry Marakasov (amdmi3@amdmi3.ru) wrote:
 
 Updated patch, which makes use of USE_GNOME=introspection to take 
 care of environement for g-ir-scanner automatically.
 
 --- libwnck.patch begins here ---
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 341493)
 +++ Makefile	(working copy)
 @@ -16,12 +16,10 @@
  
  .if !defined(REFERENCE_PORT)
  
 -BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 -RUN_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 -
  USE_XORG=	xres
  USES=		bison pathfix gettext gmake pkgconfig
 -USE_GNOME=	gtk20 ltverhack referencehack intlhack
 +USE_GNOME=	gtk20 ltverhack referencehack intlhack \
 +		introspection:build,run
  USE_LDCONFIG=	yes
  USE_AUTOTOOLS=	libtool
  CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
 @@ -32,16 +30,9 @@
  OPTIONS_DEFAULT=STARTUP
  STARTUP_DESC=	Startup notification support
  
 -NO_STAGE=	yes
 -.include <bsd.port.options.mk>
 +STARTUP_LIB_DEPENDS=	libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
 +STARTUP_CONFIGURE_ENABLE=startup-notification
  
 -.if ${PORT_OPTIONS:MSTARTUP}
 -LIB_DEPENDS+=	startup-notification-1:${PORTSDIR}/x11/startup-notification
 -CONFIGURE_ARGS+=--enable-startup-notification
 -.else
 -CONFIGURE_ARGS+=--disable-startup-notification
 -.endif
 -
  .include <bsd.port.mk>
  
  .endif
 --- libwnck.patch ends here ---
 
 -- 
 Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
 amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Sun May 11 17:00:33 UTC 2014 
State-Changed-Why:  
No longer relevant 

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