pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ncurses ncurses: provide pkgconfig files.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f00696b3314
branches:  trunk
changeset: 312828:0f00696b3314
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Sep 15 10:21:53 2018 +0000

description:
ncurses: provide pkgconfig files.

requested by bastian germann in PR pkg/53604.
bump PKGREVISION.

diffstat:

 devel/ncurses/Makefile        |  4 ++--
 devel/ncurses/Makefile.common |  3 ++-
 devel/ncurses/PLIST           |  7 ++++++-
 3 files changed, 10 insertions(+), 4 deletions(-)

diffs (51 lines):

diff -r f2edf54e04f4 -r 0f00696b3314 devel/ncurses/Makefile
--- a/devel/ncurses/Makefile    Sat Sep 15 06:07:00 2018 +0000
+++ b/devel/ncurses/Makefile    Sat Sep 15 10:21:53 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2018/04/02 16:26:03 spz Exp $
+# $NetBSD: Makefile,v 1.98 2018/09/15 10:21:53 maya Exp $
 
 .include "Makefile.common"
-
+PKGREVISION=   1
 COMMENT=       CRT screen handling and optimization package
 
 INSTALLATION_DIRS+=    share/examples
diff -r f2edf54e04f4 -r 0f00696b3314 devel/ncurses/Makefile.common
--- a/devel/ncurses/Makefile.common     Sat Sep 15 06:07:00 2018 +0000
+++ b/devel/ncurses/Makefile.common     Sat Sep 15 10:21:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2018/04/02 16:26:03 spz Exp $
+# $NetBSD: Makefile.common,v 1.36 2018/09/15 10:21:53 maya Exp $
 #
 # used by devel/ncurses/Makefile
 # used by devel/ncursesw/Makefile
@@ -22,6 +22,7 @@
 CONFIGURE_ARGS+=       --enable-bsdpad
 CONFIGURE_ARGS+=       --enable-overwrite
 CONFIGURE_ARGS+=       --with-cxx-binding
+CONFIGURE_ARGS+=       --enable-pc-files
 CONFIGURE_ARGS+=       --without-ada
 CONFIGURE_ARGS+=       --without-gpm
 CONFIGURE_ARGS+=       --with-manpage-format=normal
diff -r f2edf54e04f4 -r 0f00696b3314 devel/ncurses/PLIST
--- a/devel/ncurses/PLIST       Sat Sep 15 06:07:00 2018 +0000
+++ b/devel/ncurses/PLIST       Sat Sep 15 10:21:53 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2018/04/02 16:26:03 spz Exp $
+@comment $NetBSD: PLIST,v 1.25 2018/09/15 10:21:53 maya Exp $
 bin/captoinfo
 bin/clear
 bin/infocmp
@@ -925,6 +925,11 @@
 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