update to unrar 3.30 beta 4

from thuglife at bsd dot hu (Robert Nagy)
This commit is contained in:
sturm 2004-01-17 18:44:18 +00:00
parent 7f6590e9d2
commit 0d86c31cea
5 changed files with 18 additions and 18 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2003/05/24 02:40:42 jolan Exp $
# $OpenBSD: Makefile,v 1.21 2004/01/17 18:44:18 sturm Exp $
COMMENT= "extract, list, and test RAR archives"
DISTNAME= unrarsrc-3.2.1
PKGNAME= unrar-3.20beta3
DISTNAME= unrarsrc-3.3.4
PKGNAME= unrar-3.30beta4
CATEGORIES= archivers
HOMEPAGE= http://www.rarlab.com/

View File

@ -1,3 +1,3 @@
MD5 (unrarsrc-3.2.1.tar.gz) = f0a55e2666061f315aec04994f79ff45
RMD160 (unrarsrc-3.2.1.tar.gz) = c1c1ef31c6e97fa001551e059b596efd3492d1bb
SHA1 (unrarsrc-3.2.1.tar.gz) = 8d5fc4791dd777b90e9ddf7616b352751614b144
MD5 (unrarsrc-3.3.4.tar.gz) = 56565ef8e66416a507b4403128b97990
RMD160 (unrarsrc-3.3.4.tar.gz) = d3aa870217176d34e00d9c947cb939a3598b4f28
SHA1 (unrarsrc-3.3.4.tar.gz) = e9cdf81b60b6c4dbcfdf40d2ef40d0864cc75e6d

View File

@ -1,10 +1,10 @@
$OpenBSD: gcc-patch-errhnd_hpp,v 1.1 2003/04/16 20:59:18 sturm Exp $
$OpenBSD: gcc-patch-errhnd_hpp,v 1.2 2004/01/17 18:44:18 sturm Exp $
--- errhnd.hpp.orig Tue Apr 15 22:24:57 2003
+++ errhnd.hpp Tue Apr 15 22:27:07 2003
@@ -2,7 +2,6 @@
#define _RAR_ERRHANDLER_
#if (defined(GUI) || !defined(_WIN_32)) && !defined(SFX_MODULE) || defined(RARDLL)
#if (defined(GUI) || !defined(_WIN_32)) && !defined(SFX_MODULE) && !defined(_WIN_CE) || defined(RARDLL)
-#define ALLOW_EXCEPTIONS
#endif

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-makefile_unix,v 1.1 2003/04/16 20:59:18 sturm Exp $
--- makefile.unix.orig Fri Jan 3 19:14:22 2003
+++ makefile.unix Mon Apr 14 21:50:54 2003
@@ -48,6 +48,8 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o
$OpenBSD: patch-makefile_unix,v 1.2 2004/01/17 18:44:18 sturm Exp $
--- makefile.unix.orig 2003-09-15 13:22:18.000000000 +0200
+++ makefile.unix 2004-01-17 19:28:46.000000000 +0100
@@ -58,6 +58,8 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o
resource.o match.o timefn.o rdwrfn.o consio.o options.o ulinks.o errhnd.o rarvm.o \
rijndael.o getbits.o sha1.o extinfo.o extract.o volume.o list.o find.o unpack.o cmddata.o
@ -10,7 +10,7 @@ $OpenBSD: patch-makefile_unix,v 1.1 2003/04/16 20:59:18 sturm Exp $
.cpp.o:
$(COMPILE) -D$(WHAT) -c $<
@@ -56,7 +58,7 @@ all: unrar
@@ -66,7 +68,7 @@ all: unrar
clean:
@rm -f *.o *.bak *~

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-rar_hpp,v 1.1 2003/12/29 12:48:21 espie Exp $
--- rar.hpp.orig 2003-12-29 13:37:06.000000000 +0100
+++ rar.hpp 2003-12-29 13:37:18.000000000 +0100
@@ -16,6 +16,7 @@
$OpenBSD: patch-rar_hpp,v 1.2 2004/01/17 18:44:18 sturm Exp $
--- rar.hpp.orig 2004-01-05 05:52:30.000000000 +0100
+++ rar.hpp 2004-01-17 19:28:46.000000000 +0100
@@ -18,6 +18,7 @@
#include "int64.hpp"
#include "unicode.hpp"
#include "errhnd.hpp"
@ -9,7 +9,7 @@ $OpenBSD: patch-rar_hpp,v 1.1 2003/12/29 12:48:21 espie Exp $
#include "array.hpp"
#include "timefn.hpp"
#include "headers.hpp"
@@ -71,7 +72,4 @@
@@ -74,7 +75,4 @@
#include "smallfn.hpp"
#include "ulinks.hpp"