Fri Sep 14 14:09:17 2012 UTC ()
raros.hpp defines _UNIX on ~everything except Windows, so remove
a chunk that shouldn't be necessary.


(wiz)
diff -r1.44 -r1.45 pkgsrc/archivers/unrar/distinfo
diff -r1.3 -r1.4 pkgsrc/archivers/unrar/patches/patch-ac

cvs diff -r1.44 -r1.45 pkgsrc/archivers/unrar/distinfo (expand / switch to context diff)
--- pkgsrc/archivers/unrar/distinfo 2012/09/14 12:44:06 1.44
+++ pkgsrc/archivers/unrar/distinfo 2012/09/14 14:09:16 1.45
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.44 2012/09/14 12:44:06 wiz Exp $
+$NetBSD: distinfo,v 1.45 2012/09/14 14:09:16 wiz Exp $
 
 SHA1 (unrarsrc-4.2.4.tar.gz) = 1cc29603fb4e4df16a3aa9bfc7da1afaf0923259
 RMD160 (unrarsrc-4.2.4.tar.gz) = 53a590ed2a71be86a0a7abfe9c37ddc8dc869800
 Size (unrarsrc-4.2.4.tar.gz) = 164641 bytes
-SHA1 (patch-ac) = 14192cf81b59442d5b4c2e9212330d8998135ec2
+SHA1 (patch-ac) = 4ee81900eff28a01fa609e548a72cfad3f352700
 SHA1 (patch-consio.cpp) = 341dd714b165fabf3dec0213b9bb3e57dcc146f5

cvs diff -r1.3 -r1.4 pkgsrc/archivers/unrar/patches/Attic/patch-ac (expand / switch to context diff)
--- pkgsrc/archivers/unrar/patches/Attic/patch-ac 2012/03/09 10:31:49 1.3
+++ pkgsrc/archivers/unrar/patches/Attic/patch-ac 2012/09/14 14:09:17 1.4
@@ -1,17 +1,7 @@
-$NetBSD: patch-ac,v 1.3 2012/03/09 10:31:49 fhajny Exp $
+$NetBSD: patch-ac,v 1.4 2012/09/14 14:09:17 wiz Exp $
 
 --- os.hpp.orig	2008-09-16 14:24:56.000000000 +0000
 +++ os.hpp
-@@ -135,7 +135,8 @@
- 
- #endif
- 
--#ifdef _UNIX
-+/*#ifdef _UNIX */
-+#if defined(__unix) || defined(__unix__) || defined(_UNIX)
- 
- #define  NM  1024
- 
 @@ -212,6 +213,12 @@
    #endif
  #endif