Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2016 10:54:25 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
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
Message-ID:  <201608111054.u7BAsPhd051492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <eric camachat org> [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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608111054.u7BAsPhd051492>