| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Changelogs:
https://github.com/lttng/lttng-ust/blob/v2.13.9/ChangeLog
Remove GNU_CONFIGURE_MANPREFIX, sort LICENSE.
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=538151
|
|
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
|