On 2021-11-14 01:10, ASSI wrote:
Jason Pyeron writes:
Not sure I understand this, that file is explicitly patched to
build. See: aide-0.17.3-1.cygwin.patch
Give that patch file a different name (just changing the . before cygwin
to a - would suffice) and add it to PATCH_URI in the cygport file
instead. ${PVR}.{cygwin,src}.patch files are special to cygport.
Wondered how that was being picked up and applied without being named in
the .cygport. Suggested cygport doc patch attached.
--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada
This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]
From Achim Gratz:
https://cygwin.com/pipermail/cygwin-apps/2021-November/041670.html
--- origsrc/cygport/lib/src_fetch.cygpart 2021-06-20 09:44:05.617763800
-0600
+++ src/cygport/lib/src_fetch.cygpart 2021-11-14 07:14:23.018207400 -0700
@@ -59,6 +59,8 @@
# their basenames to PATCH_URI. This provides an easy way to carry
# Cygwin-specific patches forward between releases.
# NOTE
+# ${PVR}.{cygwin,src}.patch files are special to cygport:
+# they are automatically applied if present.
# See SRC_URI for details about URI handling in cygport.
#****