pkgsrc-WIP-changes archive

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

mount-zip: Update a comment about -D_KERNTYPES



Module Name:	pkgsrc-wip
Committed By:	PHO <pho%cielonegro.org@localhost>
Pushed By:	pho
Date:		Fri Dec 3 23:19:59 2021 +0900
Changeset:	a6f746f500ba4054598fbec33b07900f92bb3e22

Modified Files:
	mount-zip/Makefile

Log Message:
mount-zip: Update a comment about -D_KERNTYPES

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

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

diffstat:
 mount-zip/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/mount-zip/Makefile b/mount-zip/Makefile
index 3ed5b6f31b..474c4e1e11 100644
--- a/mount-zip/Makefile
+++ b/mount-zip/Makefile
@@ -21,10 +21,10 @@ USE_TOOLS+=	gmake pkg-config
 # actually a preprocessor flag so pho@ thinks it's wrong. pho@ just
 # doesn't want to touch any mk/* in the pre-freeze phase.
 CPPFLAGS.NetBSD+=	-D_KERNTYPES
-# TODO: The underlying problem is that our <puffs.h> #include's
-# <fs/puffs/puffs_msgif.h> and exposes kernel types, and thus
-# -D_KERNTYPES is required to use the header. This too needs to be
-# fixed.
+# The underlying problem was that our <puffs.h> #include'd
+# <fs/puffs/puffs_msgif.h> and exposed kernel types, and thus
+# -D_KERNTYPES was required to use the header. This is no longer the
+# case as of HEAD@2021-12-03.
 
 # GCC < 10 doesn't support -std=c++20. Use c++2a instead.
 BUILDLINK_TRANSFORM+=	opt:-std=c++20:-std=c++2a


Home | Main Index | Thread Index | Old Index