pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/wasi-libcxx wasi-libcxx: revert comment, not nece...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ebd0bca081f
branches:  trunk
changeset: 380329:3ebd0bca081f
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Jun 04 00:56:53 2022 +0000

description:
wasi-libcxx: revert comment, not necessary here

Actually, strictly speaking this perhaps doesn't need to be kept in
sync, so drop the comment. Probably it makes sense that it should be
anyway, so leave the adjusted minimum as-is.

diffstat:

 lang/wasi-libcxx/buildlink3.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 8e1a11b553dd -r 3ebd0bca081f lang/wasi-libcxx/buildlink3.mk
--- a/lang/wasi-libcxx/buildlink3.mk    Sat Jun 04 00:34:30 2022 +0000
+++ b/lang/wasi-libcxx/buildlink3.mk    Sat Jun 04 00:56:53 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2022/06/04 00:34:31 gutteridge Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2022/06/04 00:56:53 gutteridge Exp $
 
 BUILDLINK_TREE+=       wasi-libcxx
 
@@ -7,8 +7,6 @@
 .if !defined(WASI_LIBCXX_BUILDLINK3_MK)
 WASI_LIBCXX_BUILDLINK3_MK:=
 
-# This exact version must be kept in sync with llvm, or firefox
-# minimum build dependencies will be incorrect.
 BUILDLINK_API_DEPENDS.wasi-libcxx+=    wasi-libcxx>=13.0.1
 BUILDLINK_PKGSRCDIR.wasi-libcxx?=      ../../lang/wasi-libcxx
 



Home | Main Index | Thread Index | Old Index