Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 14:08:49 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dgilbert@velocet.ca
Subject:   ports/44031: [patch] fix print/gimp-print on bento
Message-ID:  <20021014040849.DDD206A712B@k7.mavetju>

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

>Number:         44031
>Category:       ports
>Synopsis:       [patch] fix print/gimp-print on bento
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 13 21:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386


>Description:

print/gimp-print doesn't build if CUPS isn't installed yet.

http://bento.freebsd.org/errorlogs/4-full/gimp-print-4.2.1.log

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/4-full/gimp-print-4.2.1.log

>Fix:

Don't forget ports/42905!

--- Makefile.old	Mon Oct 14 14:03:33 2002
+++ Makefile	Mon Oct 14 14:04:11 2002
@@ -29,6 +29,7 @@
 PLIST_SUB+=	CUPS="@comment "
 .else
 LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
+BUILD_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
 CONFIGURE_ARGS+=	--with-cups=${PREFIX}
 PLIST_SUB+=	CUPS=""
 .endif
>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?20021014040849.DDD206A712B>