pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc
Module Name: pkgsrc
Committed By: riastradh
Date: Thu Apr 25 14:56:30 UTC 2024
Modified Files:
pkgsrc/doc: HOWTO-dev-crosscompile
Log Message:
doc/HOWTO-dev-crosscompile: Add a couple TODOs.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/doc/HOWTO-dev-crosscompile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/HOWTO-dev-crosscompile
diff -u pkgsrc/doc/HOWTO-dev-crosscompile:1.7 pkgsrc/doc/HOWTO-dev-crosscompile:1.8
--- pkgsrc/doc/HOWTO-dev-crosscompile:1.7 Fri Apr 12 19:54:43 2024
+++ pkgsrc/doc/HOWTO-dev-crosscompile Thu Apr 25 14:56:30 2024
@@ -1,7 +1,7 @@
Cross-compilation in pkgsrc (developer's guide) -*- outline -*-
Taylor R. Campbell <riastradh%NetBSD.org@localhost>
-$NetBSD: HOWTO-dev-crosscompile,v 1.7 2024/04/12 19:54:43 riastradh Exp $
+$NetBSD: HOWTO-dev-crosscompile,v 1.8 2024/04/25 14:56:30 riastradh Exp $
These are some notes on how to make your package cross-compilable.
There is no single recipe for it -- each package is different, and
@@ -120,3 +120,8 @@ pre-answer the tests for autoconf:
# always has a /dev/random, so inform autoconf of the fact.
CONFIGURE_ENV.NetBSD+= ac_cv_file__dev_random=yes
.endif
+
+* XXX TODO
+
+** document meson issues
+** document cmake issues
Home |
Main Index |
Thread Index |
Old Index