Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Dec 2022 23:44:36 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 70b881cb57a9 - main - databases/kyotocabinet: revert "add prototypes to kclangc.h declarations."
Message-ID:  <202212162344.2BGNiaoO098394@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=70b881cb57a9db844f8e2ca70f1554912fbec97b

commit 70b881cb57a9db844f8e2ca70f1554912fbec97b
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2022-12-16 23:40:38 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-12-16 23:42:54 +0000

    databases/kyotocabinet: revert "add prototypes to kclangc.h declarations."
    
    This reverts commit 8b60e005cdb55fcf5100bd295bb9b8940515f63a,
    not approved, and escaped after messing up my branches.
---
 databases/kyotocabinet/Makefile              |  1 -
 databases/kyotocabinet/files/patch-kclangc.h | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile
index f2f55d0585aa..a2bddd1729c1 100644
--- a/databases/kyotocabinet/Makefile
+++ b/databases/kyotocabinet/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	kyotocabinet
 PORTVERSION=	1.2.79
-PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	https://dbmx.net/kyotocabinet/pkg/ \
 		LOCAL/sunpoet
diff --git a/databases/kyotocabinet/files/patch-kclangc.h b/databases/kyotocabinet/files/patch-kclangc.h
deleted file mode 100644
index 60350a2b1be0..000000000000
--- a/databases/kyotocabinet/files/patch-kclangc.h
+++ /dev/null
@@ -1,28 +0,0 @@
---- kclangc.h.orig	2020-12-18 02:48:28 UTC
-+++ kclangc.h
-@@ -258,14 +258,14 @@ size_t kclevdist(const void* abuf, size_t asiz, const 
-  * Get the quiet Not-a-Number value.
-  * @return the quiet Not-a-Number value.
-  */
--double kcnan();
-+double kcnan(void);
- 
- 
- /**
-  * Get the positive infinity value.
-  * @return the positive infinity value.
-  */
--double kcinf();
-+double kcinf(void);
- 
- 
- /**
-@@ -1522,7 +1522,7 @@ typedef struct {
-  * @note The object of the return value should be released with the kclistdel function when it is
-  * no longer in use.
-  */
--KCLIST* kclistnew();
-+KCLIST* kclistnew(void);
- 
- 
- /**



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212162344.2BGNiaoO098394>