svn commit: r330286 - in head/x11: kactivities kactivitymanagerd
Alberto Villa
avilla at FreeBSD.org
Mon Oct 14 10:28:30 UTC 2013
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 <bsd.port.pre.mk>
More information about the svn-ports-all
mailing list