ports/79519: [PATCH] graphics/eog: libexif version changed
Cheng-Lung Sung
clsung at tw.freebsd.org
Mon Apr 4 06:50:09 UTC 2005
>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:
More information about the freebsd-ports-bugs
mailing list