summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2018-07-18 00:06:10 +0000
committerjoerg <joerg@pkgsrc.org>2018-07-18 00:06:10 +0000
commitbae5dd3629cc3af3c32704ae265c254292cdfa4c (patch)
tree7e4d25c84ede1a3fcebe215c3f01100d788ebc1d /wm
parent326ab0d6a49ec909b08e6e00df15fd7158bc5147 (diff)
downloadpkgsrc-bae5dd3629cc3af3c32704ae265c254292cdfa4c.tar.gz
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
Diffstat (limited to 'wm')
-rw-r--r--wm/aewm++/Makefile4
-rw-r--r--wm/blackbox70/Makefile4
-rw-r--r--wm/icewm/Makefile.common4
-rw-r--r--wm/icewm13/Makefile4
-rw-r--r--wm/obpager/Makefile4
-rw-r--r--wm/pekwm/Makefile4
-rw-r--r--wm/waimea/Makefile4
-rw-r--r--wm/wbar/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/wm/aewm++/Makefile b/wm/aewm++/Makefile
index 01d8fe7b912..ce4123eca3e 100644
--- a/wm/aewm++/Makefile
+++ b/wm/aewm++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/07/24 20:12:34 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2018/07/18 00:06:24 joerg Exp $
#
DISTNAME= aewm++-1.0.24
@@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sapphire.sourceforge.net/
COMMENT= Fork of the popular minimal window manager aewm
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
INSTALL_MAKE_FLAGS= PKGMANDIR=${PKGMANDIR}
diff --git a/wm/blackbox70/Makefile b/wm/blackbox70/Makefile
index 5eaa3857001..8798f33ed62 100644
--- a/wm/blackbox70/Makefile
+++ b/wm/blackbox70/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/04/01 21:09:32 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/07/18 00:06:24 joerg Exp $
DISTNAME= blackbox-0.70.1
PKGNAME= blackbox70-0.70.1
@@ -13,7 +13,7 @@ COMMENT= Small and fast X11R6 window manager
CONFLICTS= bsetroot-[0-9]*
CONFLICTS+= blackbox-[0-9]*
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common
index a56d52c41d2..3b6e2a76cd6 100644
--- a/wm/icewm/Makefile.common
+++ b/wm/icewm/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.69 2016/10/01 20:40:06 mrg Exp $
+# $NetBSD: Makefile.common,v 1.70 2018/07/18 00:06:24 joerg Exp $
#
# used by wm/icewm/Makefile
# used by wm/icewm-imlib/Makefile
@@ -22,7 +22,7 @@ PATCHDIR= ${.CURDIR}/../../wm/icewm/patches
CONFIGURE_ARGS+= --enable-gradients
CONFIGURE_ARGS+= --enable-antialiasing
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
PKG_SYSCONFSUBDIR= icewm
diff --git a/wm/icewm13/Makefile b/wm/icewm13/Makefile
index 7bbd087d017..5925c9208cd 100644
--- a/wm/icewm13/Makefile
+++ b/wm/icewm13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/03/12 11:17:43 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/07/18 00:06:24 joerg Exp $
DISTNAME= icewm-1.3.8
PKGREVISION= 2
@@ -15,7 +15,7 @@ CONFLICTS+= icewm-imlib-[0-9]*
FILESDIR= ${.CURDIR}/../../wm/icewm/files
GNU_CONFIGURE= yes
-USE_LANGUAGES= c++
+USE_LANGUAGES= c++03
USE_TOOLS+= msgfmt pkg-config
post-extract:
diff --git a/wm/obpager/Makefile b/wm/obpager/Makefile
index be918ea1138..ef85023e5d4 100644
--- a/wm/obpager/Makefile
+++ b/wm/obpager/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/10/23 10:24:14 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/07/18 00:06:25 joerg Exp $
#
DISTNAME= obpager-1.8
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://obpager.sourceforge.net/
COMMENT= Lightweight pager applet for OpenBox
-USE_LANGUAGES= c++
+USE_LANGUAGES= c++03
NO_CONFIGURE= yes
USE_TOOLS+= gmake
diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile
index b663b4f8442..68be4ae136f 100644
--- a/wm/pekwm/Makefile
+++ b/wm/pekwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2018/03/12 11:17:44 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2018/07/18 00:06:25 joerg Exp $
DISTNAME= pekwm-0.1.17
PKGREVISION= 1
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
diff --git a/wm/waimea/Makefile b/wm/waimea/Makefile
index c70117a7d7d..03bbeab6320 100644
--- a/wm/waimea/Makefile
+++ b/wm/waimea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2018/03/12 11:17:44 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2018/07/18 00:06:25 joerg Exp $
#
DISTNAME= waimea-0.4.0
@@ -11,7 +11,7 @@ HOMEPAGE= https://sourceforge.net/projects/waimea/
COMMENT= Fast and highly customizable virtual window manager
GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= gmake perl:run pkg-config
.include "../../mk/bsd.prefs.mk"
diff --git a/wm/wbar/Makefile b/wm/wbar/Makefile
index d8a33bac954..f989ada04f6 100644
--- a/wm/wbar/Makefile
+++ b/wm/wbar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2018/04/16 14:35:17 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2018/07/18 00:06:25 joerg Exp $
#
DISTNAME= wbar-2.2.2
@@ -12,7 +12,7 @@ COMMENT= Simple and highly customizable quick-launch tool
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= gmake gsed:build intltool pkg-config msgfmt
BUILDLINK_TRANSFORM+= rm:-Werror