Date: Tue, 30 Nov 2004 23:21:31 +0100 (CET) From: Michael Lestinsky <michael@mobi.lestinsky.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/74566: Disable cups-autodetection in configure Message-ID: <200411302221.iAUMLVhU090936@mobi.lestinsky.de> Resent-Message-ID: <200411302250.iAUMoHDG025327@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411302221.iAUMLVhU090936>