Bug 171214 - x11-themes/gtk-qt4-engine: remove deprecated kdebase component
Summary: x11-themes/gtk-qt4-engine: remove deprecated kdebase component
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 17:50 UTC by Max Brazhnikov
Modified: 2012-09-17 16:18 UTC (History)
0 users

See Also:


Attachments
file.diff (785 bytes, patch)
2012-08-31 17:50 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2012-08-31 17:50:06 UTC
Remove needless (and deprecated) kdebase component
Remove indirect dependence on qt4 library

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-31 17:50:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-31 17:50:39 UTC
Maintainer of x11-themes/gtk-qt4-engine,

Please note that PR ports/171214 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171214

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-31 17:50:41 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-17 15:53:16 UTC
State Changed
From-To: feedback->open

Feedback timeout
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-09-17 16:06:39 UTC
Author: makc
Date: Mon Sep 17 15:06:26 2012
New Revision: 304404
URL: http://svn.freebsd.org/changeset/ports/304404

Log:
  Remove superfluous dependence on kdebase
  Remove indirect dependence on qt4 library
  
  PR:		ports/171214
  Approved by:	maintainer timeout (17 days)

Modified:
  head/x11-themes/gtk-qt4-engine/Makefile   (contents, props changed)

Modified: head/x11-themes/gtk-qt4-engine/Makefile
==============================================================================
--- head/x11-themes/gtk-qt4-engine/Makefile	Mon Sep 17 15:06:03 2012	(r304403)
+++ head/x11-themes/gtk-qt4-engine/Makefile	Mon Sep 17 15:06:26 2012	(r304404)
@@ -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 @@ COMMENT=	GTK-QT Theme Engine allows GTK2
 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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-17 16:18:30 UTC
State Changed
From-To: open->closed

Committed.