This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cyport is not creating correct .src.patch file.


Hi,

I'm working on package libpipeline-1.3.0-3. In my original .src.patch file I am patching 8 files. When I run cygport you can see that 8 files are patched:

 applying patch libpipeline-1.3.0-3.src.patch:
patching file config.h.in
patching file configure
patching file configure.ac
patching file NEWS
patching file tests/basic.c
patching file tests/exec.c
patching file tests/inspect.c
patching file tests/redirect.c

when I look at the .src.patch file in the generated source package I see only 6 files patched:

$ grep ^--- libpipeline-1.3.0-3.src.patch
--- origsrc/libpipeline-1.3.0/NEWS 2014-03-26 12:12:46.000000000 +0100 --- origsrc/libpipeline-1.3.0/configure.ac 2014-03-26 12:12:58.000000000 +0100 --- origsrc/libpipeline-1.3.0/tests/basic.c 2014-03-26 11:56:53.000000000 +0100 --- origsrc/libpipeline-1.3.0/tests/exec.c 2013-12-18 11:47:32.000000000 +0100 --- origsrc/libpipeline-1.3.0/tests/inspect.c 2013-11-30 18:06:28.000000000 +0100 --- origsrc/libpipeline-1.3.0/tests/redirect.c 2013-11-30 18:06:28.000000000 +0100

The patches on config.h.in, configure are missing. How is this possible?



The generated source package:
http://waterlan.home.xs4all.nl/cygwin/libpipeline-3/libpipeline-1.3.0-3-src.tar.xz

My original .src.patch file:
http://waterlan.home.xs4all.nl/cygwin/libpipeline-3/libpipeline-1.3.0-3.src.patch

regards,

--
Erwin Waterlander
http://waterlan.home.xs4all.nl/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]