From nobody@FreeBSD.org  Fri May 26 09:22:57 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1A1B516A447
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 May 2006 09:22:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 29F1643D55
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 May 2006 09:22:51 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4Q9MpQf042132
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 May 2006 09:22:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k4Q9MpRX042131;
	Fri, 26 May 2006 09:22:51 GMT
	(envelope-from nobody)
Message-Id: <200605260922.k4Q9MpRX042131@www.freebsd.org>
Date: Fri, 26 May 2006 09:22:51 GMT
From: Moose <moose@opera.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] libexif pkg-config file wrong
X-Send-Pr-Version: www-2.3

>Number:         97953
>Category:       ports
>Synopsis:       [PATCH] libexif pkg-config file wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 26 09:30:16 GMT 2006
>Closed-Date:    Fri May 26 13:38:50 GMT 2006
>Last-Modified:  Fri May 26 13:38:50 GMT 2006
>Originator:     Moose
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Opera Software
>Environment:
FreeBSD damer.oslo.opera.com 6.1-STABLE FreeBSD 6.1-STABLE #2: Tue May 23 10:31:45 CEST 2006     moose@damer.oslo.opera.com:/usr/obj/usr/src/sys/MICHELLE  i386
>Description:
Due to the incorrect path in libexif pkg-config file, ports dependent on libexif do not compile.
For example, Gwenview does not compile because of an incorrect path to header files.
This patch corrects the path. The patch is to be placed in graphics/libexif/files/.

>How-To-Repeat:
On a system with no libexif and gwenview, try to compile gwenview.

>Fix:
--- libexif/libexif.pc.in       Thu Mar 17 16:58:18 2005
+++ libexif/libexif.pc.in.moose Fri May 12 22:55:49 2006
@@ -1,7 +1,7 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/libexif

 Name: libexif
 Description: Library for easy access to EXIF data


Archived at: 
http://lofotenmoose.info/bsd/src/patch-libexif-libexif.pc.in
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri May 26 13:38:14 UTC 2006 
State-Changed-Why:  
No; the pkg-config file is correct. Your application should be using 

#include <libexif/header.h> 

instead of 

#include <header.h> 

... 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Fri May 26 13:38:14 UTC 2006 
Responsible-Changed-Why:  
Take followups 

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