svn commit: r371798 - head/net/libzmq4

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 31 10:21:12 UTC 2014


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
 


More information about the svn-ports-all mailing list