Date: Tue, 17 Feb 2015 23:22:45 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r379196 - branches/2015Q1/archivers/unzip/files Message-ID: <201502172322.t1HNMjMN005036@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Tue Feb 17 23:22:44 2015 New Revision: 379196 URL: https://svnweb.freebsd.org/changeset/ports/379196 QAT: https://qat.redports.org/buildarchive/r379196/ Log: MFH: r379195 Fix build. The merge should have been tested against an ICONV build. Submitted by: jbeich Pointy hat to: delphij Approved by: ports-secteam (implicit, fix build) Modified: branches/2015Q1/archivers/unzip/files/extra-iconv-patch-unix_unix.c Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/archivers/unzip/files/extra-iconv-patch-unix_unix.c ============================================================================== --- branches/2015Q1/archivers/unzip/files/extra-iconv-patch-unix_unix.c Tue Feb 17 23:21:35 2015 (r379195) +++ branches/2015Q1/archivers/unzip/files/extra-iconv-patch-unix_unix.c Tue Feb 17 23:22:44 2015 (r379196) @@ -1,5 +1,5 @@ ---- unix/unix.c.orig 2009-01-23 23:31:26 UTC -+++ unix/unix.c +--- unix.c.orig 2015-02-17 15:18:36.176142072 -0800 ++++ unix.c 2015-02-17 15:18:56.289341100 -0800 @@ -30,6 +30,9 @@ #define UNZIP_INTERNAL #include "unzip.h" @@ -10,7 +10,7 @@ #ifdef SCO_XENIX # define SYSNDIR #else /* SCO Unix, AIX, DNIX, TI SysV, Coherent 4.x, ... */ -@@ -1874,3 +1877,90 @@ static void qlfix(__G__ ef_ptr, ef_len) +@@ -1874,3 +1877,102 @@ } } #endif /* QLZIP */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502172322.t1HNMjMN005036>