Skip to content

Commit

Permalink
cdk: Update to 5.0-20190303
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alarixnia committed Jul 27, 2019
1 parent 81889f4 commit 57530c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/cdk/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
10 changes: 5 additions & 5 deletions devel/cdk/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 57530c1

Please sign in to comment.