From owner-svn-ports-head@FreeBSD.ORG Wed May 22 22:51:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5937741B; Wed, 22 May 2013 22:51:58 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4B7A6DED; Wed, 22 May 2013 22:51:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4MMpwFA004597; Wed, 22 May 2013 22:51:58 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4MMpvvu004587; Wed, 22 May 2013 22:51:57 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201305222251.r4MMpvvu004587@svn.freebsd.org> From: Xin LI Date: Wed, 22 May 2013 22:51:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318803 - in head/security/cryptopp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 22:51:58 -0000 Author: delphij Date: Wed May 22 22:51:57 2013 New Revision: 318803 URL: http://svnweb.freebsd.org/changeset/ports/318803 Log: Update to 5.6.2. Deleted: head/security/cryptopp/files/patch-clang Modified: head/security/cryptopp/Makefile head/security/cryptopp/distinfo head/security/cryptopp/files/patch-GNUmakefile head/security/cryptopp/pkg-plist Modified: head/security/cryptopp/Makefile ============================================================================== --- head/security/cryptopp/Makefile Wed May 22 22:41:42 2013 (r318802) +++ head/security/cryptopp/Makefile Wed May 22 22:51:57 2013 (r318803) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cryptopp -PORTVERSION= 5.6.1 -PORTREVISION= 3 +PORTVERSION= 5.6.2 CATEGORIES= security MASTER_SITES= SF \ http://www.cryptopp.com/ Modified: head/security/cryptopp/distinfo ============================================================================== --- head/security/cryptopp/distinfo Wed May 22 22:41:42 2013 (r318802) +++ head/security/cryptopp/distinfo Wed May 22 22:51:57 2013 (r318803) @@ -1,2 +1,2 @@ -SHA256 (cryptopp561.zip) = 98e74d8cb17a38033354519ac8ba9c5d98a6dc00bf5d1ec3c533c2e8ec86f268 -SIZE (cryptopp561.zip) = 1069703 +SHA256 (cryptopp562.zip) = 5cbfd2fcb4a6b3aab35902e2e0f3b59d9171fee12b3fc2b363e1801dfec53574 +SIZE (cryptopp562.zip) = 1137964 Modified: head/security/cryptopp/files/patch-GNUmakefile ============================================================================== --- head/security/cryptopp/files/patch-GNUmakefile Wed May 22 22:41:42 2013 (r318802) +++ head/security/cryptopp/files/patch-GNUmakefile Wed May 22 22:51:57 2013 (r318803) @@ -1,30 +1,17 @@ ---- ./GNUmakefile.orig 2010-08-09 14:22:42.000000000 -0700 -+++ ./GNUmakefile 2012-07-21 03:14:01.000000000 +0200 +--- GNUmakefile.orig 2013-02-20 15:30:52.000000000 -0800 ++++ GNUmakefile 2013-05-22 15:43:40.000000000 -0700 @@ -1,4 +1,4 @@ -CXXFLAGS = -DNDEBUG -g -O2 +#CXXFLAGS = -DNDEBUG -g -O2 - #CXXFLAGS = -g + # -O3 fails to link on Cygwin GCC version 4.5.3 # -fPIC is supported. Please report any breakage of -fPIC as a bug. # CXXFLAGS += -fPIC -@@ -28,9 +28,9 @@ - INTEL_COMPILER = $(shell $(CXX) --version 2>&1 | $(EGREP) -c "\(ICC\)") - ICC111_OR_LATER = $(shell $(CXX) --version 2>&1 | $(EGREP) -c "\(ICC\) ([2-9][0-9]|1[2-9]|11\.[1-9])") - IS_SUN_CC = $(shell $(CXX) -V 2>&1 | $(EGREP) -c "CC: Sun") --GAS210_OR_LATER = $(shell echo "" | $(AS) -v 2>&1 | $(EGREP) -c "GNU assembler version (2\.[1-9][0-9]|[3-9])") --GAS217_OR_LATER = $(shell echo "" | $(AS) -v 2>&1 | $(EGREP) -c "GNU assembler version (2\.1[7-9]|2\.[2-9]|[3-9])") --GAS219_OR_LATER = $(shell echo "" | $(AS) -v 2>&1 | $(EGREP) -c "GNU assembler version (2\.19|2\.[2-9]|[3-9])") -+GAS210_OR_LATER = $(shell echo "" | $(CXX) -xc -c -Wa,-v -o/dev/null - 2>&1 | $(EGREP) -c "GNU assembler version (2\.[1-9][0-9]|[3-9])") -+GAS217_OR_LATER = $(shell echo "" | $(CXX) -xc -c -Wa,-v -o/dev/null - 2>&1 | $(EGREP) -c "GNU assembler version (2\.1[7-9]|2\.[2-9]|[3-9])") -+GAS219_OR_LATER = $(shell echo "" | $(CXX) -xc -c -Wa,-v -o/dev/null - 2>&1 | $(EGREP) -c "GNU assembler version (2\.19|2\.[2-9]|[3-9])") - ISMINGW = $(shell $(CXX) --version 2>&1 | $(EGREP) -c "mingw") - - ifneq ($(GCC42_OR_LATER),0) -@@ -151,7 +151,7 @@ - $(RANLIB) $@ +@@ -165,7 +165,7 @@ + $(RANLIB) $@ libcryptopp.so: $(LIBOBJS) - $(CXX) -shared -o $@ $(LIBOBJS) + $(CXX) -shared -o $@ $(CXXFLAGS) $(LDFLAGS) $(LIBOBJS) cryptest.exe: libcryptopp.a $(TESTOBJS) - $(CXX) -o $@ $(CXXFLAGS) $(TESTOBJS) -L. -lcryptopp $(LDFLAGS) $(LDLIBS) + $(CXX) -o $@ $(CXXFLAGS) $(TESTOBJS) ./libcryptopp.a $(LDFLAGS) $(LDLIBS) Modified: head/security/cryptopp/pkg-plist ============================================================================== --- head/security/cryptopp/pkg-plist Wed May 22 22:41:42 2013 (r318802) +++ head/security/cryptopp/pkg-plist Wed May 22 22:51:57 2013 (r318803) @@ -103,6 +103,7 @@ include/cryptopp/seed.h include/cryptopp/serpent.h include/cryptopp/serpentp.h include/cryptopp/sha.h +include/cryptopp/sha3.h include/cryptopp/shacal2.h include/cryptopp/shark.h include/cryptopp/simple.h