Subject: CVS commit: pkgsrc/devel/p5-Curses
From: Makoto Fujiwara
Date: 2023-12-16 11:16:49
Message id: 20231216101649.26E6DFA42@cvs.NetBSD.org

Log Message:
(devel/p5-Curses) Updated 1.38 to 1.44

New in 1.44 (Released March 07, 2023)

  Implement A_ITALIC

New in 1.43 (Released December 08, 2022)

  Fix missing file introduced in 1.42 that prevents all builds from working.

New in 1.42 (Released December 07, 2022)

  Add missing return type declarations so it works with modern C compilers.

  Fix build failure with newer compilers: test compiles to find Curses library
  capabilities fail because necessary header files are not included because
  C_PANELFUNCTION etc are not defined because the test compiles do not include
  CursesFun.h, which they can't because the test compiles are part of creating
  CursesFun.h.  Solution: put C_PANELFUNCTION, etc in new config.h.

  Rename test.syms program to testsyms, because it is a more conventional
  name format.

New in 1.41 (Released August 18, 2022)

  Fix bug in previous release causing non-GNU make to fail.

New in 1.40 (Released August 17, 2022)

  Make passes make variables to 'test.syms' in environment instead of
  'test.syms' reading and trying to interpret the make file.  This makes it
  possible to override e.g. LDLOADLIBS on the make command line.  Also makes
  it less icky.

  Fix compile errors in cdemo.c: 'sleep' not defined, argument count is not
  type int.

  Fix make file for cdemo so it doesn't use the Perl compile rule for cdemo.o.

  Split ChangeLog file out of HISTORY file.

New in 1.39 (Released August 11, 2022)

  Add #include <stdbool.h> to top of Curses.c to fix a conflict between the
  Curses header files and Perl header files that causes a "loadable library
  and perl binaries are mismatched" / handshake key failure when you try to
  load the Perl module.

Files:
RevisionActionfile
1.69modifypkgsrc/devel/p5-Curses/Makefile
1.24modifypkgsrc/devel/p5-Curses/distinfo