mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Update to 1.4.0
Unconditionnaly disable asciidoc
This commit is contained in:
parent
607f30f101
commit
61e305f991
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316935
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= czmq
|
||||
PORTVERSION= 1.3.2
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= devel net
|
||||
MASTER_SITES= http://download.zeromq.org/
|
||||
|
||||
@ -13,29 +13,29 @@ LICENSE= LGPL3
|
||||
|
||||
LIB_DEPENDS= zmq:${PORTSDIR}/devel/zmq
|
||||
|
||||
USE_PERL5_BUILD= yes
|
||||
USES= pathfix
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_prog_czmq_have_asciidoc=no
|
||||
CONFIGURE_ARGS= --with-libzmq=${LOCALBASE}
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN7= czmq.7 \
|
||||
zclock.7 \
|
||||
zctx.7 \
|
||||
zfile.7 \
|
||||
zframe.7 \
|
||||
zhash.7 \
|
||||
zlist.7 \
|
||||
zloop.7 \
|
||||
zmsg.7 \
|
||||
zmutex.7 \
|
||||
zsocket.7 \
|
||||
zsockopt.7 \
|
||||
zstr.7 \
|
||||
zthread.7
|
||||
MAN3= zbeacon.3 \
|
||||
zclock.3 \
|
||||
zctx.3 \
|
||||
zfile.3 \
|
||||
zframe.3 \
|
||||
zhash.3 \
|
||||
zlist.3 \
|
||||
zloop.3 \
|
||||
zmsg.3 \
|
||||
zmutex.3 \
|
||||
zsocket.3 \
|
||||
zsockopt.3 \
|
||||
zstr.3 \
|
||||
zsys.3 \
|
||||
zthread.3
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' ${WRKSRC}/src/Makefile
|
||||
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/doc/mkman
|
||||
MAN7= czmq.7
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (czmq-1.3.2.tar.gz) = c9459a2b78f604f956b2ba99abd5608653ff2ef5ab70e405ab05f2b9f2d3656c
|
||||
SIZE (czmq-1.3.2.tar.gz) = 422847
|
||||
SHA256 (czmq-1.4.0.tar.gz) = a34d1d177b7d53dc61b85eda67a5238bad760eb2c652fc977ed3c5e39090764d
|
||||
SIZE (czmq-1.4.0.tar.gz) = 440753
|
||||
|
@ -2,6 +2,7 @@
|
||||
bin/czmq_selftest
|
||||
include/czmq.h
|
||||
include/czmq_prelude.h
|
||||
include/zbeacon.h
|
||||
include/zclock.h
|
||||
include/zctx.h
|
||||
include/zfile.h
|
||||
@ -14,6 +15,7 @@ include/zmutex.h
|
||||
include/zsocket.h
|
||||
include/zsockopt.h
|
||||
include/zstr.h
|
||||
include/zsys.h
|
||||
include/zthread.h
|
||||
lib/libczmq.a
|
||||
lib/libczmq.la
|
||||
|
Loading…
Reference in New Issue
Block a user