pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cdk



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul 27 14:04:07 UTC 2019

Modified Files:
        pkgsrc/devel/cdk: Makefile distinfo

Log Message:
cdk: Update to 5.0-20190303

Changes:

2019/03/03
+ deprecate installCDKLibrary rule by install.libs, which is used in
  the newer shared-library macros.
+ conditionally-comment action lines for the part of install-rules
  which conflict with the newer shared-library rules (report by Tom
  Brownridge).

2019/02/24
+ use HDR_ROOTNAME rather than PACKAGE in top-level makefile, to
  simplify building cdk and cdkw packages with non-conflicting paths.
+ add "check" rule to top-level makefile, for testing Arch Linux
  package.
+ modify test-package for RPMs to work with SUSE and Mageia.

2019/02/20
+ updated rpm spec-file, for test-builds.
+ added pkgsrc files, for test-builds.
+ updated FreeBSD port-files, for test-builds.
+ add getCdkTitle, which uses new display encoding "<#10>" for newline
  in the example which demonstrates it, mentry_ex2 (prompted by
  discussion with Stéphane Goujet).
+ fix similar memory leaks in setCDKRadioItems and setCDKSelectionItems
+ fix memory leak in setCDKScrollItems (report by Stéphane Goujet).
+ make functionKey parameter to getchCDKObject optional
  (suggested by Stéphane Goujet).
+ modify test-packages to adjust includes in cdk.h when using test
  package for ncurses6 which would confuse test-package for cdk-perl.
+ change shlib-version in test-package to "abi", for better
  compatibility with the test-package for cdk-perl.
+ add manpage for cdk5-config
+ documentation improvements (report by Stéphane Goujet).
+ add check in drawCDKScrollCurrent() in case the list is not
  initialized (report by Stéphane Goujet).
+ modify writeCharAttrib to replace the color in the target cell rather
  than OR'ing it from the source-attribute (patch by Aarian P. Aleahmad)
+ add a null-pointer check in viewer.c's PatternNotFound() function
  (report by "c").
+ improve macros/markup in manpages.
+ updated configure macros, from lynx and ncurses development:
  CF_ADD_INCDIR, CF_CC_ENV_FLAGS, CF_CURSES_CPPFLAGS, CF_CURSES_LIBS,
  CF_FIND_LINKAGE, CF_GCC_WARNINGS, CF_GNU_SOURCE, CF_LD_RPATH_OPT,
  CF_NCURSES_CONFIG, CF_PDCURSES_X11, CF_POSIX_C_SOURCE, CF_PROG_EXT,
  CF_SHARED_OPTS, CF_TRY_XOPEN_SOURCE, CF_WITH_VERSIONED_SYMS,
  CF_XOPEN_CURSES, CF_XOPEN_SOURCE, CF_X_ATHENA_CPPFLAGS
+ update config.guess, config.sub


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/cdk/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/cdk/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/cdk/Makefile
diff -u pkgsrc/devel/cdk/Makefile:1.40 pkgsrc/devel/cdk/Makefile:1.41
--- pkgsrc/devel/cdk/Makefile:1.40      Sat Jun 22 11:37:13 2019
+++ pkgsrc/devel/cdk/Makefile   Sat Jul 27 14:04:06 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2019/06/22 11:37:13 nia Exp $
+# $NetBSD: Makefile,v 1.41 2019/07/27 14:04:06 nia Exp $
 
-DISTNAME=              cdk-5.0-20180306
+DISTNAME=              cdk-5.0-20190303
 PKGNAME=               ${DISTNAME:S/5.0-/5.0./}
 CATEGORIES=            devel
 MASTER_SITES=          ftp://ftp.invisible-island.net/cdk/

Index: pkgsrc/devel/cdk/distinfo
diff -u pkgsrc/devel/cdk/distinfo:1.7 pkgsrc/devel/cdk/distinfo:1.8
--- pkgsrc/devel/cdk/distinfo:1.7       Thu Feb 21 09:59:30 2019
+++ pkgsrc/devel/cdk/distinfo   Sat Jul 27 14:04:06 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/02/21 09:59:30 wiz Exp $
+$NetBSD: distinfo,v 1.8 2019/07/27 14:04:06 nia Exp $
 
-SHA1 (cdk-5.0-20180306.tgz) = 2a52e0a790711b97c52899017ed88bba0ad9ba79
-RMD160 (cdk-5.0-20180306.tgz) = eb84515519f1fbcdc99ef10e3fb1ac51985137af
-SHA512 (cdk-5.0-20180306.tgz) = 20456c8e1cf383e71bdf46e34ee2516d2595f3651d3f5760f11cd223fc1873441f5913f58fb463fa91649cad1af55b6df5a17075e3633e6fd5b47698e325bd19
-Size (cdk-5.0-20180306.tgz) = 515705 bytes
+SHA1 (cdk-5.0-20190303.tgz) = e67e233e94eedda3c8502cf843653745b8b7dec5
+RMD160 (cdk-5.0-20190303.tgz) = 112d851d68dfe0a3bfb2c8c0d27009781b3b53e8
+SHA512 (cdk-5.0-20190303.tgz) = 5b15c8161a2d246c8eeb16cf191cda34921288e8b581ddd9bd6d8e1bdf9fc42a1770f83624ba7c4de8bcf20ba309f6bf57802d1ba9287eae94055f8c3094d9f7
+Size (cdk-5.0-20190303.tgz) = 534837 bytes



Home | Main Index | Thread Index | Old Index