From amdmi3@amdmi3.ru  Mon Jan 20 14:01:33 2014
Return-Path: <amdmi3@amdmi3.ru>
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 ESMTPS id A9D771A6;
	Mon, 20 Jan 2014 14:01:04 +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 641A9127A;
	Mon, 20 Jan 2014 14:01:04 +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 1W5FPS-00038F-Ib; Mon, 20 Jan 2014 18:01:02 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 3FCF0E77;
	Mon, 20 Jan 2014 18:01:02 +0400 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 3BBCD91CE; Mon, 20 Jan 2014 18:01:02 +0400 (MSK)
Message-Id: <20140120140102.3BBCD91CE@hades.panopticon>
Date: Mon, 20 Jan 2014 18:01:02 +0400 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gnome@FreeBSD.org
Subject: [PATCH] graphics/libchamplain: disable g-ir-scanner cache, support staging
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         185921
>Category:       ports
>Synopsis:       [PATCH] graphics/libchamplain: 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:05 UTC 2014
>Closed-Date:    Mon May 12 02:05:36 UTC 2014
>Last-Modified:  Mon May 12 02:10:01 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
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
- Support staging

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

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

--- libchamplain-0.8.1_3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 340395)
+++ Makefile	(working copy)
@@ -12,23 +12,22 @@
 COMMENT=	A C library provides a Gtk+ widget to display rasterized maps/markers
 
 BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS=	clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \
-		soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
+LIB_DEPENDS=	libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
+		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
 RUN_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 
 USE_BZIP2=	yes
-USES=		pathfix pkgconfig
+USES=		pathfix pkgconfig gmake
 USE_GNOME=	gnomeprefix gtk20 ltverhack:1
 USE_SQLITE=	3
 USE_AUTOTOOLS=	libtool
 USE_GL=		gl
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+MAKE_ENV=	GI_SCANNER_DISABLE_CACHE=yes
 
 PLIST_SUB=	VERSION=0.8
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
--- libchamplain-0.8.1_3.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:11:08 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: bug-followup@FreeBSD.org
Cc: gnome@FreeBSD.org
Subject: Re: ports/185921: [PATCH] graphics/libchamplain: disable
 g-ir-scanner cache, support staging
Date: Wed, 29 Jan 2014 02:59:05 +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.
 
 --- libchamplain.patch begins here ---
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 341492)
 +++ Makefile	(working copy)
 @@ -11,18 +11,15 @@
  MAINTAINER=	gnome@FreeBSD.org
  COMMENT=	A C library provides a Gtk+ widget to display rasterized maps/markers
  
 -BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 -LIB_DEPENDS=	clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \
 -		soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
 -RUN_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 +LIB_DEPENDS=	libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
 +		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
  
  USE_BZIP2=	yes
 -USES=		pathfix pkgconfig
 -USE_GNOME=	gnomeprefix gtk20 ltverhack:1
 +USES=		pathfix pkgconfig gmake
 +USE_GNOME=	gnomeprefix gtk20 ltverhack:1 introspection:build,run
  USE_SQLITE=	3
  USE_AUTOTOOLS=	libtool
  USE_GL=		gl
 -USE_GMAKE=	yes
  GNU_CONFIGURE=	yes
  USE_LDCONFIG=	yes
  CPPFLAGS+=	-I${LOCALBASE}/include
 @@ -30,5 +27,4 @@
  
  PLIST_SUB=	VERSION=0.8
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 --- libchamplain.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: Mon May 12 02:05:36 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185921: commit references a PR
Date: Mon, 12 May 2014 02:05:31 +0000 (UTC)

 Author: amdmi3
 Date: Mon May 12 02:05:26 2014
 New Revision: 353765
 URL: http://svnweb.freebsd.org/changeset/ports/353765
 QAT: https://qat.redports.org/buildarchive/r353765/
 
 Log:
   - Switch to USE_GNOME=introspetion
   - Don't remove mtree dirs
   
   PR:		185921
   Submitted by:	amdmi3
   Approved by:	maintainer timeout
 
 Modified:
   head/graphics/libchamplain/Makefile
   head/graphics/libchamplain/pkg-plist
 
 Modified: head/graphics/libchamplain/Makefile
 ==============================================================================
 --- head/graphics/libchamplain/Makefile	Mon May 12 02:04:13 2014	(r353764)
 +++ head/graphics/libchamplain/Makefile	Mon May 12 02:05:26 2014	(r353765)
 @@ -11,13 +11,11 @@ MASTER_SITES=	GNOME
  MAINTAINER=	gnome@FreeBSD.org
  COMMENT=	C library provides a Gtk+ widget to display rasterized maps/markers
  
 -BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
  LIB_DEPENDS=	libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
  		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
 -RUN_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
  
  USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
 -USE_GNOME=	gnomeprefix gtk20
 +USE_GNOME=	gnomeprefix gtk20 introspection:build,run
  USE_SQLITE=	3
  USE_GL=		gl
  GNU_CONFIGURE=	yes
 
 Modified: head/graphics/libchamplain/pkg-plist
 ==============================================================================
 --- head/graphics/libchamplain/pkg-plist	Mon May 12 02:04:13 2014	(r353764)
 +++ head/graphics/libchamplain/pkg-plist	Mon May 12 02:05:26 2014	(r353765)
 @@ -116,10 +116,8 @@ share/vala/vapi/champlain-%%VERSION%%.de
  share/vala/vapi/champlain-%%VERSION%%.vapi
  share/vala/vapi/champlain-gtk-%%VERSION%%.deps
  share/vala/vapi/champlain-gtk-%%VERSION%%.vapi
 -@dirrmtry share/gir-1.0
  @dirrm share/doc/libchamplain-gtk
  @dirrm %%DOCSDIR%%
 -@dirrmtry lib/girepository-1.0
  @dirrm include/libchamplain-gtk-%%VERSION%%/champlain-gtk
  @dirrm include/libchamplain-gtk-%%VERSION%%
  @dirrm include/libchamplain-%%VERSION%%/champlain
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
