pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools418



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Jan 13 20:16:02 UTC 2024

Modified Files:
        pkgsrc/sysutils/xentools418: Makefile

Log Message:
sysutils/xentools418: Note that missing man page could be installed

and why it's hard (haskell).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/xentools418/Makefile

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

Modified files:

Index: pkgsrc/sysutils/xentools418/Makefile
diff -u pkgsrc/sysutils/xentools418/Makefile:1.2 pkgsrc/sysutils/xentools418/Makefile:1.3
--- pkgsrc/sysutils/xentools418/Makefile:1.2    Mon Jan  1 00:30:18 2024
+++ pkgsrc/sysutils/xentools418/Makefile        Sat Jan 13 20:16:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/01/01 00:30:18 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/13 20:16:02 gdt Exp $
 #
 # VERSION is set in version.mk as it is shared with other packages
 #PKGREVISION=        1
@@ -238,6 +238,10 @@ BUILDLINK_TRANSFORM+=      rm:-falign-jumps=1
 
 MAKE_ENV+=     EXTRA_HOSTCFLAGS=${EXTRA_HOSTCFLAGS:Q} EXTRA_CFLAGS=${EXTRA_CFLAGS:M*:Q} TARGET_CC=${TARGET_CC}
 
+# \todo Considering installing xen-command-line(7), perhaps by pandoc,
+# and perhaps by some mechanism that does not cause portability
+# issues.
+
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index