ports/74566: Disable cups-autodetection in configure
Michael Lestinsky
michael at mobi.lestinsky.de
Tue Nov 30 22:50:17 UTC 2004
>Number: 74566
>Category: ports
>Synopsis: Disable cups-autodetection in configure
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 30 22:50:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Michael Lestinsky
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mobi 5.3-STABLE FreeBSD 5.3-STABLE #19: Sat Nov 13 15:54:54 CET 2004 michael at mobi:/usr/obj/usr/src/sys/mobi i386
>Description:
gimp-print configure script ignores WITHOUT_CUPS flag if a
cups package is present on the system. The attached patch
disables cups by force.
>How-To-Repeat:
Install cups, portinstall -M 'WITHOUT_CUPS=yes' gimp-print
>Fix:
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/print/gimp-print/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile 17 Jul 2004 18:46:26 -0000 1.22
+++ Makefile 30 Nov 2004 22:15:04 -0000
@@ -35,6 +35,7 @@
.if defined(WITHOUT_CUPS)
PLIST_SUB+= CUPS="@comment "
+CONFIGURE_ARGS+=--without-cups
.else
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list