Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2013 16:35:09 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330405 - in head/x11: kactivities kactivitymanagerd
Message-ID:  <201310151635.r9FGZ9s3042019@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310151635.r9FGZ9s3042019>