[PATCH] graphics/eog: unbreak build by adding missing dependency

Matthias Andree matthias.andree at gmx.de
Tue Jun 2 09:15:13 UTC 2009


>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 at 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 at 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 ---



More information about the freebsd-gnome mailing list