From nobody@FreeBSD.org  Sat Apr 12 16:30:17 2014
Return-Path: <nobody@FreeBSD.org>
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 0F5D297E
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Apr 2014 16:30:17 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id D703B174F
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Apr 2014 16:30:16 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CGUGmh064610
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Apr 2014 16:30:16 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3CGUGoP064601;
	Sat, 12 Apr 2014 16:30:16 GMT
	(envelope-from nobody)
Message-Id: <201404121630.s3CGUGoP064601@cgiserv.freebsd.org>
Date: Sat, 12 Apr 2014 16:30:16 GMT
From: Olivier Duchateau <olivierd@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] devel/libgsf fix installation of GObject Introspection files
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         188522
>Category:       ports
>Synopsis:       [PATCH] devel/libgsf fix installation of GObject Introspection files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 12 16:40:00 UTC 2014
>Closed-Date:    
>Last-Modified:  Sat Apr 12 16:40:04 UTC 2014
>Originator:     Olivier Duchateau
>Release:        
>Organization:
>Environment:
>Description:
In USE_GNOME macro 'introspection' is set, but files not, patch fixes this issue.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(rvision 351107)
+++ Makefile	(copie de travail)
@@ -4,6 +4,7 @@
 
 PORTNAME=	libgsf
 PORTVERSION=	1.14.28
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -11,13 +12,13 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Extensible I/O abstraction for dealing with structured file formats
 
-USE_XZ=		yes
-USES=		gettext gmake pathfix pkgconfig
+BUILD_DEPENDS=	gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc
+
+USES=		gettext gmake pathfix pkgconfig tar:xz libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GNOME=	gdkpixbuf2 glib20 gnomeprefix intlhack introspection:build \
 		libxml2 ltverhack
-USE_AUTOTOOLS=	libtool
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ARGS=	--enable-introspection=yes
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
--- pkg-plist	(rvision 351107)
+++ pkg-plist	(copie de travail)
@@ -50,10 +50,12 @@
 include/libgsf-1/gsf/gsf-timestamp.h
 include/libgsf-1/gsf/gsf-utils.h
 include/libgsf-1/gsf/gsf.h
+lib/girepository-1.0/Gsf-1.typelib
 lib/libgsf-1.a
 lib/libgsf-1.la
 lib/libgsf-1.so
 lib/libgsf-1.so.114
+lib/libgsf-1.so.114.0.28
 libdata/pkgconfig/libgsf-1.pc
 man/man1/gsf-office-thumbnailer.1.gz
 man/man1/gsf-vba-dump.1.gz
@@ -95,6 +97,7 @@
 share/doc/gsf/sources.html
 share/doc/gsf/style.css
 share/doc/gsf/up.png
+share/gir-1.0/Gsf-1.gir
 share/locale/ca/LC_MESSAGES/libgsf.mo
 share/locale/cs/LC_MESSAGES/libgsf.mo
 share/locale/da/LC_MESSAGES/libgsf.mo


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 12 16:40:03 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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