pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ncurses ncurses: disable build of manpage-tbl to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/569fea5d0f67
branches: trunk
changeset: 329629:569fea5d0f67
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Tue Feb 12 20:11:22 2019 +0000
description:
ncurses: disable build of manpage-tbl to avoid circular dependency
groff has been removed on FreeBSD 12 and its build leads to a circular
dependency.
Bump revision.
diffstat:
devel/ncurses/Makefile | 4 ++--
devel/ncurses/Makefile.common | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r d2fe09202d53 -r 569fea5d0f67 devel/ncurses/Makefile
--- a/devel/ncurses/Makefile Tue Feb 12 19:47:06 2019 +0000
+++ b/devel/ncurses/Makefile Tue Feb 12 20:11:22 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.100 2018/10/18 19:42:49 leot Exp $
+# $NetBSD: Makefile,v 1.101 2019/02/12 20:11:22 triaxx Exp $
.include "Makefile.common"
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= CRT screen handling and optimization package
INSTALLATION_DIRS+= share/examples
diff -r d2fe09202d53 -r 569fea5d0f67 devel/ncurses/Makefile.common
--- a/devel/ncurses/Makefile.common Tue Feb 12 19:47:06 2019 +0000
+++ b/devel/ncurses/Makefile.common Tue Feb 12 20:11:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2018/09/15 22:47:41 wiz Exp $
+# $NetBSD: Makefile.common,v 1.38 2019/02/12 20:11:22 triaxx Exp $
#
# used by devel/ncurses/Makefile
# used by devel/ncursesw/Makefile
@@ -54,7 +54,8 @@
# otherwise we get a circular dependency problem.
# Additionally, Interix is special, see ../../mk/curses.buildlink3.mk
. if !(exists(/usr/include/curses.h) || exists(/usr/include/ncurses.h)) || \
- ${OPSYS} == "Interix"
+ ${OPSYS} == "Interix" || \
+ (${OPSYS} == "FreeBSD" && ${OS_VERSION} >= 12)
# None was available, so disable use of tbl(1)
USE_TOOLS:= ${USE_TOOLS:Ntbl}
CONFIGURE_ARGS+= --without-manpage-tbl
Home |
Main Index |
Thread Index |
Old Index