Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2015 15:00:50 +0100
From:      Xavier <xavier@groumpf.org>
To:        ports@freebsd.org
Subject:   archivers/unzip : patch error
Message-ID:  <54E73E12.4090003@groumpf.org>

next in thread | raw e-mail | index | archive | help
There is something wrong in one patchfile for archivers/unzip :

| ===>  Patching for unzip-6.0_5
| ===>  Applying extra patch /usr/ports/archivers/unzip/files
| 	/extra-|iconv-patch-unix_unix.c
| File to patch:

It comes from

[xavier@valinor unzip]$ head files/extra-iconv-patch-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 @@

where it should be

--- unix/unix.c.orig	2015-02-17 15:18:36.176142072 -0800
+++ unix/unix.c	2015-02-17 15:18:56.289341100 -0800
@@ -30,6 +30,9 @@

HTH,

Xav

-- 
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54E73E12.4090003>