Date: Tue, 2 Jun 2009 10:48:27 +0200 (CEST) From: Matthias Andree <matthias.andree@gmx.de> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@FreeBSD.org Subject: [PATCH] graphics/eog: unbreak build by adding missing dependency Message-ID: <20090602084827.7BA7833C0F@rho.emma.line.org>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Matthias Andree >Organization: >Confidential: no >Synopsis: [PATCH] graphics/eog: unbreak build by adding missing dependency >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.2-RELEASE i386 >Environment: System: FreeBSD rho.emma.line.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Jun 1 14:44:28 CEST >Description: EOG fails to build if it cannot #include <lcms.h>. Add a LIB_DEPENDS line to make sure LCMS is installed before attempting build. Found during post-"pkg_add -r gnome2-lite" updates. Note there are further portlint warnings surrounding USE_LDCONFIG, NOPORTDOCS, and WITHOUT_NLS - these remain unfixed through this patch. Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- eog-2.26.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/eog/Makefile /usr/home/emma/ports/graphics/eog/Makefile --- /usr/ports/graphics/eog/Makefile 2009-05-19 09:49:01.000000000 +0200 +++ /usr/home/emma/ports/graphics/eog/Makefile 2009-06-02 10:39:02.000000000 +0200 @@ -15,6 +15,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= The Eye Of Gnome image viewer +LIB_DEPENDS+= lcms.1:${PORTSDIR}/graphics/lcms + USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \ --- eog-2.26.2.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090602084827.7BA7833C0F>