Index: head/dns/gdnsd3/Makefile =================================================================== --- head/dns/gdnsd3/Makefile (revision 533212) +++ head/dns/gdnsd3/Makefile (revision 533213) @@ -1,60 +1,61 @@ # Created by: Allan Jude # $FreeBSD$ PORTNAME= gdnsd PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \ ZI \ http://gdnsd.scaleengine.net/gdnsd/ PKGNAMESUFFIX= 3 MAINTAINER= zi@FreeBSD.org COMMENT= Authoritative-only GeoIP-aware DNS server LICENSE= GPLv3 LIB_DEPENDS= libev.so:devel/libev \ libsodium.so:security/libsodium \ liburcu.so:sysutils/liburcu FETCH_ARGS= -Fpr GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var USE_LDCONFIG= yes USES= pkgconfig libtool tar:xz perl5 gmake USE_PERL5= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFLICTS_INSTALL= gdnsd-1.[0-9]* gdnsd2-2.[0-9]* USE_RC_SUBR= gdnsd USERS?= gdnsd GROUPS?= gdnsd OPTIONS_DEFINE= DOCS MAXMINDDB OPTIONS_DEFAULT=MAXMINDDB MAXMINDDB_DESC= Enable GeoIP1 + GeoIP2 Support MAXMINDDB_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 CONFIGURE_ARGS+=--without-hardening CFLAGS+= -fstack-protector-strong -fexceptions -ftrapv LDFLAGS+= -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack .endif post-patch: @${REINPLACE_CMD} -e 's|$${localstatedir}/lib/$${PACKAGE_NAME}|/var/db/${PORTNAME}|g' \ ${WRKSRC}/configure post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gdnsd/geoip \ ${STAGEDIR}${PREFIX}/etc/gdnsd/zones \ ${STAGEDIR}/var/run/gdnsd .include Index: head/dns/knot2/Makefile =================================================================== --- head/dns/knot2/Makefile (revision 533212) +++ head/dns/knot2/Makefile (revision 533213) @@ -1,119 +1,120 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= knot DISTVERSION= 2.9.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ PKGNAMESUFFIX?= 2 MAINTAINER= freebsd@dns.company COMMENT?= High performance authoritative-only DNS server LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= knot-1.* knot1-[0-6].* BUILD_DEPENDS= autoconf>=2.65:devel/autoconf LIB_DEPENDS= libgnutls.so:security/gnutls \ liblmdb.so:databases/lmdb USES= alias libtool localbase pkgconfig tar:xz HAS_CONFIGURE= yes CONFIGURE_ARGS= --enable-recvmmsg=no \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --mandir=${MANPREFIX}/man .if !defined(UTILS_ONLY) && !defined(LIB_ONLY) CONFIGURE_ARGS+= --with-rundir=/var/run/knot \ --with-storage=/var/db/knot USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message USES+= libedit LIB_DEPENDS+= liburcu.so:sysutils/liburcu .endif .if defined(UTILS_ONLY) || defined(LIB_ONLY) CONFIGURE_ARGS+= --disable-daemon \ --disable-modules .endif .if defined(LIB_ONLY) CONFIGURE_ARGS+= --disable-utilities .endif USE_LDCONFIG= yes INSTALL_TARGET= install-strip USERS= knot GROUPS= knot SUB_LIST+= USERS="${USERS}" GROUPS="${GROUPS}" PORTDOCS= COPYING NEWS README OPTIONS_DEFINE= DNSTAP DOCS .if !defined(LIB_ONLY) OPTIONS_DEFINE+= IDN .endif .if !defined(UTILS_ONLY) && !defined(LIB_ONLY) OPTIONS_DEFINE+= FASTPARSER MAXMINDDB .endif DNSTAP_DESC= dnstap support (see dnstap.info) DNSTAP_CONFIGURE_ENABLE= dnstap DNSTAP_CONFIGURE_WITH= module-dnstap=yes DNSTAP_LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \ libfstrm.so:devel/fstrm # XXX: because `kdig_CPPFLAGS += $(DNSTAP_CFLAGS)' line is missing from # `src/Makefile.am' file (and thus pre-generated `src/Makefile.in') which # should contain "$libfstrm_CFLAGS $libprotobuf_c_CFLAGS" set by configure # script, provide it here explicitly as patching those files would result # in higher line count. Ideally this bug should be fixed upstream. DNSTAP_CPPFLAGS= -I${LOCALBASE}/include DOCS_USES+= python DOCS_CONFIGURE_OFF= --disable-documentation FASTPARSER_DESC= Fast zone parser (demanding compilation) FASTPARSER_CONFIGURE_ENABLE= fastparser IDN_CONFIGURE_WITH= libidn IDN_CONFIGURE_OFF= --without-libidn IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 MAXMINDDB_DESC= Enable MaxMind for geodb module MAXMINDDB_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb MAXMINDDB_CONFIGURE_ENABLE= maxminddb .include .if ${ARCH} == i386 USES+= autoreconf EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-configure.ac .endif post-patch: .if !defined(UTILS_ONLY) && !defined(LIB_ONLY) @${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@storage_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@storage_dir\@|' \ ${WRKSRC}/src/Makefile.in @${RM} -r ${WRKSRC}/src/zscanner/scanner.c .endif post-install: .if !defined(UTILS_ONLY) && !defined(LIB_ONLY) ${MV} ${STAGEDIR}${ETCDIR}/knot.sample.conf \ ${STAGEDIR}${ETCDIR}/knot.conf.sample @${MKDIR} ${STAGEDIR}/var/run/knot ${STAGEDIR}/var/db/knot .endif @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .include Index: head/net/glusterfs/Makefile =================================================================== --- head/net/glusterfs/Makefile (revision 533212) +++ head/net/glusterfs/Makefile (revision 533213) @@ -1,63 +1,63 @@ # $FreeBSD$ PORTNAME= glusterfs PORTVERSION= 3.11.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/ MAINTAINER= craig001@lerwick.hopto.org COMMENT= GlusterFS distributed file system LICENSE= GPLv2 LGPL3 LICENSE_COMB= dual DEPRECATED= Uses deprecated version of python EXPIRATION_DATE= 2020-09-15 LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:sysutils/liburcu USES= bison gettext gnome libtool pkgconfig python:2.7 readline \ shebangfix sqlite ssl BROKEN_SSL= libressl SHEBANG_FILES= extras/peer_add_secret_pub.in \ events/src/glustereventsd.py \ events/src/peer_eventsapi.py \ tools/glusterfind/src/nodeagent.py \ tools/glusterfind/src/brickfind.py \ tools/glusterfind/src/changelog.py \ tools/glusterfind/glusterfind.in \ tools/gfind_missing_files/gfid_to_path.py \ extras/pre-upgrade-script-for-quota.sh \ events/tools/eventsdash.py \ extras/post-upgrade-script-for-quota.sh \ extras/snap_scheduler/gcron.py \ extras/snap_scheduler/snap_scheduler.py \ events/src/peer_eventsapi.py \ events/src/glustereventsd.py \ tools/glusterfind/S57glusterfind-delete-post.py USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes USE_RC_SUBR= glusterd GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --with-mountutildir=${PREFIX}/sbin \ --localstatedir=/var \ --disable-epoll \ --enable-glupy \ --disable-georeplication \ ac_cv_lib_aio_io_setup=no ac_cv_func_fallocate=no \ ac_cv_func_setfsuid=no ac_cv_func_fdatasync=no \ ac_cv_func_llistxattr=no ac_cv_func_malloc_stats=no CPPFLAGS+= -I"${LOCALBASE}/include" LDFLAGS+= -L"${LOCALBASE}/lib" -largp INSTALL_TARGET= install-strip PLIST_SUB= GLUSTERLIBDIR="lib/${PORTNAME}/${PORTVERSION}" KMODDIR?= /boot/modules OPTIONS_DEFINE= DOCS .include Index: head/sysutils/liburcu/files/patch-include_urcu_syscall-compat.h =================================================================== --- head/sysutils/liburcu/files/patch-include_urcu_syscall-compat.h (revision 533212) +++ head/sysutils/liburcu/files/patch-include_urcu_syscall-compat.h (nonexistent) @@ -1,11 +0,0 @@ ---- include/urcu/syscall-compat.h.orig 2017-06-12 23:02:38 UTC -+++ include/urcu/syscall-compat.h -@@ -32,7 +32,7 @@ - #elif defined(__linux__) || defined(__GLIBC__) - #include - --#elif defined(__CYGWIN__) || defined(__APPLE__) -+#elif defined(__CYGWIN__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) - /* Don't include anything on Cygwin or MacOSX. */ - - #else Property changes on: head/sysutils/liburcu/files/patch-include_urcu_syscall-compat.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/liburcu/Makefile =================================================================== --- head/sysutils/liburcu/Makefile (revision 533212) +++ head/sysutils/liburcu/Makefile (revision 533213) @@ -1,30 +1,27 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= liburcu -PORTVERSION= 0.10.1 +PORTVERSION= 0.12.1 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/urcu/ DISTNAME= userspace-rcu-${PORTVERSION} -MAINTAINER= mmokhi@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Userspace read-copy-update (RCU) data synchronization library LICENSE= LGPL21 -BROKEN_mips= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 -BROKEN_mips64= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 - PLIST_SUB= SO_SHORT_VER=6 \ - SO_VER=6.0.0 + SO_VER=6.1.0 USES= pathfix libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --docdir=${DOCSDIR} INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS .include Index: head/sysutils/liburcu/distinfo =================================================================== --- head/sysutils/liburcu/distinfo (revision 533212) +++ head/sysutils/liburcu/distinfo (revision 533213) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540996704 -SHA256 (userspace-rcu-0.10.1.tar.bz2) = 9c09220be4435dc27fcd22d291707b94b97f159e0c442fbcd60c168f8f79eb06 -SIZE (userspace-rcu-0.10.1.tar.bz2) = 503347 +TIMESTAMP = 1588030731 +SHA256 (userspace-rcu-0.12.1.tar.bz2) = bbfaead0345642b97e0de90f889dfbab4b2643a6a5e5c6bb59cd0d26fc0bcd0e +SIZE (userspace-rcu-0.12.1.tar.bz2) = 527626 Index: head/sysutils/liburcu/pkg-plist =================================================================== --- head/sysutils/liburcu/pkg-plist (revision 533212) +++ head/sysutils/liburcu/pkg-plist (revision 533213) @@ -1,164 +1,187 @@ include/urcu-bp.h include/urcu-call-rcu.h include/urcu-defer.h include/urcu-flavor.h include/urcu-pointer.h include/urcu-qsbr.h include/urcu.h include/urcu/arch.h include/urcu/arch/generic.h +include/urcu/call-rcu.h include/urcu/cds.h include/urcu/compiler.h include/urcu/config.h include/urcu/debug.h +include/urcu/defer.h +include/urcu/flavor.h include/urcu/futex.h include/urcu/hlist.h include/urcu/lfstack.h include/urcu/list.h +include/urcu/map/clear.h include/urcu/map/urcu-bp.h +include/urcu/map/urcu-mb.h +include/urcu/map/urcu-memb.h include/urcu/map/urcu-qsbr.h +include/urcu/map/urcu-signal.h include/urcu/map/urcu.h +include/urcu/pointer.h include/urcu/rcuhlist.h include/urcu/rculfhash.h include/urcu/rculfqueue.h include/urcu/rculfstack.h include/urcu/rculist.h include/urcu/ref.h include/urcu/static/lfstack.h +include/urcu/static/pointer.h include/urcu/static/rculfqueue.h include/urcu/static/rculfstack.h include/urcu/static/urcu-bp.h -include/urcu/static/urcu-pointer.h +include/urcu/static/urcu-common.h +include/urcu/static/urcu-mb.h +include/urcu/static/urcu-memb.h include/urcu/static/urcu-qsbr.h +include/urcu/static/urcu-signal-nr.h +include/urcu/static/urcu-signal.h include/urcu/static/urcu.h include/urcu/static/wfcqueue.h include/urcu/static/wfqueue.h include/urcu/static/wfstack.h include/urcu/syscall-compat.h include/urcu/system.h include/urcu/tls-compat.h include/urcu/uatomic.h include/urcu/uatomic/generic.h include/urcu/uatomic_arch.h +include/urcu/urcu-bp.h include/urcu/urcu-futex.h +include/urcu/urcu-mb.h +include/urcu/urcu-memb.h +include/urcu/urcu-qsbr.h +include/urcu/urcu-signal.h +include/urcu/urcu.h include/urcu/urcu_ref.h include/urcu/wfcqueue.h include/urcu/wfqueue.h include/urcu/wfstack.h lib/liburcu-bp.a lib/liburcu-bp.so lib/liburcu-bp.so.%%SO_SHORT_VER%% lib/liburcu-bp.so.%%SO_VER%% lib/liburcu-cds.a lib/liburcu-cds.so lib/liburcu-cds.so.%%SO_SHORT_VER%% lib/liburcu-cds.so.%%SO_VER%% lib/liburcu-common.a lib/liburcu-common.so lib/liburcu-common.so.%%SO_SHORT_VER%% lib/liburcu-common.so.%%SO_VER%% lib/liburcu-mb.a lib/liburcu-mb.so lib/liburcu-mb.so.%%SO_SHORT_VER%% lib/liburcu-mb.so.%%SO_VER%% +lib/liburcu-memb.a +lib/liburcu-memb.so +lib/liburcu-memb.so.%%SO_SHORT_VER%% +lib/liburcu-memb.so.%%SO_VER%% lib/liburcu-qsbr.a lib/liburcu-qsbr.so lib/liburcu-qsbr.so.%%SO_SHORT_VER%% lib/liburcu-qsbr.so.%%SO_VER%% lib/liburcu-signal.a lib/liburcu-signal.so lib/liburcu-signal.so.%%SO_SHORT_VER%% lib/liburcu-signal.so.%%SO_VER%% lib/liburcu.a lib/liburcu.so lib/liburcu.so.%%SO_SHORT_VER%% lib/liburcu.so.%%SO_VER%% libdata/pkgconfig/liburcu-bp.pc libdata/pkgconfig/liburcu-cds.pc libdata/pkgconfig/liburcu-mb.pc libdata/pkgconfig/liburcu-qsbr.pc libdata/pkgconfig/liburcu-signal.pc libdata/pkgconfig/liburcu.pc %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/cds-api.md %%PORTDOCS%%%%DOCSDIR%%/examples/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/Makefile.examples.template %%PORTDOCS%%%%DOCSDIR%%/examples/hlist/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/hlist/Makefile.cds_hlist_add_head_rcu %%PORTDOCS%%%%DOCSDIR%%/examples/hlist/Makefile.cds_hlist_del_rcu %%PORTDOCS%%%%DOCSDIR%%/examples/hlist/Makefile.cds_hlist_for_each_entry_rcu %%PORTDOCS%%%%DOCSDIR%%/examples/hlist/Makefile.cds_hlist_for_each_rcu %%PORTDOCS%%%%DOCSDIR%%/examples/hlist/cds_hlist_add_head_rcu.c %%PORTDOCS%%%%DOCSDIR%%/examples/hlist/cds_hlist_del_rcu.c %%PORTDOCS%%%%DOCSDIR%%/examples/hlist/cds_hlist_for_each_entry_rcu.c %%PORTDOCS%%%%DOCSDIR%%/examples/hlist/cds_hlist_for_each_rcu.c %%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/Makefile.cds_lfs_pop_all_blocking %%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/Makefile.cds_lfs_pop_blocking %%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/Makefile.cds_lfs_push %%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/cds_lfs_pop_all_blocking.c %%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/cds_lfs_pop_blocking.c %%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/cds_lfs_push.c %%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_add_rcu %%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_add_tail_rcu %%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_del_rcu %%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_for_each_entry_rcu %%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_for_each_rcu %%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_replace_rcu %%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_add_rcu.c %%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_add_tail_rcu.c %%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_del_rcu.c %%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_for_each_entry_rcu.c %%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_for_each_rcu.c %%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_replace_rcu.c %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_add %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_add_replace %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_add_unique %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_del %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_destroy %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_for_each_entry_duplicate %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_lookup %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_add.c %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_add_replace.c %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_add_unique.c %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_del.c %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_destroy.c %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_for_each_entry_duplicate.c %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_lookup.c %%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/jhash.h %%PORTDOCS%%%%DOCSDIR%%/examples/rculfqueue/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/rculfqueue/Makefile.cds_lfq_dequeue %%PORTDOCS%%%%DOCSDIR%%/examples/rculfqueue/Makefile.cds_lfq_enqueue %%PORTDOCS%%%%DOCSDIR%%/examples/rculfqueue/cds_lfq_dequeue.c %%PORTDOCS%%%%DOCSDIR%%/examples/rculfqueue/cds_lfq_enqueue.c %%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile.bp %%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile.mb %%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile.membarrier %%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile.qsbr %%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile.signal %%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/bp.c %%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/mb.c %%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/membarrier.c %%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/qsbr.c %%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/signal.c %%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/Makefile.cds_wfcq_dequeue %%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/Makefile.cds_wfcq_enqueue %%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/Makefile.cds_wfcq_splice %%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/cds_wfcq_dequeue.c %%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/cds_wfcq_enqueue.c %%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/cds_wfcq_splice.c %%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/Makefile.cds_wfs_pop %%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/Makefile.cds_wfs_pop_all_blocking %%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/Makefile.cds_wfs_push %%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/cds_wfs_pop.c %%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/cds_wfs_pop_all_blocking.c %%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/cds_wfs_push.c %%PORTDOCS%%%%DOCSDIR%%/rcu-api.md %%PORTDOCS%%%%DOCSDIR%%/solaris-build.md %%PORTDOCS%%%%DOCSDIR%%/uatomic-api.md Index: head/sysutils/lttng-tools/Makefile =================================================================== --- head/sysutils/lttng-tools/Makefile (revision 533212) +++ head/sysutils/lttng-tools/Makefile (revision 533213) @@ -1,45 +1,45 @@ # Created by: Mahdi Mokhtari # $FreeBSD$ PORTNAME= lttng-tools PORTVERSION= 2.9.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/${PORTNAME}/ MAINTAINER= mmokhi@FreeBSD.org COMMENT= Set of tools to control LTTng tracing LICENSE= LGPL21 GPLv2 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/lgpl-2.1.txt LICENSE_FILE_GPLv2= ${WRKSRC}/gpl-2.0.txt LIB_DEPENDS= libpopt.so:devel/popt \ liburcu.so:sysutils/liburcu \ liblttng-ust-ctl.so:sysutils/lttng-ust USES= autoreconf bison compiler:c11 gnome libtool localbase pathfix \ pkgconfig shebangfix tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lttng-ust-prefix=${LOCALBASE} \ --disable-maintainer-mode INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS .include .if ${ARCH} == powerpc64 USE_GCC= yes .endif post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${STAGEDIR}${MANPREFIX}/man/man3/ ${INSTALL_MAN} ${WRKSRC}/doc/man/*.8 ${STAGEDIR}${MANPREFIX}/man/man8/ .include Index: head/sysutils/lttng-ust/Makefile =================================================================== --- head/sysutils/lttng-ust/Makefile (revision 533212) +++ head/sysutils/lttng-ust/Makefile (revision 533213) @@ -1,34 +1,34 @@ # Created by: Mahdi Mokhtari # $FreeBSD$ PORTNAME= lttng-ust PORTVERSION= 2.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/${PORTNAME}/ MAINTAINER= mmokhi@FreeBSD.org COMMENT= Libraries to instrument and trace user applications LICENSE= LGPL21 MIT GPLv2 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING LICENSE_FILE_MIT= ${WRKSRC}/COPYING LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LIB_DEPENDS= liburcu.so:sysutils/liburcu USES= autoreconf libtool localbase pathfix python \ shebangfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|%%PYTHON_VERSION%%|${PYTHON_VERSION}|g' \ ${PATCH_WRKSRC}/tools/lttng-gen-tp .include