mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Switch ZeroMQ 4 ports to USES=libtool and bump revision of affected ports.
Approved by: koobs
This commit is contained in:
parent
0153c582be
commit
02812b69d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356842
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= czmq
|
||||
PORTVERSION= 2.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.zeromq.org/
|
||||
|
||||
@ -13,7 +14,7 @@ LICENSE= LGPL3
|
||||
|
||||
LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq4
|
||||
|
||||
USES= pathfix
|
||||
USES= libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -26,9 +26,9 @@ include/zsys.h
|
||||
include/zthread.h
|
||||
include/ztree.h
|
||||
lib/libczmq.a
|
||||
lib/libczmq.la
|
||||
lib/libczmq.so
|
||||
lib/libczmq.so.2
|
||||
lib/libczmq.so.1
|
||||
lib/libczmq.so.1.1.0
|
||||
libdata/pkgconfig/libczmq.pc
|
||||
man/man3/zauth.3.gz
|
||||
man/man3/zbeacon.3.gz
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libzmq4
|
||||
PORTVERSION= 4.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.zeromq.org/
|
||||
DISTNAME= zeromq-${DISTVERSION}
|
||||
@ -11,7 +12,7 @@ COMMENT= ZeroMQ core library (Version 4)
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
USES= pathfix
|
||||
USES= libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= CURVE DEBUG PGM
|
||||
|
@ -2,9 +2,9 @@ bin/curve_keygen
|
||||
include/zmq.h
|
||||
include/zmq_utils.h
|
||||
lib/libzmq.a
|
||||
lib/libzmq.la
|
||||
lib/libzmq.so
|
||||
lib/libzmq.so.4
|
||||
lib/libzmq.so.3
|
||||
lib/libzmq.so.3.1.0
|
||||
libdata/pkgconfig/libzmq.pc
|
||||
man/man3/zmq_bind.3.gz
|
||||
man/man3/zmq_close.3.gz
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= pyzmq
|
||||
PORTVERSION= 14.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
Loading…
Reference in New Issue
Block a user