pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/buildlink3
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Feb 10 18:58:37 UTC 2022
Modified Files:
pkgsrc/mk/buildlink3: find-headers.mk find-pkgconfig-files.mk
Log Message:
buildlink3/find*.mk: fix typos in comments
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mk/buildlink3/find-headers.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mk/buildlink3/find-pkgconfig-files.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/buildlink3/find-headers.mk
diff -u pkgsrc/mk/buildlink3/find-headers.mk:1.4 pkgsrc/mk/buildlink3/find-headers.mk:1.5
--- pkgsrc/mk/buildlink3/find-headers.mk:1.4 Sat Jan 2 12:08:03 2021
+++ pkgsrc/mk/buildlink3/find-headers.mk Thu Feb 10 18:58:37 2022
@@ -1,4 +1,4 @@
-# $NetBSD: find-headers.mk,v 1.4 2021/01/02 12:08:03 mef Exp $
+# $NetBSD: find-headers.mk,v 1.5 2022/02/10 18:58:37 gutteridge Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -51,7 +51,7 @@
#
# After including this file, the following variables are defined:
#
-# <var> is the first of the header file listed in
+# <var> is the first of the header files listed in
# ${BUILTIN_FIND_HEADERS.<var>} that is "found" in
# ${BUILTIN_INCLUDE_DIRS}, or else it is "__nonexistent__".
#
Index: pkgsrc/mk/buildlink3/find-pkgconfig-files.mk
diff -u pkgsrc/mk/buildlink3/find-pkgconfig-files.mk:1.1 pkgsrc/mk/buildlink3/find-pkgconfig-files.mk:1.2
--- pkgsrc/mk/buildlink3/find-pkgconfig-files.mk:1.1 Sat Oct 10 14:17:03 2020
+++ pkgsrc/mk/buildlink3/find-pkgconfig-files.mk Thu Feb 10 18:58:37 2022
@@ -1,4 +1,4 @@
-# $NetBSD: find-pkgconfig-files.mk,v 1.1 2020/10/10 14:17:03 triaxx Exp $
+# $NetBSD: find-pkgconfig-files.mk,v 1.2 2022/02/10 18:58:37 gutteridge Exp $
#
# Copyright (c) 2020 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -41,7 +41,7 @@
#
# After including this file, the following variables are defined:
#
-# <var> is the first of the header file listed in
+# <var> is the first of the header files listed in
# ${BUILTIN_FIND_PKGCONFIG.<var>} that is "found" in
# ${BUILTIN_PKGCONFIG_DIRS}, or else it is "__nonexistent__".
#
Home |
Main Index |
Thread Index |
Old Index