pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ncursesw Install header file that includes all t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0695033e9ee2
branches:  trunk
changeset: 533282:0695033e9ee2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 13 23:13:47 2007 +0000

description:
Install header file that includes all the necessary symbols for
wide character support (needed by at least news/tin).

Bump PKGREVISION.

diffstat:

 devel/ncursesw/Makefile |  6 +++++-
 devel/ncursesw/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 2aada417d105 -r 0695033e9ee2 devel/ncursesw/Makefile
--- a/devel/ncursesw/Makefile   Thu Sep 13 22:21:42 2007 +0000
+++ b/devel/ncursesw/Makefile   Thu Sep 13 23:13:47 2007 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2006/10/13 18:07:49 tron Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/13 23:13:47 wiz Exp $
 
 .include "../../devel/ncurses/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/ncurses/ncursesw/}
+PKGREVISION=   1
 COMMENT=       Wide character CRT screen handling and optimization package
 
 PATCHDIR=      ${.CURDIR}/../../devel/ncurses/patches
@@ -10,9 +11,12 @@
 
 CONFIGURE_ARGS+=       --enable-widec
 
+INSTALLATION_DIRS+=    include/ncursesw
+
 BUILD_TARGET=  libs
 
 do-install:
+       ${INSTALL_DATA} ${WRKSRC}/include/curses.h ${PREFIX}/include/ncursesw/ncurses.h
        for LIB in form menu ncurses++ ncurses panel; do        \
                ${LIBTOOL} --mode=install ${INSTALL_PROGRAM}    \
                    ${WRKSRC}/lib/lib$${LIB}w.la ${PREFIX}/lib; \
diff -r 2aada417d105 -r 0695033e9ee2 devel/ncursesw/PLIST
--- a/devel/ncursesw/PLIST      Thu Sep 13 22:21:42 2007 +0000
+++ b/devel/ncursesw/PLIST      Thu Sep 13 23:13:47 2007 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2006/10/13 18:07:49 tron Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/09/13 23:13:48 wiz Exp $
+include/ncursesw/ncurses.h
 lib/libformw.la
 lib/libmenuw.la
 lib/libncurses++w.la



Home | Main Index | Thread Index | Old Index