pkgsrc-WIP-changes archive

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

guix: Remove.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Sat May 16 21:04:37 2020 +0200
Changeset:	eef98f6b8dc4d447c529fb083deb9b5782192834

Modified Files:
	Makefile
Removed Files:
	guix/DESCR
	guix/Makefile
	guix/PLIST
	guix/TODO
	guix/distinfo

Log Message:
guix: Remove.

https://issues.guix.gnu.org/41286#1
outlines the reasons. The costs for maintaining patches locally would
be immense and I'm not doing this without upstream support (porting
guix requires porting mes to NetBSD, which I will do for unrelated
reasons anyway). Porting guix is non-trivial beyond the point of
just building guix.

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

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

diffstat:
 Makefile      |  1 -
 guix/DESCR    |  6 ------
 guix/Makefile | 35 -----------------------------------
 guix/PLIST    |  1 -
 guix/TODO     |  4 ----
 guix/distinfo |  6 ------
 6 files changed, 53 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 66127967c0..afcaab29dd 100644
--- a/Makefile
+++ b/Makefile
@@ -1291,7 +1291,6 @@ SUBDIR+=	guile-reader
 SUBDIR+=	guile-stis-parser
 SUBDIR+=	guile30
 SUBDIR+=	guitone
-SUBDIR+=	guix
 SUBDIR+=	gupnp-ui
 SUBDIR+=	gurlchecker
 SUBDIR+=	gvariant
diff --git a/guix/DESCR b/guix/DESCR
deleted file mode 100644
index 0e63edb50d..0000000000
--- a/guix/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-GNU Guix is a functional package manager for the GNU system,
-and is also a distribution thereof. It includes a
-virtual machine image. Besides the usual package management
-features, it also supports transactional upgrades and
-roll-backs, per-user profiles, and much more.
-It is based on the Nix package manager.
diff --git a/guix/Makefile b/guix/Makefile
deleted file mode 100644
index 760a13fa1e..0000000000
--- a/guix/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	guix-1.1.0
-CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_GNU:=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 gmake
-
-# To boldly go where no one has gone before, id est the
-# package hardcodes a list of supported architectures.
-# To build it on anything else is a process of porting
-# it to the platform.
-CONFIGURE_ARGS+=	--with-courage
-
-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 "../../devel/argp/buildlink3.mk"
-.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/PLIST b/guix/PLIST
deleted file mode 100644
index 48d96a5493..0000000000
--- a/guix/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD$
diff --git a/guix/TODO b/guix/TODO
deleted file mode 100644
index e5add4d5d0..0000000000
--- a/guix/TODO
+++ /dev/null
@@ -1,4 +0,0 @@
-* gnutls guile bindings (missing package)
-
-This package has known vulnerabilities, please investigate and fix if possible:
-CVE-2019-18192
diff --git a/guix/distinfo b/guix/distinfo
deleted file mode 100644
index 37348c829a..0000000000
--- a/guix/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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