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: wiz
Date: Mon Mar 9 06:11:55 UTC 2020
Modified Files:
pkgsrc/devel/ncurses: Makefile.common distinfo
pkgsrc/devel/ncurses/patches: patch-configure
Log Message:
ncurses: replace patch (chunk) with configure flag
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/ncurses/Makefile.common
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/ncurses/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ncurses/patches/patch-configure
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.common
diff -u pkgsrc/devel/ncurses/Makefile.common:1.44 pkgsrc/devel/ncurses/Makefile.common:1.45
--- pkgsrc/devel/ncurses/Makefile.common:1.44 Wed Mar 4 14:04:22 2020
+++ pkgsrc/devel/ncurses/Makefile.common Mon Mar 9 06:11:55 2020
@@ -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-ada
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
Index: pkgsrc/devel/ncurses/distinfo
diff -u pkgsrc/devel/ncurses/distinfo:1.40 pkgsrc/devel/ncurses/distinfo:1.41
--- pkgsrc/devel/ncurses/distinfo:1.40 Thu Mar 5 12:52:32 2020
+++ pkgsrc/devel/ncurses/distinfo Mon Mar 9 06:11:55 2020
@@ -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
Index: pkgsrc/devel/ncurses/patches/patch-configure
diff -u pkgsrc/devel/ncurses/patches/patch-configure:1.1 pkgsrc/devel/ncurses/patches/patch-configure:1.2
--- pkgsrc/devel/ncurses/patches/patch-configure:1.1 Thu Mar 5 12:52:33 2020
+++ pkgsrc/devel/ncurses/patches/patch-configure Mon Mar 9 06:11:55 2020
@@ -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