From owner-svn-ports-all@FreeBSD.ORG Fri Oct 31 10:21:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00A51988; Fri, 31 Oct 2014 10:21:11 +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 E15FCB3E; Fri, 31 Oct 2014 10:21:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9VALBLu033467; Fri, 31 Oct 2014 10:21:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9VALBOI033466; Fri, 31 Oct 2014 10:21:11 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410311021.s9VALBOI033466@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 31 Oct 2014 10:21:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371798 - head/net/libzmq4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2014 10:21:12 -0000 Author: bapt Date: Fri Oct 31 10:21:11 2014 New Revision: 371798 URL: https://svnweb.freebsd.org/changeset/ports/371798 QAT: https://qat.redports.org/buildarchive/r371798/ Log: Activate CURVE and OPENPGM options by default Strip binaries Approved by: koobs (maintainer) Modified: head/net/libzmq4/Makefile Modified: head/net/libzmq4/Makefile ============================================================================== --- head/net/libzmq4/Makefile Fri Oct 31 10:18:45 2014 (r371797) +++ head/net/libzmq4/Makefile Fri Oct 31 10:21:11 2014 (r371798) @@ -2,7 +2,7 @@ PORTNAME= libzmq4 PORTVERSION= 4.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ DISTNAME= zeromq-${DISTVERSION} @@ -14,8 +14,10 @@ LICENSE= LGPL3 USES= libtool pathfix USE_LDCONFIG= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= CURVE DEBUG PGM +OPTIONS_DEFAULT= CURVE PGM CURVE_DESC= CURVE security mechanism via libsodium PGM_DESC= Reliable multicast transport using PGM via OpenPGM