pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Curses



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 16 10:16:49 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Curses: Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/p5-Curses/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Curses/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Curses/Makefile
diff -u pkgsrc/devel/p5-Curses/Makefile:1.68 pkgsrc/devel/p5-Curses/Makefile:1.69
--- pkgsrc/devel/p5-Curses/Makefile:1.68        Thu Jul  6 09:38:53 2023
+++ pkgsrc/devel/p5-Curses/Makefile     Sat Dec 16 10:16:48 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2023/07/06 09:38:53 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2023/12/16 10:16:48 mef Exp $
 
-DISTNAME=      Curses-1.38
+DISTNAME=      Curses-1.44
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Curses/}
 
@@ -14,6 +13,7 @@ LICENSE=      gnu-gpl-v1 OR artistic
 PERL5_PACKLIST=                auto/Curses/.packlist
 
 MAKE_PARAMS+=  FORMS MENUS
+REPLACE_PERL+= makeConfig
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/curses.buildlink3.mk"

Index: pkgsrc/devel/p5-Curses/distinfo
diff -u pkgsrc/devel/p5-Curses/distinfo:1.23 pkgsrc/devel/p5-Curses/distinfo:1.24
--- pkgsrc/devel/p5-Curses/distinfo:1.23        Tue Oct 26 10:16:19 2021
+++ pkgsrc/devel/p5-Curses/distinfo     Sat Dec 16 10:16:48 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2021/10/26 10:16:19 nia Exp $
+$NetBSD: distinfo,v 1.24 2023/12/16 10:16:48 mef Exp $
 
-BLAKE2s (Curses-1.38.tar.gz) = 9466e9683eded62d1843453e2d53727f70b2cd587b63bf9451efeb5a41fc2a5c
-SHA512 (Curses-1.38.tar.gz) = 27999e71f19576c930a794c9f478e8a3b6b3b1d1e68c4ca57b712f20c98a83dba46295c012a6c618d097b661ec30441c8147e26579218ecef977d7c7996c7442
-Size (Curses-1.38.tar.gz) = 135789 bytes
+BLAKE2s (Curses-1.44.tar.gz) = d0b9a25d5448c91554c3b0ef3e095f974b55d6bcc0c8a22c2ce0a9800f77acc3
+SHA512 (Curses-1.44.tar.gz) = 2c7f9ad9971c1afe6c1bee59581466f848ab1128e546effccd2118cb7bce1962ec7f6a8da60be3cdd1405f6b0a44f7c29c5f7900cbc436940592b1075fbfb6f7
+Size (Curses-1.44.tar.gz) = 139766 bytes



Home | Main Index | Thread Index | Old Index