diff options
author | joerg <joerg@pkgsrc.org> | 2018-07-18 00:06:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-07-18 00:06:10 +0000 |
commit | bae5dd3629cc3af3c32704ae265c254292cdfa4c (patch) | |
tree | 7e4d25c84ede1a3fcebe215c3f01100d788ebc1d /inputmethod | |
parent | 326ab0d6a49ec909b08e6e00df15fd7158bc5147 (diff) | |
download | pkgsrc-bae5dd3629cc3af3c32704ae265c254292cdfa4c.tar.gz |
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-unikey/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/novel-pinyin/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/qt5-uim/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/scim-anthy/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/scim-unikey/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/inputmethod/ibus-unikey/Makefile b/inputmethod/ibus-unikey/Makefile index 33ed971ee76..6fa77e2b062 100644 --- a/inputmethod/ibus-unikey/Makefile +++ b/inputmethod/ibus-unikey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2018/04/16 14:34:44 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/18 00:06:19 joerg Exp $ # DISTNAME= ibus-unikey-0.6.1 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_TOOLS+= gmake pkg-config intltool msgfmt CONFIGURE_ARGS+= --with-gtk-version=3 diff --git a/inputmethod/novel-pinyin/Makefile b/inputmethod/novel-pinyin/Makefile index 3b455fc4b5f..b13467842ad 100644 --- a/inputmethod/novel-pinyin/Makefile +++ b/inputmethod/novel-pinyin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2018/04/16 14:34:45 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/18 00:06:19 joerg Exp $ DISTNAME= novel-pinyin-0.2.5 PKGREVISION= 30 @@ -11,7 +11,7 @@ COMMENT= HMM-based sentence pinyin input method for Chinese LICENSE= gnu-gpl-v2 BDB_ACCEPTED= db4 db5 -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_LIBTOOL= yes USE_TOOLS+= intltool pkg-config msgfmt msgmerge xgettext GNU_CONFIGURE= yes diff --git a/inputmethod/qt5-uim/Makefile b/inputmethod/qt5-uim/Makefile index a41f59df9dc..d2284654c2d 100644 --- a/inputmethod/qt5-uim/Makefile +++ b/inputmethod/qt5-uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2018/04/14 07:34:28 adam Exp $ +# $NetBSD: Makefile,v 1.25 2018/07/18 00:06:19 joerg Exp $ .include "../../x11/qt5/Makefile.common" @@ -21,7 +21,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake gsed intltool pkg-config xgettext BUILDLINK_DEPMETHOD.gtk2= build -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 PKGCONFIG_OVERRIDE+= uim.pc.in diff --git a/inputmethod/scim-anthy/Makefile b/inputmethod/scim-anthy/Makefile index 1e8bee6cf21..7edb2178b20 100644 --- a/inputmethod/scim-anthy/Makefile +++ b/inputmethod/scim-anthy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2018/04/16 14:34:45 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2018/07/18 00:06:19 joerg Exp $ # DISTNAME= scim-anthy-1.2.7 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= kasumi>=0.6:../../inputmethod/kasumi USE_PKGLOCALEDIR= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_LIBTOOL= yes USE_TOOLS+= msgfmt pkg-config GNU_CONFIGURE= yes diff --git a/inputmethod/scim-unikey/Makefile b/inputmethod/scim-unikey/Makefile index ab82dec3e4f..1459f386d26 100644 --- a/inputmethod/scim-unikey/Makefile +++ b/inputmethod/scim-unikey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2018/04/16 14:34:47 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/18 00:06:20 joerg Exp $ # DISTNAME= scim-unikey-0.3.1 @@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_TOOLS+= pkg-config msgfmt USE_SCIM_GTKUTILS= yes |