pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ncurses
Module Name: pkgsrc
Committed By: maya
Date: Sat Sep 15 10:21:53 UTC 2018
Modified Files:
pkgsrc/devel/ncurses: Makefile Makefile.common PLIST
Log Message:
ncurses: provide pkgconfig files.
requested by bastian germann in PR pkg/53604.
bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/ncurses/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/ncurses/Makefile.common
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ncurses/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ncurses/Makefile
diff -u pkgsrc/devel/ncurses/Makefile:1.97 pkgsrc/devel/ncurses/Makefile:1.98
--- pkgsrc/devel/ncurses/Makefile:1.97 Mon Apr 2 16:26:03 2018
+++ pkgsrc/devel/ncurses/Makefile Sat Sep 15 10:21:53 2018
@@ -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
Index: pkgsrc/devel/ncurses/Makefile.common
diff -u pkgsrc/devel/ncurses/Makefile.common:1.35 pkgsrc/devel/ncurses/Makefile.common:1.36
--- pkgsrc/devel/ncurses/Makefile.common:1.35 Mon Apr 2 16:26:03 2018
+++ pkgsrc/devel/ncurses/Makefile.common Sat Sep 15 10:21:53 2018
@@ -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+= --with-libtool
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
Index: pkgsrc/devel/ncurses/PLIST
diff -u pkgsrc/devel/ncurses/PLIST:1.24 pkgsrc/devel/ncurses/PLIST:1.25
--- pkgsrc/devel/ncurses/PLIST:1.24 Mon Apr 2 16:26:03 2018
+++ pkgsrc/devel/ncurses/PLIST Sat Sep 15 10:21:53 2018
@@ -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/terminfo.5
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