From owner-svn-ports-all@freebsd.org Thu Aug 11 10:54:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFC3BBB0F6C; Thu, 11 Aug 2016 10:54:26 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 97974165E; Thu, 11 Aug 2016 10:54:26 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7BAsPKB051494; Thu, 11 Aug 2016 10:54:25 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7BAsPhd051492; Thu, 11 Aug 2016 10:54:25 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201608111054.u7BAsPhd051492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 11 Aug 2016 10:54:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420059 - in branches/2016Q3/net/libzmq4: . files X-SVN-Group: ports-branches 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.22 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: Thu, 11 Aug 2016 10:54:27 -0000 Author: koobs Date: Thu Aug 11 10:54:25 2016 New Revision: 420059 URL: https://svnweb.freebsd.org/changeset/ports/420059 Log: MFH: r420056 - net/libzmq4: Add NORM option, Disable -Werror - Add NORM option and helpers [1], no default. - Backport upstream pull request #2066. [1][2] - Override default -Werror in build. [2] https://github.com/zeromq/libzmq/pull/2066 PR: 211306 (part 1 of 2) [1] Submitted by: Eric Camachat [1] - Resolve conflict from missing r418449 Approved by: ports-secteam (blanket) Added: branches/2016Q3/net/libzmq4/files/ - copied from r420056, head/net/libzmq4/files/ Modified: branches/2016Q3/net/libzmq4/Makefile branches/2016Q3/net/libzmq4/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/net/libzmq4/Makefile ============================================================================== --- branches/2016Q3/net/libzmq4/Makefile Thu Aug 11 10:54:17 2016 (r420058) +++ branches/2016Q3/net/libzmq4/Makefile Thu Aug 11 10:54:25 2016 (r420059) @@ -2,7 +2,7 @@ PORTNAME= libzmq4 PORTVERSION= 4.1.4 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ DISTNAME= zeromq-${DISTVERSION} @@ -19,11 +19,12 @@ USES= libtool pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -OPTIONS_DEFINE= CURVE DEBUG PGM +OPTIONS_DEFINE= CURVE DEBUG PGM NORM OPTIONS_DEFAULT= CURVE PGM CURVE_DESC= CURVE security mechanism via libsodium PGM_DESC= Reliable multicast transport using PGM via OpenPGM +NORM_DESC= Reliable multicast transport using NORM via NRL CURVE_CONFIGURE_WITH= libsodium CURVE_LIB_DEPENDS= libsodium.so:security/libsodium @@ -34,9 +35,13 @@ DEBUG_VARS= WITH_DEBUG=yes PGM_CONFIGURE_WITH= pgm PGM_LIB_DEPENDS= libpgm.so:net/openpgm +NORM_CONFIGURE_WITH= norm=${PREFIX} +NORM_LIB_DEPENDS= libnorm.so:net/norm + CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig CFLAGS+= -Wno-long-long +CPPFLAGS+= -Wno-error MAKE_ENV= V=1 INSTALL_TARGET= install-strip Modified: branches/2016Q3/net/libzmq4/distinfo ============================================================================== --- branches/2016Q3/net/libzmq4/distinfo Thu Aug 11 10:54:17 2016 (r420058) +++ branches/2016Q3/net/libzmq4/distinfo Thu Aug 11 10:54:25 2016 (r420059) @@ -1,2 +1,3 @@ +TIMESTAMP = 1469795631 SHA256 (zeromq-4.1.4.tar.gz) = e99f44fde25c2e4cb84ce440f87ca7d3fe3271c2b8cfbc67d55e4de25e6fe378 SIZE (zeromq-4.1.4.tar.gz) = 1400012