diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 44fbf4e2f2b..e0f93bfdcaf 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.23 2004/02/23 00:33:34 naddy Exp $ +# $OpenBSD: Makefile,v 1.24 2004/11/14 21:33:11 brad Exp $ COMMENT= "extract, list, and test RAR archives" DISTNAME= unrarsrc-3.3.6 -PKGNAME= unrar-3.30 +PKGNAME= unrar-3.30p1 CATEGORIES= archivers HOMEPAGE= http://www.rarlab.com/ @@ -16,11 +16,6 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${HOMEPAGE}rar/ -# - exceptions don't work on sparc64 -.if ${MACHINE_ARCH} == "sparc64" -PATCH_LIST= patch-* gcc-patch-* -.endif - WRKDIST= ${WRKDIR}/unrar MAKE_FILE= makefile.unix diff --git a/archivers/unrar/patches/gcc-patch-errhnd_hpp b/archivers/unrar/patches/gcc-patch-errhnd_hpp deleted file mode 100644 index 063d64c8584..00000000000 --- a/archivers/unrar/patches/gcc-patch-errhnd_hpp +++ /dev/null @@ -1,11 +0,0 @@ -$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(_WIN_CE) || defined(RARDLL) --#define ALLOW_EXCEPTIONS - #endif - - enum { SUCCESS,WARNING,FATAL_ERROR,CRC_ERROR,LOCK_ERROR,WRITE_ERROR,