From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 16:35:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 404E24B5; Tue, 15 Oct 2013 16:35:10 +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 148992516; Tue, 15 Oct 2013 16:35:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9FGZ9v1042021; Tue, 15 Oct 2013 16:35:09 GMT (envelope-from avilla@svn.freebsd.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9FGZ9s3042019; Tue, 15 Oct 2013 16:35:09 GMT (envelope-from avilla@svn.freebsd.org) Message-Id: <201310151635.r9FGZ9s3042019@svn.freebsd.org> From: Alberto Villa Date: Tue, 15 Oct 2013 16:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330405 - 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: Tue, 15 Oct 2013 16:35:10 -0000 Author: avilla Date: Tue Oct 15 16:35:09 2013 New Revision: 330405 URL: http://svnweb.freebsd.org/changeset/ports/330405 Log: - Fix build on several combinations of compiler/C++ library. - Bump PORTREVISION to force rebuild of packages. Reported by: several users via email Modified: head/x11/kactivities/Makefile head/x11/kactivitymanagerd/Makefile Modified: head/x11/kactivities/Makefile ============================================================================== --- head/x11/kactivities/Makefile Tue Oct 15 16:02:57 2013 (r330404) +++ head/x11/kactivities/Makefile Tue Oct 15 16:35:09 2013 (r330405) @@ -2,7 +2,7 @@ PORTNAME= kactivities PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -15,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 compiler:c++11-lang +USES= cmake:outsource compiler:c++11-lib USE_QT4= declarative moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes Modified: head/x11/kactivitymanagerd/Makefile ============================================================================== --- head/x11/kactivitymanagerd/Makefile Tue Oct 15 16:02:57 2013 (r330404) +++ head/x11/kactivitymanagerd/Makefile Tue Oct 15 16:35:09 2013 (r330405) @@ -2,7 +2,7 @@ PORTNAME= kactivitymanagerd PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -17,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 compiler:c++11-lang +USES= cmake:outsource compiler:c++11-lib USE_QT4= declarative opengl script sql \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes