notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/llvm38/files/llvm-wrapper.sh.in
SVNWeb

Number of commits found: 2

Wed, 14 Nov 2018
[ 18:12 bdrewery search for other commits by this committer ] Original commit   Revision:484937
Use exec in wrapper to avoid an extra shell process sticking around.

I purposely didn't bump PORTREVISION for this as it's not really
worth a rebuild even though technically required.

Approved by:		brooks
Sat, 31 Mar 2018
[ 03:28 tobik search for other commits by this committer ] Original commit   Revision:466018 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
devel/llvm*: Fix wrapper scripts to support symlinking to them

The wrapper scripts currently do not resolve the real path to $0:

$ install -l rs /usr/local/bin/clang50 gcc
$ ./gcc
./gcc: /usr/local/llvm50/bin/gcc: not found

Here /usr/local/llvm50/bin/clang should be called not
/usr/local/llvm50/bin/gcc.

Approved by:		brooks (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14727

Number of commits found: 2