From owner-svn-ports-head@FreeBSD.ORG Sat Jun 21 18:57:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61E01BC6; Sat, 21 Jun 2014 18:57:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6312A6F; Sat, 21 Jun 2014 18:57:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5LIv4dM037952; Sat, 21 Jun 2014 18:57:04 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5LIv4OI037950; Sat, 21 Jun 2014 18:57:04 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201406211857.s5LIv4OI037950@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 21 Jun 2014 18:57:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358735 - head/devel/kdevelop-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2014 18:57:04 -0000 Author: rakuco Date: Sat Jun 21 18:57:03 2014 New Revision: 358735 URL: http://svnweb.freebsd.org/changeset/ports/358735 QAT: https://qat.redports.org/buildarchive/r358735/ Log: Explicitly depend on all Qt libraries linked by the build system targets. Stop pulling Qt dependencies implicitly via other ports, as this can be unreliable at times. Instead, bring in all Qt ports that the port links against. PR: 191113 Modified: head/devel/kdevelop-kde4/Makefile Modified: head/devel/kdevelop-kde4/Makefile ============================================================================== --- head/devel/kdevelop-kde4/Makefile Sat Jun 21 18:56:50 2014 (r358734) +++ head/devel/kdevelop-kde4/Makefile Sat Jun 21 18:57:03 2014 (r358735) @@ -3,7 +3,7 @@ PORTNAME= kdevelop DISTVERSION= ${KDEVELOP_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDEVELOP_BRANCH}/kdevelop/${DISTVERSION}/src @@ -16,7 +16,8 @@ LIB_DEPENDS= libkdevplatforminterfaces.s RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake USE_KDE4= kdehier kdelibs kdeprefix workspace automoc4 -USE_QT4= qmake_build moc_build uic_build rcc_build +USE_QT4= qmake_build moc_build uic_build rcc_build \ + corelib declarative gui help script webkit xml USE_XZ= yes USES= cmake gmake shared-mime-info