From owner-svn-ports-head@FreeBSD.ORG Fri Jun 20 13:01:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81926FB4; Fri, 20 Jun 2014 13:01:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C38F2F33; Fri, 20 Jun 2014 13:01:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KD1iAf001414; Fri, 20 Jun 2014 13:01:44 GMT (envelope-from grembo@svn.freebsd.org) Received: (from grembo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KD1i62001413; Fri, 20 Jun 2014 13:01:44 GMT (envelope-from grembo@svn.freebsd.org) Message-Id: <201406201301.s5KD1i62001413@svn.freebsd.org> From: Michael Gmelin Date: Fri, 20 Jun 2014 13:01:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358570 - head/security/cryptopp 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.18 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: Fri, 20 Jun 2014 13:01:44 -0000 Author: grembo Date: Fri Jun 20 13:01:43 2014 New Revision: 358570 URL: http://svnweb.freebsd.org/changeset/ports/358570 QAT: https://qat.redports.org/buildarchive/r358570/ Log: Build shared library by default PR: 191028 Reviewed by: bapt Approved by: bapt Modified: head/security/cryptopp/Makefile Modified: head/security/cryptopp/Makefile ============================================================================== --- head/security/cryptopp/Makefile Fri Jun 20 12:59:12 2014 (r358569) +++ head/security/cryptopp/Makefile Fri Jun 20 13:01:43 2014 (r358570) @@ -13,7 +13,7 @@ MAINTAINER= delphij@FreeBSD.org COMMENT= Free C++ class library of Cryptographic Primitives OPTIONS_DEFINE= DEBUG DOCS GCC STATIC THREADS -OPTIONS_DEFAULT= STATIC THREADS +OPTIONS_DEFAULT= THREADS STATIC_DESC= Build static version only (no shared libs) GCC_DESC= Build with current GCC