Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2002 09:16:53 -0800 (PST)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/34700: print/gnomeprint needs gdk-pixbuf but not defined in Makefile
Message-ID:  <200202071716.g17HGrB94091@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         34700
>Category:       ports
>Synopsis:       print/gnomeprint needs gdk-pixbuf but not defined in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 09:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        5.0-CURRENT
>Organization:
NetUSE AG
>Environment:
FreeBSD deimos.raisdorf.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Feb  6 23:42:40 CET 2002     hscholz@deimos.raisdorf.net:/usr/src/sys/i386/compile/DEIMOS5  i386

>Description:
The print/gnomeprint port depends on graphics/gdk-pixbuf.
There is no BUILD_DEPENDS entry, so compiling fails if gdk-pixbuf was not installed before.
>How-To-Repeat:
Try to compile the gnomeprint port on a system without gdk-pixbuf installed (normally comes with gnome).
>Fix:
--- Makefile.orig	Thu Feb  7 19:11:58 2002
+++ Makefile	Thu Feb  7 19:12:03 2002
@@ -14,7 +14,9 @@
 
 MAINTAINER=	gnome@FreeBSD.org
 
-BUILD_DEPENDS=	freetype-config:${PORTSDIR}/print/freetype2	# XXX
+BUILD_DEPENDS=	freetype-config:${PORTSDIR}/print/freetype2 \
+                ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf
+
 LIB_DEPENDS=	freetype.8:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript-gnu
 
     
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202071716.g17HGrB94091>