summaryrefslogtreecommitdiff
path: root/sysutils/lttng-ust/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/lttng-ust: Update 2.13.2 => 2.13.9Vladimir Druzenko2025-05-291-53/+0
| | | | | | | Changelogs: https://github.com/lttng/lttng-ust/blob/v2.13.9/ChangeLog Remove GNU_CONFIGURE_MANPREFIX, sort LICENSE.
* sysutils/lttng-ust: Update version 2.9.0=>2.13.2Sean Champ2023-10-2930-291/+329
| | | | | | | | | | Some of the patches retained here may be out of scope now, such as those patches still adding a definition for NT_GNU_BUILD_ID. Changelog: https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=ac8d9a90b1e9052d2dea77e0b0c92b779bceb4a8 PR: 263112
* Address some problems with this port:Alexey Dokuchaev2021-02-096-67/+1
| | | | | | | | | | | | - Install more complete set of manual pages - Do not patch+sed(1) the script, just put in on SHEBANG_FILES - Remove patches which apparently were to avoid dependency on GNU make, but they are incomplete and did not do the job well (e.g., tests were broken due to circular dependencies) - Unbreak the tests by calling /bin/sh rather than /bin/bash Notes: svn path=/head/; revision=564772
* Fix build with -fno-commonStefan Eßer2020-09-042-0/+20
| | | | | | | | | | | | | | | | | | While this makes the build process proceed past the point where the it previously failed with -fno-common, it still fails later in the examples. There is a comment in a README file that mentions BUILD_EXAMPLES_FROM_TREE, but I could not find any actual reference to that parameter outside the README file and the build failed with and without it set. This commit is meant to document the changes require due to -no-common and I leave the fix required in lttng-ust-2.9.0/doc/examples/gen-tp for a later time or another committer. The PORTREVISION is not bumped, since the build still fails for me. Notes: svn path=/head/; revision=547532
* Fix build with upcoming pthread_setname_np (Differential Revision D25117)Antoine Brodin2020-06-071-0/+20
| | | | Notes: svn path=/head/; revision=538151
* Adding sysutils/lttng-ust and sysutils/lttng-tools.Mahdi Mokhtari2017-02-1124-0/+439
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit for tracing Linux (And now FreeBSD, only userspace now) programs. PR: 216142 Submitted by: mmokhi Reported by: mmokhi Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9200 Notes: svn path=/head/; revision=433881