pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ncurses ncurses: replace patch (chunk) with conf...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c5f8a56789f
branches: trunk
changeset: 412586:0c5f8a56789f
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 09 06:11:55 2020 +0000
description:
ncurses: replace patch (chunk) with configure flag
diffstat:
devel/ncurses/Makefile.common | 3 ++-
devel/ncurses/distinfo | 4 ++--
devel/ncurses/patches/patch-configure | 17 +----------------
3 files changed, 5 insertions(+), 19 deletions(-)
diffs (61 lines):
diff -r 9577c3ce7f9e -r 0c5f8a56789f devel/ncurses/Makefile.common
--- a/devel/ncurses/Makefile.common Mon Mar 09 00:36:55 2020 +0000
+++ b/devel/ncurses/Makefile.common Mon Mar 09 06:11:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2020/03/04 14:04:22 wiz Exp $
+# $NetBSD: Makefile.common,v 1.45 2020/03/09 06:11:55 wiz Exp $
#
# used by devel/ncurses/Makefile
# used by devel/ncursesw/Makefile
@@ -28,6 +28,7 @@
CONFIGURE_ARGS+= --without-gpm
CONFIGURE_ARGS+= --with-manpage-format=normal
CONFIGURE_ARGS+= --with-manpage-tbl
+CONFIGURE_ARGS+= --without-manpage-renames
CONFIGURE_ARGS+= --with-default-terminfo-dir=${PREFIX}/${TERMINFODIR}
CONFIGURE_ARGS+= --with-terminfo-dirs=${PREFIX}/${TERMINFODIR}
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/ncurses
diff -r 9577c3ce7f9e -r 0c5f8a56789f devel/ncurses/distinfo
--- a/devel/ncurses/distinfo Mon Mar 09 00:36:55 2020 +0000
+++ b/devel/ncurses/distinfo Mon Mar 09 06:11:55 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.40 2020/03/05 12:52:32 wiz Exp $
+$NetBSD: distinfo,v 1.41 2020/03/09 06:11:55 wiz Exp $
SHA1 (ncurses-6.2.tar.gz) = 56e410fb77f2b5501a0b2f6a995376f3cefe1097
RMD160 (ncurses-6.2.tar.gz) = bedfe81f33b3e55e44d14126c9c2821d7f222701
SHA512 (ncurses-6.2.tar.gz) = 4c1333dcc30e858e8a9525d4b9aefb60000cfc727bc4a1062bace06ffc4639ad9f6e54f6bdda0e3a0e5ea14de995f96b52b3327d9ec633608792c99a1e8d840d
Size (ncurses-6.2.tar.gz) = 3425862 bytes
SHA1 (patch-c++_Makefile.in) = f4ee10915ea7ba246151a49f3980d840089967ca
-SHA1 (patch-configure) = 62890a209a780ef4452fd081facc07f0e5090cc0
+SHA1 (patch-configure) = c7c25de5574b5f93709e6509ff0f1408d88c29c3
SHA1 (patch-mk-1st.awk) = e6b869fffe1f594ee63eee3796dcc623e3eea55c
diff -r 9577c3ce7f9e -r 0c5f8a56789f devel/ncurses/patches/patch-configure
--- a/devel/ncurses/patches/patch-configure Mon Mar 09 00:36:55 2020 +0000
+++ b/devel/ncurses/patches/patch-configure Mon Mar 09 06:11:55 2020 +0000
@@ -1,24 +1,9 @@
-$NetBSD: patch-configure,v 1.1 2020/03/05 12:52:33 wiz Exp $
-
-Make Debian behave like all other operating systems.
+$NetBSD: patch-configure,v 1.2 2020/03/09 06:11:55 wiz Exp $
Rename form/menu/panel to gnu*.
--- configure.orig 2020-02-08 21:06:19.000000000 +0000
+++ configure
-@@ -13816,11 +13816,7 @@ case ".$MANPAGE_RENAMES" in
- ;;
- (.|.yes)
- # Debian 'man' program?
-- if test -f /etc/debian_version ; then
-- MANPAGE_RENAMES=`cd $srcdir && pwd`/man/man_db.renames
-- else
-- MANPAGE_RENAMES=no
-- fi
-+ MANPAGE_RENAMES=no
- ;;
- esac
-
@@ -25656,8 +25652,17 @@ EOF
#define HAVE_LIB${cf_have_include} 1
EOF
Home |
Main Index |
Thread Index |
Old Index