pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/unrar Update to 3.3.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d91d8ba8f887
branches: trunk
changeset: 469727:d91d8ba8f887
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Feb 27 15:28:20 2004 +0000
description:
Update to 3.3.6:
Some fixes for the libunrar.so (not installed) and Win32 changes.
Two parts of the diff look like they might be minor bugfixes.
[No changelog available...]
diffstat:
archivers/unrar/Makefile | 4 ++--
archivers/unrar/distinfo | 8 ++++----
archivers/unrar/patches/patch-aa | 14 +++++++-------
3 files changed, 13 insertions(+), 13 deletions(-)
diffs (65 lines):
diff -r aeccfd60dd54 -r d91d8ba8f887 archivers/unrar/Makefile
--- a/archivers/unrar/Makefile Fri Feb 27 15:18:26 2004 +0000
+++ b/archivers/unrar/Makefile Fri Feb 27 15:28:20 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2004/01/20 12:07:07 agc Exp $
+# $NetBSD: Makefile,v 1.29 2004/02/27 15:28:20 wiz Exp $
#
-DISTNAME= unrarsrc-3.3.4
+DISTNAME= unrarsrc-3.3.6
PKGNAME= ${DISTNAME:S/src//}
CATEGORIES= archivers
MASTER_SITES= http://www.rarlab.com/rar/
diff -r aeccfd60dd54 -r d91d8ba8f887 archivers/unrar/distinfo
--- a/archivers/unrar/distinfo Fri Feb 27 15:18:26 2004 +0000
+++ b/archivers/unrar/distinfo Fri Feb 27 15:28:20 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2004/01/19 20:18:02 wiz Exp $
+$NetBSD: distinfo,v 1.15 2004/02/27 15:28:20 wiz Exp $
-SHA1 (unrarsrc-3.3.4.tar.gz) = e9cdf81b60b6c4dbcfdf40d2ef40d0864cc75e6d
-Size (unrarsrc-3.3.4.tar.gz) = 117158 bytes
-SHA1 (patch-aa) = 612a31f767de48b574cd916d600005f5613eaefd
+SHA1 (unrarsrc-3.3.6.tar.gz) = 2fea657757149ed430acf7b314e7183615587ed4
+Size (unrarsrc-3.3.6.tar.gz) = 117590 bytes
+SHA1 (patch-aa) = 33c4fc01f182516e73b050aa11fe3d6d84dd9610
diff -r aeccfd60dd54 -r d91d8ba8f887 archivers/unrar/patches/patch-aa
--- a/archivers/unrar/patches/patch-aa Fri Feb 27 15:18:26 2004 +0000
+++ b/archivers/unrar/patches/patch-aa Fri Feb 27 15:28:20 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.8 2003/05/23 09:19:02 wiz Exp $
+$NetBSD: patch-aa,v 1.9 2004/02/27 15:28:20 wiz Exp $
---- makefile.unix.orig 2003-01-03 19:14:22.000000000 +0100
-+++ makefile.unix 2003-05-11 14:22:31.000000000 +0200
+--- makefile.unix.orig Fri Jan 30 14:42:12 2004
++++ makefile.unix
@@ -6,8 +6,8 @@
#
@@ -13,20 +13,20 @@
DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
# Linux using LCC
-@@ -41,6 +41,8 @@
+@@ -51,6 +51,8 @@ DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEF
COMPILE=$(CXX) $(CXXFLAGS) $(DEFINES)
LINK=$(CXX)
+WHAT=UNRAR
+
UNRAR_OBJ=filestr.o recvol.o rs.o scantree.o
+ LIB_OBJ=dll.o
- OBJECTS=rar.o strlist.o strfn.o pathfn.o int64.o savepos.o global.o file.o filefn.o filcreat.o \
-@@ -56,7 +58,6 @@
+@@ -67,7 +69,6 @@ all: unrar
clean:
@rm -f *.o *.bak *~
-unrar: WHAT=UNRAR
unrar: $(OBJECTS) $(UNRAR_OBJ)
- @rm -f makeunrar
+ @rm -f unrar
$(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS)
Home |
Main Index |
Thread Index |
Old Index