From owner-freebsd-ports Thu Feb 7 9:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C8EE37B417 for ; Thu, 7 Feb 2002 09:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g17HK1m94489; Thu, 7 Feb 2002 09:20:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F3C037B422 for ; Thu, 7 Feb 2002 09:16:53 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g17HGrB94091; Thu, 7 Feb 2002 09:16:53 -0800 (PST) (envelope-from nobody) Message-Id: <200202071716.g17HGrB94091@freefall.freebsd.org> Date: Thu, 7 Feb 2002 09:16:53 -0800 (PST) From: Hendrik Scholz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/34700: print/gnomeprint needs gdk-pixbuf but not defined in Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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