Remove needless (and deprecated) kdebase component Remove indirect dependence on qt4 library Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->makc Submitter has GNATS access (via the GNATS Auto Assign Tool)
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->open Feedback timeout
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"
State Changed From-To: open->closed Committed.