cygport patch: Add PATCHOPTS

2007-01-04 Thread Christian Franke
The attached patch adds the ability to pass patch options to cygport prep command. Example: Set original timestamps from patch file (like g-b-s does): PATCHOPTS+="-Z" Christian diff -ur origsrc/cygport-0.2.7/bin/cygport.in src/cygport-0.2.7/bin/cygport.in --- origsrc/cygport-0.2.7/bin/cygport

Re: cygport patch: Add PATCHOPTS

2007-01-07 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christian Franke wrote: > The attached patch adds the ability to pass patch options to cygport > prep command. > > Example: Set original timestamps from patch file (like g-b-s does): > > PATCHOPTS+="-Z" The original purpose of the -Z was to allow

Re: cygport patch: Add PATCHOPTS

2007-01-07 Thread Christian Franke
Yaakov (Cygwin Ports) wrote: ... This is not necessary with cygport because the autotools are always regenerated, and not changes in the generated files are not included in the patch. Did you find this particularly necessary somehow, and why? I prefer to have the original timestamps of the