Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  4 Apr 2005 14:39:56 +0800 (CST)
From:      Cheng-Lung Sung <clsung@tw.freebsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79519: [PATCH] graphics/eog: libexif version changed
Message-ID:  <20050404063956.62045106CAB@FreeBSD.csie.NCTU.edu.tw>
Resent-Message-ID: <200504040650.j346o8Fm076934@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         79519
>Category:       ports
>Synopsis:       [PATCH] graphics/eog: libexif version changed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 04 06:50:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #1: Mon Nov 15 22:13:47 CST 2004
>Description:
- libexif library version change to .12

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- eog-2.10.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/eog/Makefile,v
retrieving revision 1.33
diff -u -u -r1.33 Makefile
--- Makefile	3 Apr 2005 06:15:45 -0000	1.33
+++ Makefile	4 Apr 2005 06:38:54 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	eog
 PORTVERSION=	2.10.0
+PORTREVISION=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/2.10
@@ -30,8 +31,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.10)
-LIB_DEPENDS+=	exif.10:${PORTSDIR}/graphics/libexif
+.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.12)
+LIB_DEPENDS+=	exif.12:${PORTSDIR}/graphics/libexif
 .endif
 
 post-install:
--- eog-2.10.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050404063956.62045106CAB>