Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c27277b2354b9ed4d6b0fbdb988643ad203f73c8
commit c27277b2354b9ed4d6b0fbdb988643ad203f73c8
Author: Christian Hamar alias krix <[EMAIL PROTECTED]>
Date: Tue Sep 18 21:03:41 2007 +0200
unzip-5.52-2-x86_64
* Release bump
* Added a patch for fileio.c (from debian) which fix that git make test
will not fail :)
diff --git a/source/base/unzip/unzip-symlink-fix.patch
b/source/base/unzip/unzip-symlink-fix.patch
new file mode 100644
index 0000000..2ef9b07
--- /dev/null
+++ b/source/base/unzip/unzip-symlink-fix.patch
@@ -0,0 +1,15 @@
+diff -Naur unzip-5.52.orig/fileio.c unzip-5.52/fileio.c
+--- unzip-5.52.orig/fileio.c 2007-09-18 20:52:10.000000000 +0200
++++ unzip-5.52/fileio.c 2007-09-18 20:51:46.000000000 +0200
+@@ -413,7 +413,11 @@
+ #endif /* NOVELL_BUG_FAILSAFE */
+ Trace((stderr, "open_outfile: doing fopen(%s) for writing\n",
+ FnFilter1(G.filename)));
++#if defined(SYMLINKS) || defined(QLZIP)
++ if ((G.outfile = fopen(G.filename, FOPWR)) == (FILE *)NULL) {
++#else
+ if ((G.outfile = fopen(G.filename, FOPW)) == (FILE *)NULL) {
++#endif
+ Info(slide, 0x401, ((char *)slide, LoadFarString(CannotCreateFile),
+ FnFilter1(G.filename)));
+ return 1;
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git