maintenance update to 4.20; drop maintainer by his request
This commit is contained in:
parent
4026353210
commit
9c89a75479
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.56 2012/04/08 17:04:20 naddy Exp $
|
# $OpenBSD: Makefile,v 1.57 2012/11/26 17:17:41 naddy Exp $
|
||||||
|
|
||||||
COMMENT= extract, list, and test RAR archives
|
COMMENT= extract, list, and test RAR archives
|
||||||
|
|
||||||
@ -9,15 +9,13 @@ COMMENT= extract, list, and test RAR archives
|
|||||||
# to 0 for a non-beta release, e.g., "4.00 beta 6" was succeeded
|
# to 0 for a non-beta release, e.g., "4.00 beta 6" was succeeded
|
||||||
# by "4.00".
|
# by "4.00".
|
||||||
|
|
||||||
PKGNAME= unrar-4.10
|
PKGNAME= unrar-4.20
|
||||||
EPOCH= 1
|
EPOCH= 1
|
||||||
DISTNAME= unrarsrc-4.1.4
|
DISTNAME= unrarsrc-4.2.4
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
|
|
||||||
HOMEPAGE= http://www.rarlab.com/
|
HOMEPAGE= http://www.rarlab.com/
|
||||||
|
|
||||||
MAINTAINER= Amit Kulkarni <amitkulz@gmail.com>
|
|
||||||
|
|
||||||
# nonstandard
|
# nonstandard
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
@ -1,5 +1,2 @@
|
|||||||
MD5 (unrarsrc-4.1.4.tar.gz) = gIySpmGCCmN8oTMM9AwY5A==
|
SHA256 (unrarsrc-4.2.4.tar.gz) = lDK/eY5fcSPzBg83t1t8B/NvAJEwX0ZHPcrpFU+M1oY=
|
||||||
RMD160 (unrarsrc-4.1.4.tar.gz) = C7IAwB9mUUK3WBsbQO8QR9yhPFc=
|
SIZE (unrarsrc-4.2.4.tar.gz) = 164641
|
||||||
SHA1 (unrarsrc-4.1.4.tar.gz) = rkseLJnpZSfEqX+YDapUdJn0Kg8=
|
|
||||||
SHA256 (unrarsrc-4.1.4.tar.gz) = cF2TKF/NO5wR9o5S2WOV2UK/PCAXLc7hTw148f7lc2E=
|
|
||||||
SIZE (unrarsrc-4.1.4.tar.gz) = 157135
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
$OpenBSD: patch-makefile_unix,v 1.15 2012/04/08 17:04:20 naddy Exp $
|
$OpenBSD: patch-makefile_unix,v 1.16 2012/11/26 17:17:41 naddy Exp $
|
||||||
--- makefile.unix.orig Mon May 30 18:47:49 2011
|
--- makefile.unix.orig Tue May 15 07:31:03 2012
|
||||||
+++ makefile.unix Sun Apr 8 18:41:22 2012
|
+++ makefile.unix Sun Nov 25 23:28:26 2012
|
||||||
@@ -8,9 +8,10 @@
|
@@ -5,9 +5,10 @@
|
||||||
# Linux using GCC
|
|
||||||
CXX=g++
|
CXX=g++
|
||||||
CXXFLAGS=-O2
|
CXXFLAGS=-O2
|
||||||
|
LIBFLAGS=-fPIC
|
||||||
-DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
|
-DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
|
||||||
+DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DOPENSSL
|
+DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DOPENSSL
|
||||||
STRIP=strip
|
STRIP=strip
|
||||||
@ -13,9 +13,9 @@ $OpenBSD: patch-makefile_unix,v 1.15 2012/04/08 17:04:20 naddy Exp $
|
|||||||
|
|
||||||
# Linux using LCC
|
# Linux using LCC
|
||||||
#CXX=lcc
|
#CXX=lcc
|
||||||
@@ -106,6 +107,8 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o savepos.o sma
|
@@ -103,6 +104,8 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o savepos.o sma
|
||||||
archive.o arcread.o unicode.o system.o isnt.o crypt.o crc.o rawread.o encname.o \
|
archive.o arcread.o unicode.o system.o isnt.o crypt.o crc.o rawread.o encname.o \
|
||||||
resource.o match.o timefn.o rdwrfn.o consio.o options.o ulinks.o errhnd.o rarvm.o \
|
resource.o match.o timefn.o rdwrfn.o consio.o options.o ulinks.o errhnd.o rarvm.o secpassword.o \
|
||||||
rijndael.o getbits.o sha1.o extinfo.o extract.o volume.o list.o find.o unpack.o cmddata.o
|
rijndael.o getbits.o sha1.o extinfo.o extract.o volume.o list.o find.o unpack.o cmddata.o
|
||||||
+
|
+
|
||||||
+.SUFFIXES: .cpp
|
+.SUFFIXES: .cpp
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-os_hpp,v 1.8 2012/04/08 17:04:20 naddy Exp $
|
$OpenBSD: patch-os_hpp,v 1.9 2012/11/26 17:17:41 naddy Exp $
|
||||||
--- os.hpp.orig Mon Jan 9 14:46:08 2012
|
--- os.hpp.orig Sat Jun 9 15:21:04 2012
|
||||||
+++ os.hpp Sun Apr 8 18:41:22 2012
|
+++ os.hpp Sun Nov 25 23:31:08 2012
|
||||||
@@ -193,6 +193,10 @@
|
@@ -169,6 +169,10 @@
|
||||||
#include <utime.h>
|
#include <utime.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
@ -12,19 +12,19 @@ $OpenBSD: patch-os_hpp,v 1.8 2012/04/08 17:04:20 naddy Exp $
|
|||||||
#ifdef S_IFLNK
|
#ifdef S_IFLNK
|
||||||
#define SAVE_LINKS
|
#define SAVE_LINKS
|
||||||
#endif
|
#endif
|
||||||
@@ -263,12 +267,12 @@
|
@@ -240,12 +244,12 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-#if !defined(BIG_ENDIAN) && !defined(_WIN_CE) && defined(_WIN_ALL)
|
-#if !defined(BIG_ENDIAN) && !defined(_WIN_CE) && defined(_WIN_ALL)
|
||||||
+#if defined(ALLOW_NOT_ALIGNED_INT)
|
+#if defined(ALLOW_NOT_ALIGNED_INT)
|
||||||
/* allow not aligned integer access, increases speed in some operations */
|
// Allow not aligned integer access, increases speed in some operations.
|
||||||
-#define ALLOW_NOT_ALIGNED_INT
|
-#define ALLOW_NOT_ALIGNED_INT
|
||||||
+#undef ALLOW_NOT_ALIGNED_INT
|
+#undef ALLOW_NOT_ALIGNED_INT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-#if defined(__sparc) || defined(sparc) || defined(__sparcv9)
|
-#if defined(__sparc) || defined(sparc) || defined(__sparcv9)
|
||||||
+#ifndef STRICT_ALIGNMENT_REQUIRED
|
+#ifndef STRICT_ALIGNMENT_REQUIRED
|
||||||
/* prohibit not aligned access to data structures in text comression
|
// Prohibit not aligned access to data structures in text compression
|
||||||
algorithm, increases memory requirements */
|
// algorithm, increases memory requirements
|
||||||
#define STRICT_ALIGNMENT_REQUIRED
|
#define STRICT_ALIGNMENT_REQUIRED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user