Date: Sun, 5 Jan 2014 23:05:14 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338828 - in head/net-im: kde-telepathy ktp-accounts-kcm ktp-approver ktp-auth-handler ktp-common-internals ktp-contact-list ktp-contact-runner ktp-filetransfer-handler ktp-kded-integra... Message-ID: <201401052305.s05N5Evw023501@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Jan 5 23:05:13 2014 New Revision: 338828 URL: http://svnweb.freebsd.org/changeset/ports/338828 Log: Support staging Modified: head/net-im/kde-telepathy/Makefile head/net-im/ktp-accounts-kcm/Makefile head/net-im/ktp-approver/Makefile head/net-im/ktp-auth-handler/Makefile head/net-im/ktp-common-internals/Makefile head/net-im/ktp-contact-list/Makefile head/net-im/ktp-contact-runner/Makefile head/net-im/ktp-filetransfer-handler/Makefile head/net-im/ktp-kded-integration-module/Makefile head/net-im/ktp-send-file/Makefile Modified: head/net-im/kde-telepathy/Makefile ============================================================================== --- head/net-im/kde-telepathy/Makefile Sun Jan 5 21:42:50 2014 (r338827) +++ head/net-im/kde-telepathy/Makefile Sun Jan 5 23:05:13 2014 (r338828) @@ -21,6 +21,7 @@ RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/kcm USE_KDE4= kdeprefix NO_BUILD= yes +NO_MTREE= yes OPTIONS_DEFINE= PLASMA SEND_FILE OPTIONS_DEFAULT=PLASMA SEND_FILE @@ -28,7 +29,6 @@ OPTIONS_DEFAULT=PLASMA SEND_FILE PLASMA_DESC= Applets for KDE Plasma Desktop integration SEND_FILE_DESC= Context menu plugin for sending files -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPLASMA} Modified: head/net-im/ktp-accounts-kcm/Makefile ============================================================================== --- head/net-im/ktp-accounts-kcm/Makefile Sun Jan 5 21:42:50 2014 (r338827) +++ head/net-im/ktp-accounts-kcm/Makefile Sun Jan 5 23:05:13 2014 (r338828) @@ -27,7 +27,6 @@ HAZE_DESC= libpurple protocols support IRC_DESC= Internet Relay Chat support SALUT_DESC= Link-local (serverless) XMPP support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MHAZE} Modified: head/net-im/ktp-approver/Makefile ============================================================================== --- head/net-im/ktp-approver/Makefile Sun Jan 5 21:42:50 2014 (r338827) +++ head/net-im/ktp-approver/Makefile Sun Jan 5 23:05:13 2014 (r338828) @@ -18,5 +18,4 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net-im/ktp-auth-handler/Makefile ============================================================================== --- head/net-im/ktp-auth-handler/Makefile Sun Jan 5 21:42:50 2014 (r338827) +++ head/net-im/ktp-auth-handler/Makefile Sun Jan 5 23:05:13 2014 (r338828) @@ -20,5 +20,4 @@ USE_QT4= corelib dbus gui xml webkit \ USES= cmake gettext USE_BZIP2= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net-im/ktp-common-internals/Makefile ============================================================================== --- head/net-im/ktp-common-internals/Makefile Sun Jan 5 21:42:50 2014 (r338827) +++ head/net-im/ktp-common-internals/Makefile Sun Jan 5 23:05:13 2014 (r338828) @@ -21,5 +21,4 @@ USES= cmake gettext USE_BZIP2= yes USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net-im/ktp-contact-list/Makefile ============================================================================== --- head/net-im/ktp-contact-list/Makefile Sun Jan 5 21:42:50 2014 (r338827) +++ head/net-im/ktp-contact-list/Makefile Sun Jan 5 23:05:13 2014 (r338828) @@ -18,5 +18,4 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net-im/ktp-contact-runner/Makefile ============================================================================== --- head/net-im/ktp-contact-runner/Makefile Sun Jan 5 21:42:50 2014 (r338827) +++ head/net-im/ktp-contact-runner/Makefile Sun Jan 5 23:05:13 2014 (r338828) @@ -17,5 +17,4 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net-im/ktp-filetransfer-handler/Makefile ============================================================================== --- head/net-im/ktp-filetransfer-handler/Makefile Sun Jan 5 21:42:50 2014 (r338827) +++ head/net-im/ktp-filetransfer-handler/Makefile Sun Jan 5 23:05:13 2014 (r338828) @@ -17,5 +17,4 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net-im/ktp-kded-integration-module/Makefile ============================================================================== --- head/net-im/ktp-kded-integration-module/Makefile Sun Jan 5 21:42:50 2014 (r338827) +++ head/net-im/ktp-kded-integration-module/Makefile Sun Jan 5 23:05:13 2014 (r338828) @@ -17,5 +17,4 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net-im/ktp-send-file/Makefile ============================================================================== --- head/net-im/ktp-send-file/Makefile Sun Jan 5 21:42:50 2014 (r338827) +++ head/net-im/ktp-send-file/Makefile Sun Jan 5 23:05:13 2014 (r338828) @@ -19,5 +19,4 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401052305.s05N5Evw023501>