Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2009 08:08:31 GMT
From:      bf <bf1783@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/136923: [PATCH]archivers/lzma: update to 9.04 beta
Message-ID:  <200907200808.n6K88Vg5085147@www.freebsd.org>
Resent-Message-ID: <200907200810.n6K8A8Eo059725@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         136923
>Category:       ports
>Synopsis:       [PATCH]archivers/lzma: update to 9.04 beta
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 20 08:10:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        8-CURRENT amd64
>Organization:
-
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN lzma.orig/Makefile lzma/Makefile
--- lzma.orig/Makefile	2009-06-07 14:51:17.000000000 -0400
+++ lzma/Makefile	2009-07-07 12:56:09.041935037 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	lzma
-PORTVERSION=	4.65
+PORTVERSION=	9.04
 CATEGORIES=	archivers
 MASTER_SITES=	SFE/sevenzip
 DISTNAME=	lzma${PORTVERSION:S/.//g}
diff -ruN lzma.orig/distinfo lzma/distinfo
--- lzma.orig/distinfo	2009-02-09 08:03:44.000000000 -0500
+++ lzma/distinfo	2009-07-07 12:56:09.040936866 -0400
@@ -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 -ruN lzma.orig/files/patch-CPP+7zip+Compress+LZMA_Alone+makefile.gcc lzma/files/patch-CPP+7zip+Compress+LZMA_Alone+makefile.gcc
--- lzma.orig/files/patch-CPP+7zip+Compress+LZMA_Alone+makefile.gcc	1969-12-31 19:00:00.000000000 -0500
+++ lzma/files/patch-CPP+7zip+Compress+LZMA_Alone+makefile.gcc	2009-07-07 12:56:09.040936866 -0400
@@ -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
+ 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907200808.n6K88Vg5085147>