[70576] trunk/dports/devel/libcryptopp
raphael at macports.org
raphael at macports.org
Fri Aug 13 23:36:37 PDT 2010
Revision: 70576
http://trac.macports.org/changeset/70576
Author: raphael at macports.org
Date: 2010-08-13 23:36:35 -0700 (Fri, 13 Aug 2010)
Log Message:
-----------
libcryptopp:
* update to version 5.6.1 (closes #26069)
* patch to prevent default universal compile
* fix livecheck
Modified Paths:
--------------
trunk/dports/devel/libcryptopp/Portfile
trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff
Modified: trunk/dports/devel/libcryptopp/Portfile
===================================================================
--- trunk/dports/devel/libcryptopp/Portfile 2010-08-14 05:54:10 UTC (rev 70575)
+++ trunk/dports/devel/libcryptopp/Portfile 2010-08-14 06:36:35 UTC (rev 70576)
@@ -4,7 +4,7 @@
PortSystem 1.0
name libcryptopp
-version 5.6.0
+version 5.6.1
categories devel security
platforms darwin
maintainers raphael openmaintainer
@@ -17,9 +17,9 @@
${homepage}
distname cryptopp[strsed ${version} {g/\.//}]
-checksums md5 36f35789ad60489d58003d3c849807e8 \
- sha1 b836783ebd72d5bc6a916620ab2b1ecec316fef1 \
- rmd160 82e5061ec76f23643ba5477ab28bbee6eebd393a
+checksums md5 96cbeba0907562b077e26bcffb483828 \
+ sha1 31dbb456c21f50865218c57b7eaf4c955a222ba1 \
+ rmd160 a8a5b80c995c5d4ddafba228caf8866425212fbf
use_zip yes
extract.mkdir yes
@@ -49,3 +49,6 @@
build.env-delete CXXFLAGS="${configure.cxx_archflags}"
build.env-append CXXFLAGS="${configure.universal_cxxflags}"
}
+
+livecheck.type regex
+livecheck.regex "Crypto\\+\\+ (\\d+(?:\\.\\d+)*)"
Modified: trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff
===================================================================
--- trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff 2010-08-14 05:54:10 UTC (rev 70575)
+++ trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff 2010-08-14 06:36:35 UTC (rev 70576)
@@ -1,8 +1,19 @@
---- GNUmakefile.orig 2009-03-15 02:48:02.000000000 +0100
-+++ GNUmakefile 2009-05-16 18:13:11.000000000 +0200
+--- GNUmakefile.orig 2010-08-14 08:11:36.000000000 +0200
++++ GNUmakefile 2010-08-14 08:13:08.000000000 +0200
@@ -1,4 +1,4 @@
-CXXFLAGS = -DNDEBUG -g -O2
+CXXFLAGS += -DNDEBUG -g -O2
#CXXFLAGS = -g
# -fPIC is supported. Please report any breakage of -fPIC as a bug.
# CXXFLAGS += -fPIC
+@@ -34,9 +34,7 @@
+ ISMINGW = $(shell $(CXX) --version 2>&1 | $(EGREP) -c "mingw")
+
+ ifneq ($(GCC42_OR_LATER),0)
+-ifeq ($(UNAME),Darwin)
+-CXXFLAGS += -arch x86_64 -arch i386
+-else
++ifneq ($(UNAME),Darwin)
+ CXXFLAGS += -march=native
+ endif
+ endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100813/c68425f9/attachment.html>
More information about the macports-changes
mailing list