Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2003 04:00:19 -0800 (PST)
From:      "Sergey A. Osokin" <osa@freebsd.org.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47627: [PATCH] update x11-toolkits/qt31: WITHOUTCUPS option
Message-ID:  <200301291200.h0TC0JpT011973@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47627; it has been noted by GNATS.

From: "Sergey A. Osokin" <osa@freebsd.org.ru>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: KDE@FreeBSD.org
Subject: Re: ports/47627: [PATCH] update x11-toolkits/qt31: WITHOUTCUPS option
Date: Wed, 29 Jan 2003 14:56:31 +0300

 Oops. This is a right patch. Sorry.
 
 On Wed, Jan 29, 2003 at 01:32:40PM +0300, Sergey A.Osokin wrote:
 > 
 > >Fix:
 > 
 > Index: ports/x11-toolkits/qt31/Makefile
 [patch skipped]
 
 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 11:55:13
 @@ -21,8 +21,7 @@
  
  LIB_DEPENDS+=	mng.1:${PORTSDIR}/graphics/libmng \
  		png.5:${PORTSDIR}/graphics/png \
 -		jpeg.9:${PORTSDIR}/graphics/jpeg \
 -		cups.2:${PORTSDIR}/print/cups-base
 +		jpeg.9:${PORTSDIR}/graphics/jpeg
  
  USE_BZIP2=	yes
  USE_GMAKE=	yes
 @@ -53,7 +52,12 @@
  XINERAMA=	-no-xinerama
  .endif # defined(WITH_XINERAMA)
  
 +.if !defined(WITHOUT_CUPS)
 +LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
  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} \
 
 -- 
 
 Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
 Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
 http://ozz.pp.ru/             X          AND NEWS
                              / \

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?200301291200.h0TC0JpT011973>