pkgsrc-WIP-changes archive

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

riak14: Adjust erlang dependency (not tested)



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Sep 5 10:31:22 2020 -0400
Changeset:	f9453d6abc15aa8f99daeb9a371c98741c8b964c

Modified Files:
	riak14/Makefile

Log Message:
riak14: Adjust erlang dependency (not tested)

It is intuitively obvious to the casual observer that with a checkout
of wip and pkgsrc HEAD, all references in wip should resolve, although
this only matters for lintpkgsrc sorts of things.  Repoint the erlang
dependency from wip/erlang15 to wip/erlang-basho, which is clearly no
worse and might well be better.

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

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

diffstat:
 riak14/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/riak14/Makefile b/riak14/Makefile
index e9dd06ba2a..44860300a6 100644
--- a/riak14/Makefile
+++ b/riak14/Makefile
@@ -19,7 +19,7 @@ MAKE_JOBS_SAFE=		no
 
 .include "../../mk/bsd.prefs.mk"
 
-.include "../../wip/erlang15/Makefile.versions"
+.include "../../wip/erlang-basho/Makefile.versions"
 .include "Makefile.versions"
 
 .for depname depver in ${RIAK_VERSIONS}
@@ -119,5 +119,5 @@ do-install:
 
 .include "../../devel/ncurses/buildlink3.mk"
 BUILDLINK_DEPMETHOD.erlang=	build
-.include "../../wip/erlang15/buildlink3.mk"
+.include "../../wip/erlang-basho/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index