From matthias.andree@gmx.de  Tue Jun  2 08:48:33 2009
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 351AC10656D3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Jun 2009 08:48:33 +0000 (UTC)
	(envelope-from matthias.andree@gmx.de)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.freebsd.org (Postfix) with SMTP id 7CE9D8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Jun 2009 08:48:32 +0000 (UTC)
	(envelope-from matthias.andree@gmx.de)
Received: (qmail invoked by alias); 02 Jun 2009 08:48:30 -0000
Received: from e177176040.adsl.alicedsl.de (EHLO mandree.no-ip.org) [85.177.176.40]
  by mail.gmx.net (mp059) with SMTP; 02 Jun 2009 10:48:30 +0200
Received: from rho.emma.line.org (vmfreebsd [192.168.0.6])
	by merlin.emma.line.org (Postfix) with ESMTP id 8C817943B9;
	Tue,  2 Jun 2009 10:48:28 +0200 (CEST)
Received: by rho.emma.line.org (Postfix, from userid 500)
	id 7BA7833C0F; Tue,  2 Jun 2009 10:48:27 +0200 (CEST)
Message-Id: <20090602084827.7BA7833C0F@rho.emma.line.org>
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
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         135168
>Category:       ports
>Synopsis:       [PATCH] graphics/eog: unbreak build by adding missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 02 08:50:00 UTC 2009
>Closed-Date:    Sat Jun 06 19:04:42 UTC 2009
>Last-Modified:  Sat Jun  6 19:10:01 UTC 2009
>Originator:     Matthias Andree
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>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 ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jun 2 08:50:13 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135168 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sat Jun 6 19:04:32 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135168 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135168: commit references a PR
Date: Sat,  6 Jun 2009 19:04:34 +0000 (UTC)

 marcus      2009-06-06 19:04:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/eog         Makefile 
   Log:
   Add a missing dependency on lcms.
   
   PR:             135168
   Submitted by:   Matthias Andree <matthias.andree@gmx.de>
   
   Revision  Changes    Path
   1.69      +3 -0      ports/graphics/eog/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
