diff --git a/sysutils/lttng-ust/Makefile b/sysutils/lttng-ust/Makefile index a02db65df551..37ba97380714 100644 --- a/sysutils/lttng-ust/Makefile +++ b/sysutils/lttng-ust/Makefile @@ -1,39 +1,41 @@ PORTNAME= lttng-ust PORTVERSION= 2.13.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Libraries to instrument and trace user applications WWW= https://github.com/lttng/lttng-ust LICENSE= LGPL21 MIT GPLv2 LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE BUILD_DEPENDS= asciidoc:textproc/asciidoc \ xmlto:textproc/xmlto LIB_DEPENDS= liburcu.so:sysutils/liburcu USES= autoreconf gmake libtool localbase pathfix pkgconfig python \ shebangfix tar:bzip2 USE_LDCONFIG= yes SHEBANG_FILES= tools/lttng-gen-tp GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share # XXX: build fails if cmake is detected, see PR 253327 CONFIGURE_ENV= ac_cv_prog_HAVE_CMAKE=no INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS post-patch: @${GREP} -Rl --null '#!/bin/bash' ${WRKSRC}/tests | ${XARGS} -0 \ ${REINPLACE_CMD} -e '/#!/s,bash,sh,' .include diff --git a/sysutils/lttng-ust/pkg-plist b/sysutils/lttng-ust/pkg-plist index e659fad5548c..d01d2f962288 100644 --- a/sysutils/lttng-ust/pkg-plist +++ b/sysutils/lttng-ust/pkg-plist @@ -1,144 +1,144 @@ bin/lttng-gen-tp include/lttng/tp/lttng-ust-tracef.h include/lttng/tp/lttng-ust-tracelog.h include/lttng/tracef.h include/lttng/tracelog.h include/lttng/tracepoint-event.h include/lttng/tracepoint-rcu.h include/lttng/tracepoint-types.h include/lttng/tracepoint.h include/lttng/urcu/pointer.h include/lttng/urcu/static/pointer.h include/lttng/urcu/static/urcu-ust.h include/lttng/urcu/urcu-ust.h include/lttng/ust-abi.h include/lttng/ust-api-compat.h include/lttng/ust-arch.h include/lttng/ust-cancelstate.h include/lttng/ust-clock.h include/lttng/ust-common.h include/lttng/ust-compiler.h include/lttng/ust-config.h include/lttng/ust-ctl.h include/lttng/ust-endian.h include/lttng/ust-error.h include/lttng/ust-events.h include/lttng/ust-fork.h include/lttng/ust-getcpu.h include/lttng/ust-libc-wrapper.h include/lttng/ust-ringbuffer-context.h include/lttng/ust-sigbus.h include/lttng/ust-thread.h include/lttng/ust-tracepoint-event-nowrite.h include/lttng/ust-tracepoint-event-reset.h include/lttng/ust-tracepoint-event-write.h include/lttng/ust-tracepoint-event.h include/lttng/ust-tracer.h include/lttng/ust-utils.h include/lttng/ust-version.h lib/liblttng-ust-common.so lib/liblttng-ust-common.so.1 lib/liblttng-ust-common.so.1.0.0 lib/liblttng-ust-ctl.so lib/liblttng-ust-ctl.so.5 lib/liblttng-ust-ctl.so.5.0.0 lib/liblttng-ust-cyg-profile-fast.so lib/liblttng-ust-cyg-profile-fast.so.1 lib/liblttng-ust-cyg-profile-fast.so.1.0.0 lib/liblttng-ust-cyg-profile.so lib/liblttng-ust-cyg-profile.so.1 lib/liblttng-ust-cyg-profile.so.1.0.0 lib/liblttng-ust-dl.so lib/liblttng-ust-dl.so.1 lib/liblttng-ust-dl.so.1.0.0 lib/liblttng-ust-fd.so lib/liblttng-ust-fd.so.1 lib/liblttng-ust-fd.so.1.0.0 lib/liblttng-ust-fork.so lib/liblttng-ust-fork.so.1 lib/liblttng-ust-fork.so.1.0.0 lib/liblttng-ust-libc-wrapper.so lib/liblttng-ust-libc-wrapper.so.1 lib/liblttng-ust-libc-wrapper.so.1.0.0 lib/liblttng-ust-pthread-wrapper.so lib/liblttng-ust-pthread-wrapper.so.1 lib/liblttng-ust-pthread-wrapper.so.1.0.0 lib/liblttng-ust-tracepoint.so lib/liblttng-ust-tracepoint.so.1 lib/liblttng-ust-tracepoint.so.1.0.0 lib/liblttng-ust.so lib/liblttng-ust.so.1 lib/liblttng-ust.so.1.0.0 libdata/pkgconfig/lttng-ust-ctl.pc libdata/pkgconfig/lttng-ust.pc -man/man1/lttng-gen-tp.1.gz -man/man3/do_tracepoint.3.gz -man/man3/lttng-ust-cyg-profile.3.gz -man/man3/lttng-ust-dl.3.gz -man/man3/lttng-ust.3.gz -man/man3/lttng_ust_do_tracepoint.3.gz -man/man3/lttng_ust_tracef.3.gz -man/man3/lttng_ust_tracelog.3.gz -man/man3/lttng_ust_tracepoint.3.gz -man/man3/lttng_ust_tracepoint_enabled.3.gz -man/man3/lttng_ust_vtracef.3.gz -man/man3/lttng_ust_vtracelog.3.gz -man/man3/tracef.3.gz -man/man3/tracelog.3.gz -man/man3/tracepoint.3.gz -man/man3/tracepoint_enabled.3.gz +share/man/man1/lttng-gen-tp.1.gz +share/man/man3/do_tracepoint.3.gz +share/man/man3/lttng-ust-cyg-profile.3.gz +share/man/man3/lttng-ust-dl.3.gz +share/man/man3/lttng-ust.3.gz +share/man/man3/lttng_ust_do_tracepoint.3.gz +share/man/man3/lttng_ust_tracef.3.gz +share/man/man3/lttng_ust_tracelog.3.gz +share/man/man3/lttng_ust_tracepoint.3.gz +share/man/man3/lttng_ust_tracepoint_enabled.3.gz +share/man/man3/lttng_ust_vtracef.3.gz +share/man/man3/lttng_ust_vtracelog.3.gz +share/man/man3/tracef.3.gz +share/man/man3/tracelog.3.gz +share/man/man3/tracepoint.3.gz +share/man/man3/tracepoint_enabled.3.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/examples/README %%PORTDOCS%%%%DOCSDIR%%/examples/clock-override/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/clock-override/README %%PORTDOCS%%%%DOCSDIR%%/examples/clock-override/lttng-ust-clock-override-example.c %%PORTDOCS%%%%DOCSDIR%%/examples/clock-override/run-clock-override %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/CMakeLists.txt %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/FindLTTngUST.cmake %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/README.md %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/aligner-lib.cpp %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/aligner-lib.h %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/aligner.cpp %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/tester-lib.cpp %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/tester-lib.h %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/tester.cpp %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/trace.sh %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/tracepoint-provider.cpp %%PORTDOCS%%%%DOCSDIR%%/examples/cmake-multiple-shared-libraries/tracepoint-provider.h %%PORTDOCS%%%%DOCSDIR%%/examples/demo-tracef/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/demo-tracef/README %%PORTDOCS%%%%DOCSDIR%%/examples/demo-tracef/demo-tracef.c %%PORTDOCS%%%%DOCSDIR%%/examples/demo-tracef/demo-vtracef.c %%PORTDOCS%%%%DOCSDIR%%/examples/demo-tracelog/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/demo-tracelog/README %%PORTDOCS%%%%DOCSDIR%%/examples/demo-tracelog/demo-tracelog.c %%PORTDOCS%%%%DOCSDIR%%/examples/demo-tracelog/demo-vtracelog.c %%PORTDOCS%%%%DOCSDIR%%/examples/demo/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/demo/README %%PORTDOCS%%%%DOCSDIR%%/examples/demo/demo-trace %%PORTDOCS%%%%DOCSDIR%%/examples/demo/demo.c %%PORTDOCS%%%%DOCSDIR%%/examples/demo/tp.c %%PORTDOCS%%%%DOCSDIR%%/examples/demo/tp2.c %%PORTDOCS%%%%DOCSDIR%%/examples/demo/tp3.c %%PORTDOCS%%%%DOCSDIR%%/examples/demo/ust_tests_demo.h %%PORTDOCS%%%%DOCSDIR%%/examples/demo/ust_tests_demo2.h %%PORTDOCS%%%%DOCSDIR%%/examples/demo/ust_tests_demo3.h %%PORTDOCS%%%%DOCSDIR%%/examples/easy-ust/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/easy-ust/sample.c %%PORTDOCS%%%%DOCSDIR%%/examples/easy-ust/sample_component_provider.h %%PORTDOCS%%%%DOCSDIR%%/examples/easy-ust/tp.c %%PORTDOCS%%%%DOCSDIR%%/examples/gen-tp/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/gen-tp/sample.c %%PORTDOCS%%%%DOCSDIR%%/examples/gen-tp/sample_tracepoint.tp %%PORTDOCS%%%%DOCSDIR%%/examples/getcpu-override/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/getcpu-override/README %%PORTDOCS%%%%DOCSDIR%%/examples/getcpu-override/lttng-ust-getcpu-override-example.c %%PORTDOCS%%%%DOCSDIR%%/examples/getcpu-override/run-getcpu-override %%PORTDOCS%%%%DOCSDIR%%/examples/hello-static-lib/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/hello-static-lib/README %%PORTDOCS%%%%DOCSDIR%%/examples/hello-static-lib/hello.c %%PORTDOCS%%%%DOCSDIR%%/examples/hello-static-lib/tp.c %%PORTDOCS%%%%DOCSDIR%%/examples/hello-static-lib/ust_tests_hello.h %%PORTDOCS%%%%DOCSDIR%%/java-agent.txt