diff options
Diffstat (limited to 'chat')
-rw-r--r-- | chat/centerim/Makefile | 7 | ||||
-rw-r--r-- | chat/gtmess/Makefile | 4 | ||||
-rw-r--r-- | chat/licq-gui-console/Makefile | 4 | ||||
-rw-r--r-- | chat/licq-gui-qt/Makefile | 4 |
4 files changed, 5 insertions, 14 deletions
diff --git a/chat/centerim/Makefile b/chat/centerim/Makefile index ca2e3234b5d..63edfac9295 100644 --- a/chat/centerim/Makefile +++ b/chat/centerim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2015/08/18 07:31:03 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/09/08 11:57:49 jperkin Exp $ # DISTNAME= centerim-4.22.10 @@ -25,10 +25,7 @@ REPLACE_PERL+= misc/cimconv REPLACE_PYTHON+= misc/CenterIMLog2HTML.py REPLACE_AWK+= misc/cimformathistory -INCOMPAT_CURSES+= NetBSD-1.[45]*-* NetBSD-1.6-* NetBSD-1.6.[1-9]-* -INCOMPAT_CURSES+= NetBSD-1.6_*-* NetBSD-1.6.[1-9]_*-* NetBSD-1.6[A-T]-* -INCOMPAT_CURSES+= NetBSD-2.*-* NetBSD-3.*-* # see PR 29060 -INCOMPAT_CURSES+= NetBSD-4.*-* NetBSD-5.*-* +INCOMPAT_CURSES+= NetBSD-[0-5].*-* # see PR 29060 .include "options.mk" .include "../../mk/bsd.prefs.mk" diff --git a/chat/gtmess/Makefile b/chat/gtmess/Makefile index c0e91111e25..4e541c424ba 100644 --- a/chat/gtmess/Makefile +++ b/chat/gtmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/08/18 07:31:03 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/09/08 11:57:49 jperkin Exp $ # DISTNAME= gtmess-0.91 @@ -18,8 +18,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_search_iconv=${BUILDLINK_LDADD.iconv:Q} CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS -INCOMPAT_CURSES= NetBSD-1.*-* - .include "../../converters/libiconv/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/curses.buildlink3.mk" diff --git a/chat/licq-gui-console/Makefile b/chat/licq-gui-console/Makefile index b157c369329..75a1c481e23 100644 --- a/chat/licq-gui-console/Makefile +++ b/chat/licq-gui-console/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/08/18 07:31:03 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/09/08 11:57:49 jperkin Exp $ # DISTNAME= licq-1.3.5 @@ -24,8 +24,6 @@ SHLIBTOOL_OVERRIDE= # empty CONFIGURE_DIRS= plugins/console OVERRIDE_DIRDEPTH= 3 -INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-Q]-* - # the cdk on NetBSD 4.0 isn't compatible; also force the check # initCDKScreen() to succeed, the configure script test fails due # to missing -lm diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile index 10f7f213932..f07a350f220 100644 --- a/chat/licq-gui-qt/Makefile +++ b/chat/licq-gui-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/04/25 14:20:28 tnn Exp $ +# $NetBSD: Makefile,v 1.49 2015/09/08 11:57:49 jperkin Exp $ # DISTNAME= licq-1.3.5 @@ -28,8 +28,6 @@ SHLIBTOOL_OVERRIDE= # empty OVERRIDE_DIRDEPTH= 3 CONFIGURE_DIRS= plugins/qt-gui -INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-Q]-* - BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libSM/buildlink3.mk" |