Date: Sat, 05 Apr 2014 09:39:40 +0400 From: Ruslan Makhmatkhanov <cvs-src@yandex.ru> To: Robert Burmeister <Robert.Burmeister@UToledo.edu>, rm@FreeBSD.org, danfe@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: FreeBSD Port: graphics/gthumb Message-ID: <533F971C.8080508@yandex.ru> In-Reply-To: <533F7CD5.1020907@UToledo.edu> References: <533F7CD5.1020907@UToledo.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Robert Burmeister wrote on 05.04.2014 07:47:
> FreeBSD 10 i386 Stable.
>
> Portupgrading graphics/gthumb fails because of graphics/exiv2 upgrade
> error.
>
>> gmake[3]: Leaving directory `/usr/ports/graphics/exiv2/work/exiv2-0.24'
>> ====> Compressing man pages (compress-man)
>> ===> Installing for exiv2-0.24,1
>> ===> Checking if graphics/exiv2 already installed
>> ===> exiv2-0.24,1 is already installed
>> You may wish to ``make deinstall'' and install this port again
>> by ``make reinstall'' to upgrade it properly.
>> If you really wish to overwrite the old port of graphics/exiv2
>> without deleting it first, set the variable "FORCE_PKG_REGISTER"
>> in your environment or the "make install" command line.
>> *** Error code 1
>>
>> Stop.
>> make[2]: stopped in /usr/ports/graphics/exiv2
>> *** Error code 1
>>
>> Stop.
>> make[1]: stopped in /usr/ports/graphics/gthumb
>> *** Error code 1
>>
>> Stop.
>> make: stopped in /usr/ports/graphics/gthumb
Please let me know if this patch works for you.
--
Regards,
Ruslan
T.O.S. Of Reality
[-- Attachment #2 --]
Index: Makefile
===================================================================
--- Makefile (revision 350194)
+++ Makefile (working copy)
@@ -45,7 +45,7 @@
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEXIV2}
-LIB_DEPENDS+= exiv2.12:${PORTSDIR}/graphics/exiv2
+LIB_DEPENDS+= libexiv2.so:${PORTSDIR}/graphics/exiv2
CONFIGURE_ARGS+=--enable-exiv2
PLIST_SUB+= EXIV2=""
.else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?533F971C.8080508>
