ports/175309: devel/zmq-devel: update to 3.2.2
Mikolaj Golub
trociny at FreeBSD.org
Mon Jan 14 22:00:00 UTC 2013
>Number: 175309
>Category: ports
>Synopsis: devel/zmq-devel: update to 3.2.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 14 22:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Mikolaj Golub
>Release:
>Organization:
>Environment:
>Description:
Can we upgrade zmq-devel port to the latest stable 3.2 release?
Note, the attached patch also forces -Wno-mismatched-tags compilation option that fixes build 3.2.2 with clang, suppressing "mismatched tags" warnings.
For the record, the mismatched tags" bug has already been fixed mainstream:
https://github.com/zeromq/libzmq/commit/14d3245e02f27857a80dba6ad6b7babed564a3d9
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: devel/zmq-devel/distinfo
===================================================================
--- devel/zmq-devel/distinfo (revision 310340)
+++ devel/zmq-devel/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (zeromq-3.1.0-beta.tar.gz) = f6d4d81ab73a870907fb8b205a44ce24e4c32de56e2a8479eb6c2fcb7aa8578f
-SIZE (zeromq-3.1.0-beta.tar.gz) = 1865154
+SHA256 (zeromq-3.2.2.tar.gz) = 2b4eeda60fe47a9fa0804d53d76f656665c5f84dab7e63a1d496d9430b554f99
+SIZE (zeromq-3.2.2.tar.gz) = 2067590
Index: devel/zmq-devel/Makefile
===================================================================
--- devel/zmq-devel/Makefile (revision 310340)
+++ devel/zmq-devel/Makefile (working copy)
@@ -6,16 +6,15 @@
#
PORTNAME= zmq
-PORTVERSION= 3.1.0
+PORTVERSION= 3.2.2
CATEGORIES= devel net
MASTER_SITES= http://download.zeromq.org/
PKGNAMESUFFIX= -devel
-DISTNAME= zeromq-${DISTVERSION}-beta
+DISTNAME= zeromq-${DISTVERSION}
MAINTAINER= az at FreeBSD.org
COMMENT= Open source message queue optimised for performance
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-beta//}
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack
@@ -58,6 +57,8 @@
zmq_getsockopt.3 \
zmq_msg_move.3
+CONFIGURE_ENV+= CXXFLAGS=-Wno-mismatched-tags
+
regression-test:
cd ${WRKSRC} && ${MAKE} check
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list