ports/97953: [PATCH] libexif pkg-config file wrong

Moose moose at opera.com
Fri May 26 09:30:18 UTC 2006


>Number:         97953
>Category:       ports
>Synopsis:       [PATCH] libexif pkg-config file wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 26 09:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list