Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2013 13:27:11 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180200: graphics/pfstools : remove support for QT3
Message-ID:  <201307021327.r62DRBoL095519@oldred.freebsd.org>
Resent-Message-ID: <201307021330.r62DU1Vr023938@freefall.freebsd.org>

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

>Number:         180200
>Category:       ports
>Synopsis:       graphics/pfstools : remove support for QT3
>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 Jul 02 13:30:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 9.1-amd64
>Organization:
>Environment:
FreeBSD 9.1-amd64
Ports Tree r322167

>Description:
KDE 3 and QT 3 expired on 2013-07-01, and this port provides optional support for QT3 via the QT option.

Remove this option from the Makefile.
>How-To-Repeat:
`find /usr/ports/ -mindepth 2 -maxdepth 3 Makefile\* | xargs grep bsd.kde.mk` finds this port. (bsd.kde.mk is for KDE 3, bsd.kde4.mk is for KDE 4)
>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 322167)
+++ Makefile	(working copy)
@@ -29,8 +29,7 @@
 USE_LDCONFIG=	yes
 USES=	pkgconfig
 
-OPTIONS_DEFINE=	NETPBM OPENEXR TIFF QT IMAGEMAGICK OCTAVE OPENGL
-QT_DESC=	QT library support
+OPTIONS_DEFINE=	NETPBM OPENEXR TIFF IMAGEMAGICK OCTAVE OPENGL
 OCTAVE_DESC=	Compile octave interface functions
 
 OPTIONS_DEFAULT=	TIFF
@@ -100,17 +99,8 @@
 PLIST_SUB+=	TIFF="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MQT}
-CONFIGURE_ARGS+=--enable-qt
-USE_QT_VER=	3
-.include "${PORTSDIR}/Mk/bsd.kde.mk"
-PLIST_SUB+=	QT=""
-MAN1+=		pfsview.1 \
-		pfsv.1
-.else
 CONFIGURE_ARGS+=--disable-qt
 PLIST_SUB+=	QT="@comment "
-.endif
 
 .if ${PORT_OPTIONS:MIMAGEMAGICK}
 CONFIGURE_ARGS+=--enable-imagemagick


>Release-Note:
>Audit-Trail:
>Unformatted:



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