From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 22:50:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A289F16A4CE for ; Tue, 30 Nov 2004 22:50:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F67643D53 for ; Tue, 30 Nov 2004 22:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUMoHaQ025328 for ; Tue, 30 Nov 2004 22:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUMoHDG025327; Tue, 30 Nov 2004 22:50:17 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 22:50:17 GMT Resent-Message-Id: <200411302250.iAUMoHDG025327@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Lestinsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E40116A4CE for ; Tue, 30 Nov 2004 22:41:42 +0000 (GMT) Received: from charm.uugrn.org (charm.uugrn.org [195.226.127.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A7043D5E for ; Tue, 30 Nov 2004 22:41:40 +0000 (GMT) (envelope-from michael@mobi.lestinsky.de) Received: from charm.uugrn.org (uucp@localhost.uugrn.org [127.0.0.1]) by charm.uugrn.org (8.13.0/8.13.0) with ESMTP id iAUMg3wW024845 for ; Tue, 30 Nov 2004 23:42:03 +0100 (CET) Received: from uumile.UUCP (uucp@localhost) by charm.uugrn.org (8.13.0/8.13.0/Submit) with UUCP id iAUMg20j012792 for FreeBSD-gnats-submit@freebsd.org; Tue, 30 Nov 2004 23:42:02 +0100 (CET) Received: from mobi (mobi.lestinsky.de [192.168.42.3]) by zaphod.lestinsky.de (8.13.1/8.12.10) with ESMTP id iAUMLZfI013704 for ; Tue, 30 Nov 2004 23:21:36 +0100 (CET) (envelope-from michael@mobi.lestinsky.de) Received: from mobi.lestinsky.de (localhost [127.0.0.1]) by mobi (8.13.1/8.13.1) with ESMTP id iAUMLWH6090937 for ; Tue, 30 Nov 2004 23:21:32 +0100 (CET) (envelope-from michael@mobi.lestinsky.de) Received: (from michael@localhost) by mobi.lestinsky.de (8.13.1/8.13.1/Submit) id iAUMLVhU090936; Tue, 30 Nov 2004 23:21:31 +0100 (CET) (envelope-from michael) Message-Id: <200411302221.iAUMLVhU090936@mobi.lestinsky.de> Date: Tue, 30 Nov 2004 23:21:31 +0100 (CET) From: Michael Lestinsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74566: Disable cups-autodetection in configure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Lestinsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 22:50:17 -0000 >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: