Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2008 02:21:48 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        samm@os2.kiev.ua
Subject:   ports/128213: [PATCH] archivers/libunrar: update to 3.8.4
Message-ID:  <20081018182148.A242433E2@sunpoet.net>
Resent-Message-ID: <200810181830.m9IIU1JM096975@freefall.freebsd.org>

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

>Number:         128213
>Category:       ports
>Synopsis:       [PATCH] archivers/libunrar: update to 3.8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 18:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #12: Thu Sep  4 10:55:47 CST
>Description:
- Update to 3.8.4

Port maintainer (samm@os2.kiev.ua) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libunrar-3.8.4,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/libunrar/Makefile /usr/ports/sunpoet/libunrar/Makefile
--- /usr/ports/archivers/libunrar/Makefile	2008-07-27 00:56:05.677423027 +0800
+++ /usr/ports/sunpoet/libunrar/Makefile	2008-10-19 02:09:41.620526008 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libunrar
-PORTVERSION=	3.7.8
+PORTVERSION=	3.8.4
 PORTEPOCH=	1
 CATEGORIES=	archivers
 MASTER_SITES=	RAR
diff -ruN --exclude=CVS /usr/ports/archivers/libunrar/distinfo /usr/ports/sunpoet/libunrar/distinfo
--- /usr/ports/archivers/libunrar/distinfo	2008-03-26 10:02:25.000000000 +0800
+++ /usr/ports/sunpoet/libunrar/distinfo	2008-10-19 01:21:50.690267554 +0800
@@ -1,3 +1,3 @@
-MD5 (unrarsrc-3.7.8.tar.gz) = b783f1932bc0c73902c6399f7c2c6f43
-SHA256 (unrarsrc-3.7.8.tar.gz) = 10476e8f0152830922d1038cbc852ec08cdbcd9945fa6b4b8aca16bb736084e9
-SIZE (unrarsrc-3.7.8.tar.gz) = 131120
+MD5 (unrarsrc-3.8.4.tar.gz) = b40b43e28dee42abd9840bfc9e2909ee
+SHA256 (unrarsrc-3.8.4.tar.gz) = 5d501b853885c30f4b0ee8fd9a7c61607df99fd1aaf7db99a2c44c6243337886
+SIZE (unrarsrc-3.8.4.tar.gz) = 135665
diff -ruN --exclude=CVS /usr/ports/archivers/libunrar/files/patch-dll.hpp /usr/ports/sunpoet/libunrar/files/patch-dll.hpp
--- /usr/ports/archivers/libunrar/files/patch-dll.hpp	2005-10-05 18:18:33.000000000 +0800
+++ /usr/ports/sunpoet/libunrar/files/patch-dll.hpp	2008-10-19 02:19:09.065471944 +0800
@@ -1,6 +1,6 @@
---- dll.hpp.orig  2004-09-08 17:57:20.000000000 +0400
-+++ dll.hpp       2004-10-22 10:43:08.000000000 +0400
-@@ -26,13 +26,13 @@
+--- dll.hpp.orig	2008-09-16 22:24:56.000000000 +0800
++++ dll.hpp	2008-10-19 02:18:14.312792483 +0800
+@@ -28,13 +28,14 @@
  
  #define RAR_DLL_VERSION       4
  
@@ -9,6 +9,7 @@
  #define CALLBACK
  #define PASCAL
  #define LONG long
++#define LPARAM long
  #define HANDLE void *
  #define UINT unsigned int
 -#endif
diff -ruN --exclude=CVS /usr/ports/archivers/libunrar/files/patch-makefile.unix /usr/ports/sunpoet/libunrar/files/patch-makefile.unix
--- /usr/ports/archivers/libunrar/files/patch-makefile.unix	2005-11-17 15:09:29.000000000 +0800
+++ /usr/ports/sunpoet/libunrar/files/patch-makefile.unix	2008-10-19 02:19:26.740390125 +0800
@@ -1,21 +1,18 @@
---- makefile.unix.orig	Sat Apr 30 04:00:12 2005
-+++ makefile.unix	Fri Sep 23 16:22:04 2005
-@@ -6,10 +6,10 @@
- #
+--- makefile.unix.orig	2008-10-09 21:43:06.000000000 +0800
++++ makefile.unix	2008-10-19 02:19:08.012721944 +0800
+@@ -7,8 +7,8 @@
  
  # Linux using GCC
--CXX=g++
--CXXFLAGS=-O2
+ #CXX=g++
+-#CXXFLAGS=-O2
 -DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
 +CXXFLAGS=$(CFLAGS) -fPIC -DPIC
 +DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DGUI -DSILENT
  STRIP=strip
-+RANLIB=ranlib
+ DESTDIR=/usr
  
- # Linux using LCC
- #CXX=lcc
-@@ -86,7 +86,7 @@
- LINK=$(CXX)
+@@ -100,7 +100,7 @@
+ WHAT=UNRAR
  
  UNRAR_OBJ=filestr.o recvol.o rs.o scantree.o
 -LIB_OBJ=filestr.o scantree.o dll.o
@@ -23,7 +20,7 @@
  
  OBJECTS=rar.o strlist.o strfn.o pathfn.o int64.o savepos.o global.o file.o filefn.o filcreat.o \
  	archive.o arcread.o unicode.o system.o isnt.o crypt.o crc.o rawread.o encname.o \
-@@ -114,6 +114,12 @@
+@@ -131,9 +131,15 @@
  	$(STRIP) default.sfx
  
  lib:	WHAT=RARDLL
@@ -39,3 +36,6 @@
 +	@rm -f libunrar.a
 +	$(AR) rc libunrar.a $(OBJECTS) $(LIB_OBJ) $(UNRAR_OBJ)
 +	$(RANLIB) libunrar.a
+ 
+ install-unrar:
+ 			install unrar $(DESTDIR)/bin
--- libunrar-3.8.4,1.patch ends here ---

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



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