diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-12-26 04:25:39 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-12-26 04:25:39 +0800 |
commit | 49081780dbf920e309ccc96ab737f85e04f46c66 (patch) | |
tree | 5754f0a521127b72390a51a263bc6e84b5177927 /irc | |
parent | 08b2e1c36dfd47eb173836d5b9826e537512dc18 (diff) | |
download | freebsd-ports-gnome-49081780dbf920e309ccc96ab737f85e04f46c66.tar.gz freebsd-ports-gnome-49081780dbf920e309ccc96ab737f85e04f46c66.tar.zst freebsd-ports-gnome-49081780dbf920e309ccc96ab737f85e04f46c66.zip |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 2 | ||||
-rw-r--r-- | irc/konversation/Makefile | 2 | ||||
-rw-r--r-- | irc/minbif/Makefile | 2 | ||||
-rw-r--r-- | irc/quassel/Makefile | 2 | ||||
-rw-r--r-- | irc/weechat/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index 38b93e146661..f524e0f78fd9 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -11,7 +11,7 @@ COMMENT= Set of IRC services for IRC networks LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/COPYING -USES= cmake:outsource localbase:ldflags shebangfix +USES= cmake localbase:ldflags shebangfix USE_GITHUB= yes USE_RC_SUBR= anope diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile index 6194bacb3d12..06d7d3fcca88 100644 --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 -USES= cmake:outsource desktop-file-utils gettext kde:5 python:run qt:5 shebangfix tar:xz +USES= cmake desktop-file-utils gettext kde:5 python:run qt:5 shebangfix tar:xz USE_KDE= archive auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons doctools ecm \ emoticons globalaccel i18n iconthemes idletime itemviews \ diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile index 2401c0724434..9b7e028cdd9c 100644 --- a/irc/minbif/Makefile +++ b/irc/minbif/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpurple.so:net-im/libpurple -USES= cmake pkgconfig +USES= cmake:insource pkgconfig USE_GNOME= glib20 USE_RC_SUBR= ${PORTNAME} diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index 1101ae5489ac..efd98efaa01e 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -13,7 +13,7 @@ COMMENT?= Qt 5 based distributed IRC client (client and monolithic binary) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:outsource compiler:c++11-lib cpe pkgconfig qt:5 tar:bzip2 +USES= cmake compiler:c++11-lib cpe pkgconfig qt:5 tar:bzip2 CPE_VENDOR= quassel-irc CPE_PRODUCT= quassel_irc diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index b63b1a3721bd..ac9fd2bdbd88 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS+= libcurl.so:ftp/curl \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error -USES= cmake:outsource,noninja ncurses libtool tar:xz +USES= cmake:noninja ncurses libtool tar:xz USE_LDCONFIG= yes CMAKE_ARGS+= -DENABLE_GUILE=no \ |