non port: sysutils/lttng-tools/Makefile |
SVNWeb
|
Number of commits found: 23 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Wed, 12 May 2021
|
[ 22:22 Jan Beich (jbeich) Author: Adam Wolk ] aa34b0f
sysutils/lttng-tools: fix obtaining HOST_NAME_MAX
Using sysconf(3) API lead to accidental introduction of variable length arrays
(VLA) in the port. Additionally one patch hardcoded 256 as the HOST_NAME_MAX
even though the code doesn't expect an additional byte for the terminating NULL
byte in the struct definition.
Fall back to using _POSIX_HOST_NAME_MAX as the remaining code is not ready for
introducing sysconf(3) as a patch.
Remove #ifdef FreeBSD from our patches.
Bump PORTREVISION to rebuild with the new patch.
Sponsored by: Fudo Security
Differential Revision: https://reviews.freebsd.org/D30048
|
Tue, 27 Apr 2021
|
[ 17:00 Dmitry Marakasov (amdmi3) ] abe5fef
sysutils/lttng-tools: mark BROKEN on FreeBSD >= 13
|
[ 17:00 Dmitry Marakasov (amdmi3) ] 4c88fa4
sysutils/lttng-tools: whitespace fixes
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 7 Dec 2020
|
[ 20:09 rene ] (Only the first 10 of 25 ports in this commit are shown above. )
Return mmokhi@'s ports to the pool after his commit bit was safekept.
|
Thu, 24 Sep 2020
|
[ 00:21 pkubaj ]
sysutils/lttng-tools: remove GCC dependency
Builds fine now.
|
Wed, 23 Sep 2020
|
[ 18:12 linimon ]
Canonicalize use of GCC on all powerpc variants.
Approved by: portmgr (tier-2 blanket)
|
Mon, 27 Apr 2020
|
[ 23:45 mandree ]
sysutils/liburcu: update to 0.12.1
Since the library version changes from 6.0.0 to 6.1.0:
All ports that depend on liburcu in default configuration get
PORTREVISION bumped. All were build-tested in 12.1 amd64 poudriere bulk -t.
Reset maintainer (mmokhi@), repeated maintainer timeout.
PR: 243768
Reported by: alex_y_xu@yahoo.ca
Approved by: maintainer timeout (mmokhi, 88 d)
|
Sun, 9 Feb 2020
|
[ 16:56 pkubaj ]
sysutils/lttng-tools: fix build on powerpc64 elfv2
Use GCC unconditionally on powerpc64:
Invalid PPC CTR loop!
UNREACHABLE executed at
/poudriere/jails/powerpc64-elfv2-pkubaj/usr/src/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp:214!
Stack dump:
0. Program arguments: /usr/bin/cc -cc1 -triple powerpc64-unknown-freebsd13.0
-emit-obj -disable-free -main-file-name main.c -mrelocation-model pic -pic-level
2 -mthread-model posix -relaxed-aliasing -masm-verbose -mconstructor-aliases
-munwind-tables -fuse-init-array -target-cpu ppc64 -target-feature +secure-plt
-mfloat-abi hard -dwarf-column-info -debug-info-kind=standalone -dwarf-version=4
-debugger-tuning=gdb -momit-leaf-frame-pointer -coverage-notes-file
/wrkdirs/usr/ports/sysutils/lttng-tools/work/lttng-tools-2.9.3/src/bin/lttng-sessiond/main.gcno
-resource-dir /usr/lib/clang/9.0.1 -dependency-file .deps/main.Tpo
-sys-header-deps -MP -MT main.o -include config.h -isystem /usr/local/include
-isystem /usr/local/include -D HAVE_CONFIG_H -I ../../.. -I ../../.. -I
../../../src -I ../../../include -I ../../../include -I ../../../src -D
INSTALL_BIN_PATH="/usr/local/lib/lttng/libexec" -D
INSTALL_LIB_PATH="/usr/local/lib" -I /usr/local/include -D _THREAD_SAFE -O2
-Wall -fdebug-compila
ion-dir
/wrkdirs/usr/ports/sysutils/lttng-tools/work/lttng-tools-2.9.3/src/bin/lttng-sessiond
-ferror-limit 19 -fmessage-length 0 -pthread -stack-protector 2 -fno-signed-char
-fobjc-runtime=gnustep -fdiagnostics-show-option -vectorize-loops -vectorize-slp
-faddrsig -o main.o -x c main.c
1. <eof> parser at end of file
2. Code generation
3. Running pass 'Function Pass Manager' on module 'main.c'.
4. Running pass 'PowerPC CTR Loops Verify' on function '@thread_manage_clients'
#0 0x000000001371e818 (/usr/bin/cc+0x1371e818)
#1 0x000000001371ee94 (/usr/bin/cc+0x1371ee94)
#2 0x000000001371c158 (/usr/bin/cc+0x1371c158) (Only the first 15 lines of the commit message are shown above )
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Mon, 15 Apr 2019
|
[ 05:55 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
Wed, 27 Feb 2019
|
[ 16:20 mmokhi ]
sysutils/lttng-tools: Fix build GCC (and Tier-2 archs)
Use compiler:c11 to fix the ld segfault during the build
PR: 235986
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by: The FreeBSD Foundation
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Mon, 17 Jul 2017
|
[ 14:44 mmokhi ] (Only the first 10 of 12 ports in this commit are shown above. )
sysutils/liburcu: Update port to 0.10.0
Bump revision for consumer ports.
This version contains many fix/features:
* Bump library soname due to urcu flavor structure change
* Cleanup: use mutex_lock() wrapper in rculfhash
* Use workqueue in rculfhash
* Implement urcu workqueues internal API
* Add support for m68k architecture
* Set -Wall globally in AM_CFLAGS
* Fix: remove double use of PTHREAD_CFLAGS
* Re-add PTHREAD_CFLAGS to global CFLAGS
* Fix: Don't override user variables within the build system
* Add report at the end of configure
* uatomic-api docs: use the third-person singular (Only the first 15 lines of the commit message are shown above )
|
Sat, 13 May 2017
|
[ 23:50 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Mon, 13 Feb 2017
|
[ 16:57 mmokhi ]
Update sysutils/lttng-tools from 2.9.0 to 2.9.3
Submitted by: mmokhi (maintainer)
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9551
|
[ 16:49 mmokhi ]
Fix maintainer email addresses on sysutils/lttng-tools and sysutils/lttng-ust
Submitted by: mmokhi
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9551
|
[ 16:43 mmokhi ]
Fix building of sysutils/lttng-tools on 11.0+ amd64
Submitted by: mmokhi
Reported by: jbeich
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9551
|
Sat, 11 Feb 2017
|
[ 15:36 mmokhi ] (Only the first 10 of 61 ports in this commit are shown above. )
Adding sysutils/lttng-ust and sysutils/lttng-tools.
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
|
Number of commits found: 23 |