From bkoenig@cs.tu-berlin.de  Fri Jun 10 12:06:40 2005
Return-Path: <bkoenig@cs.tu-berlin.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: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To: undisclosed-recipients:;
Subject: Update port: print/xfce4-print - prevent the port from being installed if no printing system is defined
X-Send-Pr-Version: gtk-send-pr 0.4.6 
X-GNATS-Notify:

>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:    oliver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 10 12:10:10 GMT 2005
>Closed-Date:    Fri Jun 10 14:56:37 GMT 2005
>Last-Modified:  Sun Mar 17 04:09:28 UTC 2013
>Originator:     Björn Königrn Knig
>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:

From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/82111: Update port: print/xfce4-print - prevent the port
 from being installed if no printing system is defined
Date: Fri, 10 Jun 2005 14:35:42 +0200

 Sorry for the broken originator line. gtk-send-pr just makes me crazy :/
Responsible-Changed-From-To: freebsd-ports-bugs->oliver 
Responsible-Changed-By: lawrance 
Responsible-Changed-When: Fri Jun 10 12:54:05 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82111 
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Fri Jun 10 14:56:11 GMT 2005 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82118 
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Fri Jun 10 14:56:11 GMT 2005 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82111 
>Unformatted:
 " <bkoenig@cs.tu-berlin.de>
 Message-Id: <1118405113.0@hoppel.local>
 To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
 CC: oliver@FreeBSD.org
 
 
  
