pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/buildlink3 mk: Fix buildlink3 of builtin packages l...
details: https://anonhg.NetBSD.org/pkgsrc/rev/413833ae8a74
branches: trunk
changeset: 388658:413833ae8a74
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Nov 24 13:21:22 2022 +0000
description:
mk: Fix buildlink3 of builtin packages like sqlite3 under NetBSD
I have not investegated deeper yet, inputmethod/uim builds fine with this change.
Revert removing cat.
diffstat:
mk/buildlink3/bsd.buildlink3.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 517bb7750fe9 -r 413833ae8a74 mk/buildlink3/bsd.buildlink3.mk
--- a/mk/buildlink3/bsd.buildlink3.mk Thu Nov 24 12:56:03 2022 +0000
+++ b/mk/buildlink3/bsd.buildlink3.mk Thu Nov 24 13:21:22 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.buildlink3.mk,v 1.253 2022/11/23 11:38:43 jperkin Exp $
+# $NetBSD: bsd.buildlink3.mk,v 1.254 2022/11/24 13:21:22 ryoon Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -637,7 +637,7 @@
BUILDLINK_FILES_CMD.${_pkg_}?= \
${_BLNK_PKG_INFO.${_pkg_}} -f ${BUILDLINK_PKGNAME.${_pkg_}} | \
${SED} -n '/File:/s/^[ ]*File:[ ]*//p' | \
- ${BUILDLINK_CONTENTS_FILTER.${_pkg_}}
+ ${BUILDLINK_CONTENTS_FILTER.${_pkg_}} | ${CAT}
# _BLNK_FILES_CMD.<pkg> combines BUILDLINK_FILES_CMD.<pkg> and
# BUILDLINK_FILES.<pkg> into one command that outputs all of the files
Home |
Main Index |
Thread Index |
Old Index