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-20200923
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a48de94e739
branches: trunk
changeset: 442318:0a48de94e739
user: nia <nia%pkgsrc.org@localhost>
date: Mon Nov 23 11:34:54 2020 +0000
description:
cdk: Update to 5.0-20200923
2020/09/23
+ updated configure script, for compiler-warnings
+ update config.guess, config.sub
diffstat:
devel/cdk/Makefile | 4 ++--
devel/cdk/builtin.mk | 47 -----------------------------------------------
devel/cdk/distinfo | 10 +++++-----
3 files changed, 7 insertions(+), 54 deletions(-)
diffs (78 lines):
diff -r 4859abb5903a -r 0a48de94e739 devel/cdk/Makefile
--- a/devel/cdk/Makefile Mon Nov 23 10:59:19 2020 +0000
+++ b/devel/cdk/Makefile Mon Nov 23 11:34:54 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2020/03/24 13:18:05 nia Exp $
+# $NetBSD: Makefile,v 1.44 2020/11/23 11:34:54 nia Exp $
-DISTNAME= cdk-5.0-20200228
+DISTNAME= cdk-5.0-20200923
PKGNAME= ${DISTNAME:S/5.0-/5.0./}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.invisible-island.net/cdk/
diff -r 4859abb5903a -r 0a48de94e739 devel/cdk/builtin.mk
--- a/devel/cdk/builtin.mk Mon Nov 23 10:59:19 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-# $NetBSD: builtin.mk,v 1.6 2019/11/03 10:39:08 rillig Exp $
-
-BUILTIN_PKG:= cdk
-
-BUILTIN_FIND_HEADERS_VAR:= H_CDK
-BUILTIN_FIND_HEADERS.H_CDK= cdk/cdk.h
-
-.include "../../mk/buildlink3/bsd.builtin.mk"
-
-###
-### Determine if there is a built-in implementation of the package and
-### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
-###
-.if !defined(IS_BUILTIN.cdk)
-IS_BUILTIN.cdk= no
-. if empty(H_CDK:M__nonexistent__) && empty(H_CDK:M${LOCALBASE}/*)
-IS_BUILTIN.cdk= yes
-. endif
-.endif
-MAKEVARS+= IS_BUILTIN.cdk
-
-###
-### Determine whether we should use the built-in implementation if it
-### exists, and set USE_BUILTIN.<pkg> appropriate ("yes" or "no").
-###
-.if !defined(USE_BUILTIN.cdk)
-. if ${PREFER.cdk} == "pkgsrc"
-USE_BUILTIN.cdk= no
-. else
-USE_BUILTIN.cdk= ${IS_BUILTIN.cdk}
-. if defined(BUILTIN_PKG.cdk) && \
- !empty(IS_BUILTIN.cdk:M[yY][eE][sS])
-USE_BUILTIN.cdk= yes
-. for _dep_ in ${BUILDLINK_API_DEPENDS.cdk}
-. if !empty(USE_BUILTIN.cdk:M[yY][eE][sS])
-USE_BUILTIN.cdk!= \
- if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.cdk:Q}; then \
- ${ECHO} yes; \
- else \
- ${ECHO} no; \
- fi
-. endif
-. endfor
-. endif
-. endif # PREFER.cdk
-.endif
-MAKEVARS+= USE_BUILTIN.cdk
diff -r 4859abb5903a -r 0a48de94e739 devel/cdk/distinfo
--- a/devel/cdk/distinfo Mon Nov 23 10:59:19 2020 +0000
+++ b/devel/cdk/distinfo Mon Nov 23 11:34:54 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/03/24 13:18:05 nia Exp $
+$NetBSD: distinfo,v 1.11 2020/11/23 11:34:54 nia Exp $
-SHA1 (cdk-5.0-20200228.tgz) = 2383e27d4a5846bb897ea4a8bff22ccd0c9678b0
-RMD160 (cdk-5.0-20200228.tgz) = 9e4820abe640caa0d8a99300134464d37796462f
-SHA512 (cdk-5.0-20200228.tgz) = bde33be65fb572202ec91b7ce354edf940a2036b419d820bef5c8b93c14711734c72a1f5ac8e3ea64be6e8059dbd80612ad9c5461b8ab82839ed6842a45d1914
-Size (cdk-5.0-20200228.tgz) = 539921 bytes
+SHA1 (cdk-5.0-20200923.tgz) = be7695be27dd36cf1639d2d39a4920b79a63f411
+RMD160 (cdk-5.0-20200923.tgz) = d2ff6365933bd86fa1bc3da8ed916f14cf2d9f92
+SHA512 (cdk-5.0-20200923.tgz) = fd7d6e60037e4f712ab7136693e9ea3335b00cc8dc8ef008e97706437767b06498911d45ad64e36419155e409cad0c9092c54999b25346727ca02d1bbbd3c1bf
+Size (cdk-5.0-20200923.tgz) = 545093 bytes
Home |
Main Index |
Thread Index |
Old Index