pkgsrc-WIP-changes archive

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

wip/nix: build requires autconf-archive.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Fri Dec 13 15:32:07 2019 +0000
Changeset:	21019f8c5f3478e2f757d801a8383e04fb207c24

Modified Files:
	nix/Makefile
	nix/distinfo

Log Message:
wip/nix: build requires autconf-archive.

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

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

diffstat:
 nix/Makefile | 2 ++
 nix/distinfo | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/nix/Makefile b/nix/Makefile
index 584a6fd49e..03e5291e5f 100644
--- a/nix/Makefile
+++ b/nix/Makefile
@@ -14,6 +14,8 @@ USE_TOOLS+=		automake autoconf autoreconf
 USE_LANGUAGES=		c c++
 GNU_CONFIGURE=		YES
 
+BUILD_DEPENDS+=		autoconf-archive-[0-9]*:../../devel/autoconf-archive
+
 PKGCONFIG_OVERRIDE+=	src/libexpr/nix-expr.pc.in
 PKGCONFIG_OVERRIDE+=	src/libmain/nix-main.pc.in
 PKGCONFIG_OVERRIDE+=	src/libstore/nix-store.pc.in
diff --git a/nix/distinfo b/nix/distinfo
index 432c3232e7..bbced64e4d 100644
--- a/nix/distinfo
+++ b/nix/distinfo
@@ -4,5 +4,5 @@ SHA1 (nix-2.3.1.tar.gz) = 7a08687d40b3f2fd80d3e315195e956eab787f10
 RMD160 (nix-2.3.1.tar.gz) = 65fe91b3cd5ea9ebf2a1fdaa848a8ffb02f2043e
 SHA512 (nix-2.3.1.tar.gz) = 47b2455cd9527bd6dae1eb35351c679e230b69429315be73b2c49c7d649044e5e39d09d6d95d5c946061548d2aa25eff62535655a6033a6740ab40641f02c11d
 Size (nix-2.3.1.tar.gz) = 894698 bytes
-SHA1 (patch-src_libexpr_primops_fetchGit.cc) = f2dedfdf5c0e579ac94fdad91f64c5dc679efe96
-SHA1 (patch-src_nix_main.cc) = 3e10eea84c4e9371952393837d8900c92a107a08
+SHA1 (patch-src_libexpr_primops_fetchGit.cc) = eed459c989279873a8b48044e0925de88cb358b0
+SHA1 (patch-src_nix_main.cc) = 060a7020ecfa416b5da2cf1afcd4c9307815362e


Home | Main Index | Thread Index | Old Index