Alexander Hansen wrote: > Monic Polynomial wrote: [] >> gunzip -c ../openmcu_2.2.1-1.diff.gz | sed -e '0,/@DPATCH@/d' -e >> '\Xdebian/controlX,$d' -e 's,^[+],,' | patch -p1 >> missing header for unified diff at line 3 of patch >> patching file debian/patches/00list >> patch: **** malformed patch at line 4: compilation_fixes_backport [] >> > I didn't get the error above, but got the following:
I get the error when sed=/usr/bin/sed. It works with Fink's sed installed. The reason is the '0,/@DPATCH@/d' script: the 0,addr2 address range is a GNUism. I changed this in CVS to '1,/@DPATCH@/d' which does the same thing. -- Martin ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel