From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 10 12:10:11 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 7D39B16A41C for ; Fri, 10 Jun 2005 12:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2942243D1F for ; Fri, 10 Jun 2005 12:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5ACABvV013705 for ; Fri, 10 Jun 2005 12:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5ACAA1L013704; Fri, 10 Jun 2005 12:10:11 GMT (envelope-from gnats) Resent-Date: Fri, 10 Jun 2005 12:10:11 GMT Resent-Message-Id: <200506101210.j5ACAA1L013704@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, "Björn Königörn König"@efacilitas.de Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B3816A41C; Fri, 10 Jun 2005 12:06:40 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0314F43D55; Fri, 10 Jun 2005 12:06:39 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from hoppel.local (port-212-202-39-149.dynamic.qsc.de [212.202.39.149]) by mail.efacilitas.de (Postfix) with ESMTP id 963AC1239F5; Fri, 10 Jun 2005 14:05:06 +0200 (CEST) Message-Id: <20050610120506.963AC1239F5@mail.efacilitas.de> Date: Fri, 10 Jun 2005 14:05:13 +0200 From: "Björn Königörn König"@efacilitas.de To: undisclosed-recipients:; X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/82111: Update port: print/xfce4-print - prevent the port from being installed if no printing system is defined X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 12:10:11 -0000 >Number: 82111 >Category: ports >Synopsis: Update port: print/xfce4-print - prevent the port from being installed if no printing system is defined >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 10 12:10:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Björn Königörn König >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD 5.4-RELEASE-p1 #1: Wed Jun 8 22:16:54 CEST 2005 root@hoppel.local:/usr/obj/usr/branch/RELENG_5_4/src/sys/HOPPELDESK >Description: The patch below adds a check whether WITHOUT_LPR is defined while WITH_CUPS is not defined. If this case occurs the port won't build. >How-To-Repeat: cd /usr/ports/print/xfce4-print make -DWITHOUT_LPR configure >Fix: --- Makefile.diff begins here --- --- Makefile.orig Fri Jun 10 13:34:55 2005 +++ Makefile Fri Jun 10 13:49:58 2005 @@ -55,6 +55,10 @@ PLIST_SUB+= LPR="" .endif +.if defined(WITHOUT_LPR) && !defined(WITH_CUPS) +IGNORE= You have to define WITH_CUPS or undefine WITHOUT_LPR in order to install this port. +.endif + .if defined(WITH_LETTER) CONFIGURE_ARGS+=--enable-letter BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: " Message-Id: <1118405113.0@hoppel.local> To: "FreeBSD gnats submit" CC: oliver@FreeBSD.org