svn commit: r314932 - in head/devel: kdevelop-custom-buildsystem kdevelop-kde4 kdevelop-pg-qt kdevelop-php kdevelop-php-docs kdevplatform
Max Brazhnikov
makc at FreeBSD.org
Fri Mar 22 13:41:55 UTC 2013
Author: makc
Date: Fri Mar 22 13:41:53 2013
New Revision: 314932
URL: http://svnweb.freebsd.org/changeset/ports/314932
Log:
- Get rid of no longer needed KDE4_BUILDENV
- Convert USE_CMAKE to USES
Modified:
head/devel/kdevelop-custom-buildsystem/Makefile
head/devel/kdevelop-kde4/Makefile
head/devel/kdevelop-pg-qt/Makefile
head/devel/kdevelop-php-docs/Makefile
head/devel/kdevelop-php/Makefile
head/devel/kdevplatform/Makefile
Modified: head/devel/kdevelop-custom-buildsystem/Makefile
==============================================================================
--- head/devel/kdevelop-custom-buildsystem/Makefile Fri Mar 22 13:41:12 2013 (r314931)
+++ head/devel/kdevelop-custom-buildsystem/Makefile Fri Mar 22 13:41:53 2013 (r314932)
@@ -15,7 +15,7 @@ LIB_DEPENDS= kdevplatforminterfaces:${PO
USE_KDE4= kdehier kdelibs kdeprefix automoc4
USE_QT4= moc_build qmake_build rcc_build uic_build
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
MAKE_JOBS_SAFE= yes
PLIST_FILES= lib/kde4/kcm_kdevcustombuildsystem.so \
Modified: head/devel/kdevelop-kde4/Makefile
==============================================================================
--- head/devel/kdevelop-kde4/Makefile Fri Mar 22 13:41:12 2013 (r314931)
+++ head/devel/kdevelop-kde4/Makefile Fri Mar 22 13:41:53 2013 (r314932)
@@ -19,7 +19,7 @@ LATEST_LINK= ${PORTNAME}-kde4
USE_KDE4= kdehier kdelibs kdeprefix sharedmime workspace automoc4
USE_QT4= qmake_build moc_build uic_build rcc_build
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
Modified: head/devel/kdevelop-pg-qt/Makefile
==============================================================================
--- head/devel/kdevelop-pg-qt/Makefile Fri Mar 22 13:41:12 2013 (r314931)
+++ head/devel/kdevelop-pg-qt/Makefile Fri Mar 22 13:41:53 2013 (r314932)
@@ -20,7 +20,7 @@ USE_GCC= 4.6+
USE_BZIP2= yes
USES= bison
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
-KDE4_BUILDENV= yes
+USES+= cmake:outsource
USE_QT4= qmake_build moc_build uic_build rcc_build
MAKE_JOBS_SAFE= yes
Modified: head/devel/kdevelop-php-docs/Makefile
==============================================================================
--- head/devel/kdevelop-php-docs/Makefile Fri Mar 22 13:41:12 2013 (r314931)
+++ head/devel/kdevelop-php-docs/Makefile Fri Mar 22 13:41:53 2013 (r314932)
@@ -15,7 +15,7 @@ LIB_DEPENDS= kdevplatforminterfaces:${PO
USE_KDE4= kdehier kdelibs kdeprefix automoc4
USE_QT4= moc_build qmake_build rcc_build uic_build
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
MAKE_JOBS_SAFE= yes
.include <bsd.port.options.mk>
Modified: head/devel/kdevelop-php/Makefile
==============================================================================
--- head/devel/kdevelop-php/Makefile Fri Mar 22 13:41:12 2013 (r314931)
+++ head/devel/kdevelop-php/Makefile Fri Mar 22 13:41:53 2013 (r314932)
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${KDE4_PREFIX}/bin/kdev-p
USE_KDE4= kdehier kdelibs kdeprefix automoc4
USE_QT4= moc_build qmake_build rcc_build uic_build
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_GMAKE= yes
MAKE_JOBS_UNSAFE= yes
Modified: head/devel/kdevplatform/Makefile
==============================================================================
--- head/devel/kdevplatform/Makefile Fri Mar 22 13:41:12 2013 (r314931)
+++ head/devel/kdevplatform/Makefile Fri Mar 22 13:41:53 2013 (r314932)
@@ -18,7 +18,7 @@ LIB_DEPENDS= svn_client-1:${PORTSDIR}/de
USE_KDE4= kate_run kdehier kdelibs kdeprefix automoc4
USE_QT4= qmake_build moc_build uic_build rcc_build
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
More information about the svn-ports-head
mailing list