pkgsrc-WIP-changes archive

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

guix: Update to 1.1.0



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Thu May 14 17:09:08 2020 +0200
Changeset:	55b35d7693f5fca1b3708ea1cd3c021cf839a891

Modified Files:
	guix/Makefile
	guix/distinfo

Log Message:
guix: Update to 1.1.0

still fails, don't use this, it may eat your hat and shoes.
step 1 of porting.

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

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

diffstat:
 guix/Makefile | 16 ++++++++++------
 guix/distinfo |  8 ++++----
 2 files changed, 14 insertions(+), 10 deletions(-)

diffs:
diff --git a/guix/Makefile b/guix/Makefile
index 4182e9c367..e84083a88a 100644
--- a/guix/Makefile
+++ b/guix/Makefile
@@ -1,18 +1,18 @@
 # $NetBSD$
 
-DISTNAME=	guix-0.16.0
+DISTNAME=	guix-1.1.0
 CATEGORIES=	misc
-MASTER_SITES=	https://alpha.gnu.org/gnu/guix/
+MASTER_SITES=	${MASTER_SITE_GNU:=guix/}
 
-MAINTAINER=	ng0%NetBSD.org@localhost
-HOMEPAGE=	https://www.gnu.org/software/guix/
+MAINTAINER=	nikita%NetBSD.org@localhost
+HOMEPAGE=	https://guix.gnu.org/
 COMMENT=	Functional package manager
 LICENSE=	gnu-gpl-v3
 
 GNU_CONFIGURE=		yes
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		c c++
-USE_TOOLS+=		automake autoconf autoreconf pkg-config makeinfo
+USE_TOOLS+=		automake autoconf autoreconf pkg-config makeinfo gmake
 
 # To boldly go where no one has gone before, id est the
 # package hardcodes a list of supported architectures.
@@ -20,11 +20,15 @@ USE_TOOLS+=		automake autoconf autoreconf pkg-config makeinfo
 # it to the platform.
 CONFIGURE_ARGS+=	--with-courage
 
-# DEPENDS+=	guile-gcrypt>=0.1.0:../../wip/guile-git
+DEPENDS+=	guile-gcrypt>=0.1.0:../../devel/guile-gcrypt
+DEPENDS+=	guile-json-[0-9]*:../../textproc/guile-json
+DEPENDS+=	guile-sqlite3-[0-9]*:../../databases/guile-sqlite3
 
 pre-configure:
 	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -I${PREFIX}/guile/2.2/share/aclocal -vif
 
 .include "../../lang/guile22/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
+.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/guix/distinfo b/guix/distinfo
index 66ab73bb1b..37348c829a 100644
--- a/guix/distinfo
+++ b/guix/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (guix-0.16.0.tar.gz) = 62f665dc02ea4c575f75b6728d6ec62875206846
-RMD160 (guix-0.16.0.tar.gz) = dd90c00a33ead215509e85b733a0cb7ece32e1c1
-SHA512 (guix-0.16.0.tar.gz) = fdfa431547a283947147fde67e0dab27361a34caf7862c10659b17f74c63a07e6e834281be48a3dbe05cccd8ef46db5b8a19a6d42668ae2258d696058283724f
-Size (guix-0.16.0.tar.gz) = 24365691 bytes
+SHA1 (guix-1.1.0.tar.gz) = 52f3cccd7443cb6a557f23ac45ecf051146adaf5
+RMD160 (guix-1.1.0.tar.gz) = 6ac1c6bd82ae610e9440801729453289d542276c
+SHA512 (guix-1.1.0.tar.gz) = 9f675d1cb15c9ed9003b8e2a995bd59ea1abfd50642cef234baa23c9b035d1cbe2c23d7ed6e1db44713729b3f47917260f62fe95c1009e54d7b32b7085d734a7
+Size (guix-1.1.0.tar.gz) = 26600502 bytes


Home | Main Index | Thread Index | Old Index