Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2012 16:47:50 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171214: x11-themes/gtk-qt4-engine: remove deprecated kdebase component
Message-ID:  <201208311647.q7VGloeg058313@red.freebsd.org>
Resent-Message-ID: <201208311650.q7VGo6BI043871@freefall.freebsd.org>

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

>Number:         171214
>Category:       ports
>Synopsis:       x11-themes/gtk-qt4-engine: remove deprecated kdebase component
>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 Aug 31 16:50:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        
>Organization:
>Environment:
>Description:
Remove needless (and deprecated) kdebase component
Remove indirect dependence on qt4 library

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: x11-themes/gtk-qt4-engine/Makefile
===================================================================
--- x11-themes/gtk-qt4-engine/Makefile	(revision 303386)
+++ x11-themes/gtk-qt4-engine/Makefile	(working copy)
@@ -7,7 +7,7 @@
 
 PORTNAME=	gtk-qt4-engine
 PORTVERSION=	1.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11-themes
 MASTER_SITES=	http://gtk-qt-engine.googlecode.com/files/
 DISTFILES=	gtk-qt-engine-${PORTVERSION}${EXTRACT_SUFX}
@@ -18,9 +18,9 @@
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
 USE_GNOME=	gtk20
-USE_QT4=	gui moc_build rcc_build uic_build qmake_build
+USE_QT4=	moc_build rcc_build uic_build qmake_build
 USE_CMAKE=	yes
-USE_KDE4=	kdebase kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 
 OPTIONS=	LIBBONOBOUI "Install libbonoboui if missing" off
 


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



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