pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cdk cdk: Update to 5.0-20190303
details: https://anonhg.NetBSD.org/pkgsrc/rev/353617ae89bc
branches: trunk
changeset: 336877:353617ae89bc
user: nia <nia%pkgsrc.org@localhost>
date: Sat Jul 27 14:04:06 2019 +0000
description:
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
diffstat:
devel/cdk/Makefile | 4 ++--
devel/cdk/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 0d9ae8606f89 -r 353617ae89bc devel/cdk/Makefile
--- a/devel/cdk/Makefile Sat Jul 27 13:40:50 2019 +0000
+++ b/devel/cdk/Makefile Sat Jul 27 14:04:06 2019 +0000
@@ -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/
diff -r 0d9ae8606f89 -r 353617ae89bc devel/cdk/distinfo
--- a/devel/cdk/distinfo Sat Jul 27 13:40:50 2019 +0000
+++ b/devel/cdk/distinfo Sat Jul 27 14:04:06 2019 +0000
@@ -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