From owner-svn-ports-all@FreeBSD.ORG Mon Oct 14 10:28:30 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id 3AB0C1D5; Mon, 14 Oct 2013 10:28:30 +0000 (UTC) (envelope-from avilla@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E0AC29E3; Mon, 14 Oct 2013 10:28:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EASTCb020861; Mon, 14 Oct 2013 10:28:29 GMT (envelope-from avilla@svn.freebsd.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EASTjI020859; Mon, 14 Oct 2013 10:28:29 GMT (envelope-from avilla@svn.freebsd.org) Message-Id: <201310141028.r9EASTjI020859@svn.freebsd.org> From: Alberto Villa Date: Mon, 14 Oct 2013 10:28:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330286 - in head/x11: kactivities kactivitymanagerd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 10:28:30 -0000 Author: avilla Date: Mon Oct 14 10:28:29 2013 New Revision: 330286 URL: http://svnweb.freebsd.org/changeset/ports/330286 Log: - Require a c++11 capable compiler to build kactivities and kactivitymanagerd. kactivitymanagerd crashes when using different compilers to build the two ports. Modified: head/x11/kactivities/Makefile head/x11/kactivitymanagerd/Makefile Modified: head/x11/kactivities/Makefile ============================================================================== --- head/x11/kactivities/Makefile Mon Oct 14 08:56:37 2013 (r330285) +++ head/x11/kactivities/Makefile Mon Oct 14 10:28:29 2013 (r330286) @@ -2,6 +2,7 @@ PORTNAME= kactivities PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ CONFLICTS_INSTALL= kdelibs-4.7.* kde-run USE_XZ= yes USE_KDE4= automoc4 kdehier kdelibs kdeprefix soprano nepomuk-core -USES= cmake:outsource +USES= cmake:outsource compiler:c++11-lang USE_QT4= declarative moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes Modified: head/x11/kactivitymanagerd/Makefile ============================================================================== --- head/x11/kactivitymanagerd/Makefile Mon Oct 14 08:56:37 2013 (r330285) +++ head/x11/kactivitymanagerd/Makefile Mon Oct 14 10:28:29 2013 (r330286) @@ -2,6 +2,7 @@ PORTNAME= kactivitymanagerd PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -16,7 +17,7 @@ CONFLICTS_INSTALL= kdelibs-4.7.* kde-run USE_XZ= yes USE_KDE4= automoc4 kdehier kdelibs kdeprefix soprano nepomuk-core \ kactivities -USES= cmake:outsource +USES= cmake:outsource compiler:c++11-lang USE_QT4= declarative opengl script sql \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes @@ -26,9 +27,6 @@ MAKE_ENV= XDG_CONFIG_HOME=/dev/null # https://bugs.kde.org/show_bug.cgi?id=305529#c10 CMAKE_ARGS+= -DCMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS=-rdynamic -# 'USES= moderncompiler' would help, for now force dependency on GCC -USE_GCC= yes - NO_STAGE= yes .include