svn commit: r330405 - in head/x11: kactivities kactivitymanagerd
Alberto Villa
avilla at FreeBSD.org
Tue Oct 15 16:35:10 UTC 2013
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
More information about the svn-ports-all
mailing list