Date: Sat, 6 May 2006 12:11:56 +0200 (CEST) From: Joerg Pulz <Joerg.Pulz@frm2.tum.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Maintainer <markus@FreeBSD.org> Subject: ports/96855: graphics/kphotoalbum: chase the exiv2 library name change Message-ID: <200605061011.k46ABuHd055809@hades.admin.frm2> Resent-Message-ID: <200605061020.k46AKLBN058786@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96855 >Category: ports >Synopsis: graphics/kphotoalbum: chase the exiv2 library name change >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 06 10:20:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Joerg Pulz >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: TU-Munich / ZWE FRM-II >Environment: System: FreeBSD hades.admin.frm2 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #11: Wed Feb 22 19:01:44 CET 2006 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386 >Description: After PR/96853 has hit the tree, update graphics/kphotoalbum to chase the new libexiv2 library name. Adopt the graphics/exiv2 dependency to use LIB_DEPENDS, now that the libexiv2 library shows up in the "ldconfig -r" output. Tested on: RELENG_6 i386 (tindebrox) >How-To-Repeat: >Fix: - apply the patch --- graphics_kphotoalbum.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/kphotoalbum/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 30 Apr 2006 14:26:31 -0000 1.18 +++ Makefile 6 May 2006 10:02:29 -0000 @@ -6,16 +6,15 @@ PORTNAME= kphotoalbum PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= http://www.kphotoalbum.org/download/ MAINTAINER= markus@FreeBSD.org COMMENT= Image database for KDE -LIB_DEPENDS= kipi.1:${PORTSDIR}/graphics/libkipi - -RUN_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 -BUILD_DEPENDS= ${RUN_DEPENDS} +LIB_DEPENDS= kipi.1:${PORTSDIR}/graphics/libkipi \ + exiv2.0:${PORTSDIR}/graphics/exiv2 USE_KDELIBS_VER= 3 USE_BZIP2= yes --- graphics_kphotoalbum.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605061011.k46ABuHd055809>