Hello,
I'm working on xorg-xserver and I have made some modifications in
./include/xwin-config.h.in
when I do
$ cygport xserver.cygport diff
I can't get a correct diff file
all modifications in ./include/xwin-config.h.in are lost
In the file /lib/cygport/pkg_pkg.cygpart, the variable
default_excludes contains the pattern '*config.h.in' whitch match the
file xwin-config.h.in
The simplest solution is to remove *config.h.in from default_excludes variable.
(But I do not know if this may have consequences for other packets)
Another suggestion ?
Regards
$ diff -u /lib/cygport/pkg_pkg.cygpart.orig /lib/cygport/pkg_pkg.cygpart
--- /lib/cygport/pkg_pkg.cygpart.orig 2010-04-01 16:02:06.828125000 +0200
+++ /lib/cygport/pkg_pkg.cygpart 2010-04-01 16:02:49.640625000 +0200
@@ -139,7 +139,7 @@
local exclude;
default_excludes="CYGWIN-PATCHES aclocal.m4~ aclocal.m4t autom4te.cache
- config.cache config.log config.status config.h *config.h.in
+ config.cache config.log config.status config.h
*SlackBuild* *.egg-info *.jpg *.png *.qm *.svgz *.tif
*.class *.jlc *.pyc *.mo *.gmo *.orig *.rej *.spec
*.temp *~ *.stackdump";
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general