diff options
Diffstat (limited to 'sysutils/lttng-ust')
-rw-r--r-- | sysutils/lttng-ust/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lttng-ust/distinfo | 6 | ||||
-rw-r--r-- | sysutils/lttng-ust/files/patch-doc_man_lttng-ust.3 | 53 |
3 files changed, 5 insertions, 60 deletions
diff --git a/sysutils/lttng-ust/Makefile b/sysutils/lttng-ust/Makefile index 37ba97380714..7980d94e52a4 100644 --- a/sysutils/lttng-ust/Makefile +++ b/sysutils/lttng-ust/Makefile @@ -1,6 +1,5 @@ PORTNAME= lttng-ust -PORTVERSION= 2.13.2 -PORTREVISION= 1 +DISTVERSION= 2.13.9 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/${PORTNAME}/ @@ -8,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Libraries to instrument and trace user applications WWW= https://github.com/lttng/lttng-ust -LICENSE= LGPL21 MIT GPLv2 +LICENSE= GPLv2 LGPL21 MIT LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE @@ -25,7 +24,6 @@ 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 diff --git a/sysutils/lttng-ust/distinfo b/sysutils/lttng-ust/distinfo index 6d6105c0f390..470caafedb58 100644 --- a/sysutils/lttng-ust/distinfo +++ b/sysutils/lttng-ust/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649309595 -SHA256 (lttng-ust-2.13.2.tar.bz2) = 08679a1dfc2c9428885273861628aa5d828972f389a38bb08fdce39adee589b7 -SIZE (lttng-ust-2.13.2.tar.bz2) = 1327075 +TIMESTAMP = 1748439718 +SHA256 (lttng-ust-2.13.9.tar.bz2) = 2ad6d69a54a1d924c18a4aa7a233db104e3cc332bcdd240e196bf7adbed3f712 +SIZE (lttng-ust-2.13.9.tar.bz2) = 1359608 diff --git a/sysutils/lttng-ust/files/patch-doc_man_lttng-ust.3 b/sysutils/lttng-ust/files/patch-doc_man_lttng-ust.3 deleted file mode 100644 index 9aa95c0a1350..000000000000 --- a/sysutils/lttng-ust/files/patch-doc_man_lttng-ust.3 +++ /dev/null @@ -1,53 +0,0 @@ ---- doc/man/lttng-ust.3.orig 2022-03-25 17:53:42 UTC -+++ doc/man/lttng-ust.3 -@@ -2,12 +2,12 @@ - .\" Title: lttng-ust - .\" Author: [see the "AUTHORS" section] - .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> --.\" Date: 03/25/2022 -+.\" Date: 04/07/2022 - .\" Manual: LTTng Manual - .\" Source: LTTng 2.13.2 - .\" Language: English - .\" --.TH "LTTNG\-UST" "3" "03/25/2022" "LTTng 2\&.13\&.2" "LTTng Manual" -+.TH "LTTNG\-UST" "3" "04/07/2022" "LTTng 2\&.13\&.2" "LTTng Manual" - .\" ----------------------------------------------------------------- - .\" * Define some portability stuff - .\" ----------------------------------------------------------------- -@@ -114,7 +114,7 @@ Link with, following this manual page: - .sp -1 - .IP \(bu 2.3 - .\} --\fB-llttng-ust -ldl\fR -+\fB-llttng-ust\fR - .RE - .sp - .RS 4 -@@ -1066,7 +1066,7 @@ Then, link your application with this object file (or - .RS 4 - .\} - .nf --$ cc \-o app tp\&.o app\&.o \-llttng\-ust \-ldl -+$ cc \-o app tp\&.o app\&.o \-llttng\-ust - .fi - .if n \{\ - .RE -@@ -1151,7 +1151,7 @@ This tracepoint provider shared object isn\(cqt linked - .RS 4 - .\} - .nf --$ cc \-o app app\&.o tp\-define\&.o \-ldl -+$ cc \-o app app\&.o tp\-define\&.o - .fi - .if n \{\ - .RE -@@ -1823,7 +1823,7 @@ You can compile the source files and link them togethe - .nf - $ cc \-c \-I\&. tp\&.c - $ cc \-c app\&.c --$ cc \-o app tp\&.o app\&.o \-llttng\-ust \-ldl -+$ cc \-o app tp\&.o app\&.o \-llttng\-ust - .fi - .if n \{\ - .RE |