diff options
author | fredb <fredb@pkgsrc.org> | 2003-10-09 00:07:27 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-10-09 00:07:27 +0000 |
commit | 7d501a208fca1b345b7b693e8fb646bc33f7b8f2 (patch) | |
tree | 095d45d1a9d5be614648e39ac0886ee45bb066f7 /archivers | |
parent | 76f552d849858a23ffd313a6b621b6470f6499ae (diff) | |
download | pkgsrc-7d501a208fca1b345b7b693e8fb646bc33f7b8f2.tar.gz |
Update to unrar-3.2.3. The only change, is that it fixes the build under
gcc-3* a slightly different way than patch-ab did.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unrar/Makefile | 4 | ||||
-rw-r--r-- | archivers/unrar/distinfo | 7 | ||||
-rw-r--r-- | archivers/unrar/patches/patch-ab | 20 |
3 files changed, 5 insertions, 26 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 4ebba4fe10b..47334e151b8 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2003/10/08 23:54:07 fredb Exp $ +# $NetBSD: Makefile,v 1.24 2003/10/09 00:07:27 fredb Exp $ # -DISTNAME= unrarsrc-3.2.2 +DISTNAME= unrarsrc-3.2.3 PKGNAME= ${DISTNAME:S/src//} WRKSRC= ${WRKDIR}/unrar CATEGORIES= archivers diff --git a/archivers/unrar/distinfo b/archivers/unrar/distinfo index 7eda23f6208..752496de50d 100644 --- a/archivers/unrar/distinfo +++ b/archivers/unrar/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.12 2003/07/17 20:28:30 jmmv Exp $ +$NetBSD: distinfo,v 1.13 2003/10/09 00:07:27 fredb Exp $ -SHA1 (unrarsrc-3.2.2.tar.gz) = 82f65634e12c289804cdb75222b98028d4c16a1f -Size (unrarsrc-3.2.2.tar.gz) = 114963 bytes +SHA1 (unrarsrc-3.2.3.tar.gz) = aa450b1d9351a61a21f6558f73d15d04e2235ce2 +Size (unrarsrc-3.2.3.tar.gz) = 114986 bytes SHA1 (patch-aa) = 612a31f767de48b574cd916d600005f5613eaefd -SHA1 (patch-ab) = 04ffdd82b51a337b2f4e9cac9c193bbc4305083a diff --git a/archivers/unrar/patches/patch-ab b/archivers/unrar/patches/patch-ab deleted file mode 100644 index d019d35fd5d..00000000000 --- a/archivers/unrar/patches/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2003/07/17 20:28:32 jmmv Exp $ - ---- rar.hpp.orig 2003-05-15 10:38:00.000000000 +0200 -+++ rar.hpp -@@ -18,6 +18,7 @@ - #include "errhnd.hpp" - #include "array.hpp" - #include "timefn.hpp" -+#include "global.hpp" - #include "headers.hpp" - #include "rarfn.hpp" - #include "pathfn.hpp" -@@ -71,7 +72,6 @@ - #include "smallfn.hpp" - #include "ulinks.hpp" - --#include "global.hpp" - - - #endif |