pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ncurses ncurses: update to 6.1nb2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/96374c3e422b
branches: trunk
changeset: 312850:96374c3e422b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Sep 15 22:47:41 2018 +0000
description:
ncurses: update to 6.1nb2.
Fix installation of pkg-config files, and move
them to the standard directory.
diffstat:
devel/ncurses/Makefile | 4 ++--
devel/ncurses/Makefile.common | 5 +++--
devel/ncurses/PLIST | 12 ++++++------
3 files changed, 11 insertions(+), 10 deletions(-)
diffs (71 lines):
diff -r b5461dffaf46 -r 96374c3e422b devel/ncurses/Makefile
--- a/devel/ncurses/Makefile Sat Sep 15 19:41:00 2018 +0000
+++ b/devel/ncurses/Makefile Sat Sep 15 22:47:41 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.98 2018/09/15 10:21:53 maya Exp $
+# $NetBSD: Makefile,v 1.99 2018/09/15 22:47:41 wiz Exp $
.include "Makefile.common"
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= CRT screen handling and optimization package
INSTALLATION_DIRS+= share/examples
diff -r b5461dffaf46 -r 96374c3e422b devel/ncurses/Makefile.common
--- a/devel/ncurses/Makefile.common Sat Sep 15 19:41:00 2018 +0000
+++ b/devel/ncurses/Makefile.common Sat Sep 15 22:47:41 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2018/09/15 10:21:53 maya Exp $
+# $NetBSD: Makefile.common,v 1.37 2018/09/15 22:47:41 wiz Exp $
#
# used by devel/ncurses/Makefile
# used by devel/ncursesw/Makefile
@@ -16,13 +16,14 @@
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake tbl
+USE_TOOLS+= gmake pkg-config tbl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libtool
CONFIGURE_ARGS+= --enable-bsdpad
CONFIGURE_ARGS+= --enable-overwrite
CONFIGURE_ARGS+= --with-cxx-binding
CONFIGURE_ARGS+= --enable-pc-files
+CONFIGURE_ARGS+= --with-pkg-config-libdir=${PREFIX}/lib/pkgconfig
CONFIGURE_ARGS+= --without-ada
CONFIGURE_ARGS+= --without-gpm
CONFIGURE_ARGS+= --with-manpage-format=normal
diff -r b5461dffaf46 -r 96374c3e422b devel/ncurses/PLIST
--- a/devel/ncurses/PLIST Sat Sep 15 19:41:00 2018 +0000
+++ b/devel/ncurses/PLIST Sat Sep 15 22:47:41 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2018/09/15 10:21:53 maya Exp $
+@comment $NetBSD: PLIST,v 1.26 2018/09/15 22:47:41 wiz Exp $
bin/captoinfo
bin/clear
bin/infocmp
@@ -35,6 +35,11 @@
lib/libgnupanel.la
lib/libncurses++.la
lib/libncurses.la
+lib/pkgconfig/form.pc
+lib/pkgconfig/menu.pc
+lib/pkgconfig/ncurses++.pc
+lib/pkgconfig/ncurses.pc
+lib/pkgconfig/panel.pc
man/man1/captoinfo.1
man/man1/clear.1
man/man1/infocmp.1
@@ -925,11 +930,6 @@
man/man5/user_caps.5
man/man7/term.7
share/examples/ncurses++demo.cc
-share/pkgconfig/form.pc
-share/pkgconfig/menu.pc
-share/pkgconfig/ncurses++.pc
-share/pkgconfig/ncurses.pc
-share/pkgconfig/panel.pc
share/tabset/std
share/tabset/stdcrt
share/tabset/vt100
Home |
Main Index |
Thread Index |
Old Index