pkgsrc-WIP-changes archive

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

sophia: update to 2.1



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Tue Feb 6 22:26:49 2018 -0800
Changeset:	bf43696002fb83274f8ae0677ea3001e47f6ec6f

Modified Files:
	sophia/Makefile
	sophia/distinfo
Added Files:
	sophia/patches/patch-sophia_std_ss_stdvfc.c

Log Message:
sophia: update to 2.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bf43696002fb83274f8ae0677ea3001e47f6ec6f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sophia/Makefile                             |  5 +++--
 sophia/distinfo                             | 10 ++++++----
 sophia/patches/patch-sophia_std_ss_stdvfc.c | 13 +++++++++++++
 3 files changed, 22 insertions(+), 6 deletions(-)

diffs:
diff --git a/sophia/Makefile b/sophia/Makefile
index 657780a222..d392566e76 100644
--- a/sophia/Makefile
+++ b/sophia/Makefile
@@ -2,13 +2,13 @@
 
 DISTNAME=	sophia-version_${VERSION}
 PKGNAME=	sophia-${VERSION}
-VERSION=	1.2.3
+VERSION=	2.1
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_GITHUB:=pmwkaa/}
 GITHUB_TAG=	v${VERSION}
 
 MAINTAINER=	cfkoch%edgebsd.org@localhost
-HOMEPAGE=	http://sphia.org/
+HOMEPAGE=	http://sophia.systems/
 COMMENT=	Modern embeddable key-value database
 LICENSE=	2-clause-bsd
 
@@ -16,6 +16,7 @@ USE_LANGUAGES+=	c
 MAKE_FILE=	makefile
 NO_CONFIGURE=	yes
 USE_TOOLS+=	gmake
+EXTRACT_USING=	gtar
 
 do-install:
 	mkdir -p ${DESTDIR}${PREFIX}/include
diff --git a/sophia/distinfo b/sophia/distinfo
index 7b4d51fc64..e671f592e2 100644
--- a/sophia/distinfo
+++ b/sophia/distinfo
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.1 2015/06/21 20:43:50 cfkoch Exp $
+$NetBSD$
 
-SHA1 (sophia-version_1.2.3.tar.gz) = 343ad1cda205b9c413664410efa17c66316ca6d7
-RMD160 (sophia-version_1.2.3.tar.gz) = c10530de52dba18524454ab1911ef45adde0f2c1
-Size (sophia-version_1.2.3.tar.gz) = 231483 bytes
+SHA1 (sophia-version_2.1.tar.gz) = 667263ecbca4c711c265c8bc00e2dbe5db0c4c7e
+RMD160 (sophia-version_2.1.tar.gz) = cd01318efaa4a9c6c7ba3e624d6c217c6f0e2b6a
+SHA512 (sophia-version_2.1.tar.gz) = eef29f81ce54bae0ce684bb4091399d22216ce0d594575c43493310812439152fd9a036ffb77e0b42f7cbc63fdbe899e8b73930b42b8699b02646430053bb201
+Size (sophia-version_2.1.tar.gz) = 944144 bytes
+SHA1 (patch-sophia_std_ss_stdvfc.c) = 2e4e8219f58984297027a4fb12a7e2d71f962373
diff --git a/sophia/patches/patch-sophia_std_ss_stdvfc.c b/sophia/patches/patch-sophia_std_ss_stdvfc.c
new file mode 100644
index 0000000000..190c5cc4d0
--- /dev/null
+++ b/sophia/patches/patch-sophia_std_ss_stdvfc.c
@@ -0,0 +1,13 @@
+$NetBSD$
+--- sophia/std/ss_stdvfs.c.orig	2018-02-06 22:08:26.000000000 -0800
++++ sophia/std/ss_stdvfs.c	2018-02-06 22:09:25.000000000 -0800
+@@ -232,7 +232,8 @@
+ #if  defined(__APPLE__) || \
+      defined(__FreeBSD__) || \
+     (defined(__FreeBSD_kernel__) && defined(__GLIBC__)) || \
+-     defined(__DragonFly__)
++     defined(__DragonFly__) || \
++     defined(__NetBSD__)
+ 	p = mmap(NULL, size, PROT_READ|PROT_WRITE,
+ 	         MAP_PRIVATE|MAP_ANON, -1, 0);
+ 	if (p == MAP_FAILED)


Home | Main Index | Thread Index | Old Index