[85699] trunk/dports/archivers/unrar

rmstonecipher at macports.org rmstonecipher at macports.org
Sat Oct 15 18:44:47 PDT 2011


Revision: 85699
          http://trac.macports.org/changeset/85699
Author:   rmstonecipher at macports.org
Date:     2011-10-15 18:44:47 -0700 (Sat, 15 Oct 2011)
Log Message:
-----------
archivers/unrar upgraded version from 4.0.7 to 4.1.1, added patch to prevent the configure-free source from setting CXX, CXXFLAGS, and DESTDIR

Modified Paths:
--------------
    trunk/dports/archivers/unrar/Portfile

Added Paths:
-----------
    trunk/dports/archivers/unrar/files/
    trunk/dports/archivers/unrar/files/patch-makefile.unix.diff

Modified: trunk/dports/archivers/unrar/Portfile
===================================================================
--- trunk/dports/archivers/unrar/Portfile	2011-10-16 01:37:47 UTC (rev 85698)
+++ trunk/dports/archivers/unrar/Portfile	2011-10-16 01:44:47 UTC (rev 85699)
@@ -5,7 +5,7 @@
 
 name            unrar
 set my_name     ${name}src
-version         4.0.7
+version         4.1.1
 categories      archivers
 license         Restrictive/Distributable
 platforms       darwin freebsd
@@ -21,9 +21,10 @@
 master_sites    ${homepage}rar/
 distname        ${my_name}-${version}
 
-checksums           md5     41b0a9bca945b4ae2608421afd8f606e \
-                    sha1    e4c8b0d47278475f3dfb77e8497f5818eca3d4a0 \
-                    rmd160  0629f8600e9ddb298f59fc05b9569bd40703acaf
+checksums           md5     e7c3e0f6e30faf447d9d7918af570672 \
+                    sha1    764b7625fae487df9cf3f5070748aeec6de5604d \
+                    rmd160  8084e837612259d8d515fe6ace1d77d0313851c6
+patchfiles      patch-makefile.unix.diff
 
 worksrcdir      ${name}
 

Added: trunk/dports/archivers/unrar/files/patch-makefile.unix.diff
===================================================================
--- trunk/dports/archivers/unrar/files/patch-makefile.unix.diff	                        (rev 0)
+++ trunk/dports/archivers/unrar/files/patch-makefile.unix.diff	2011-10-16 01:44:47 UTC (rev 85699)
@@ -0,0 +1,14 @@
+--- makefile.unix.orig	2011-10-15 20:31:42.000000000 -0500
++++ makefile.unix	2011-10-15 20:36:59.000000000 -0500
+@@ -6,11 +6,8 @@
+ #
+ 
+ # Linux using GCC
+-CXX=g++
+-CXXFLAGS=-O2
+ DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
+ STRIP=strip
+-DESTDIR=/usr
+ 
+ # Linux using LCC
+ #CXX=lcc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111015/8314e5cd/attachment.html>


More information about the macports-changes mailing list