From e20cd8ee79ff3ef018b1f538a1657317d4c000b1 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 26 Jul 2009 20:43:43 +0000 Subject: - Update to 9.04.beta PR: 136923 Submitted by: bf (maintainer) --- archivers/lzma/Makefile | 2 +- archivers/lzma/distinfo | 6 +++--- .../patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc | 20 ++++++++++++++++++++ 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc (limited to 'archivers') diff --git a/archivers/lzma/Makefile b/archivers/lzma/Makefile index 08f54bd5404e..14229222f9b8 100644 --- a/archivers/lzma/Makefile +++ b/archivers/lzma/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lzma -PORTVERSION= 4.65 +PORTVERSION= 9.04 CATEGORIES= archivers MASTER_SITES= SFE/sevenzip DISTNAME= lzma${PORTVERSION:S/.//g} diff --git a/archivers/lzma/distinfo b/archivers/lzma/distinfo index 92d1822df349..802ef76c78f2 100644 --- a/archivers/lzma/distinfo +++ b/archivers/lzma/distinfo @@ -1,3 +1,3 @@ -MD5 (lzma465.tar.bz2) = 29d5ffd03a5a3e51aef6a74e9eafb759 -SHA256 (lzma465.tar.bz2) = c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e -SIZE (lzma465.tar.bz2) = 288122 +MD5 (lzma904.tar.bz2) = 8dea7b12f393499b8665ac5696ea779b +SHA256 (lzma904.tar.bz2) = 8b763506e9f6b6aafe53288655353f33ab44a426afb837aef101a7290ac0fe71 +SIZE (lzma904.tar.bz2) = 500913 diff --git a/archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc b/archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc new file mode 100644 index 000000000000..a6340924e111 --- /dev/null +++ b/archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc @@ -0,0 +1,20 @@ +--- CPP/7zip/Compress/LZMA_Alone/makefile.gcc.orig 2009-07-07 12:30:31.080096591 -0400 ++++ CPP/7zip/Compress/LZMA_Alone/makefile.gcc 2009-07-07 12:35:37.942370149 -0400 +@@ -24,6 +24,7 @@ + LzmaBenchCon.o \ + LzmaDecoder.o \ + LzmaEncoder.o \ ++ CWrappers.o \ + InBuffer.o \ + OutBuffer.o \ + FileStreams.o \ +@@ -66,6 +67,9 @@ + LzmaEncoder.o: ../LzmaEncoder.cpp + $(CXX) $(CFLAGS) ../LzmaEncoder.cpp + ++CWrappers.o: ../../Common/CWrappers.cpp ++ $(CXX) $(CFLAGS) ../../Common/CWrappers.cpp ++ + InBuffer.o: ../../Common/InBuffer.cpp + $(CXX) $(CFLAGS) ../../Common/InBuffer.cpp + -- cgit v1.2.3