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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to