summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-09-08 11:57:48 +0000
committerjperkin <jperkin>2015-09-08 11:57:48 +0000
commitcb9e042bfd14487f548a239d4cb6563d50a10f23 (patch)
treeac5bb8192eb735b234109e3220171135027a6e78 /chat
parenta436c152cf4513099df348d3da42e67aca6a958a (diff)
downloadpkgsrc-cb9e042bfd14487f548a239d4cb6563d50a10f23.tar.gz
Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
Diffstat (limited to 'chat')
-rw-r--r--chat/centerim/Makefile7
-rw-r--r--chat/gtmess/Makefile4
-rw-r--r--chat/licq-gui-console/Makefile4
-rw-r--r--chat/licq-gui-qt/Makefile4
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"