Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2003 13:32:40 +0300 (MSK)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        KDE@FreeBSD.org
Subject:   ports/47627: [PATCH] update x11-toolkits/qt31: WITHOUTCUPS option
Message-ID:  <20030129103240.6110512B@freebsd.org.ru>

next in thread | raw e-mail | index | archive | help

>Number:         47627
>Category:       ports
>Synopsis:       [PATCH] update x11-toolkits/qt31: WITHOUTCUPS option
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 29 02:40:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD 4.7-STABLE i386

>Description:
	update x11-toolkits/qt31: WITHOUTCUPS option
	For peoples who don't want CUPS in qt.
	I'm use licq-qt-plugin, it depends from qt31, but
	i don't want use (install) CUPS.
>How-To-Repeat:
>Fix:

Index: ports/x11-toolkits/qt31/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/qt31/Makefile,v
retrieving revision 1.124
diff -u -r1.124 Makefile
--- ports/x11-toolkits/qt31/Makefile	2003/01/28 18:36:56	1.124
+++ ports/x11-toolkits/qt31/Makefile	2003/01/29 10:29:01
@@ -53,7 +53,11 @@
 XINERAMA=	-no-xinerama
 .endif # defined(WITH_XINERAMA)
 
+.if !defined(WITHOUT_CUPS)
 CUPS=	-cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
+.else
+CUPS=	""
+.endif
 
 CONFIGURE_ENV=	${ECHO} yes | QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
 MAKE_ENV?=	QTDIR=${WRKSRC} \
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030129103240.6110512B>