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
non port: devel/llvm-cheri/Makefile
SVNWeb

Number of commits found: 71

Mon, 24 Apr 2023
[ 17:06 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:fb323dfd2ac2499f35e4d31a24fd9dd958af619a  commit hash:fb323dfd2ac2499f35e4d31a24fd9dd958af619a  commit hash:fb323dfd2ac2499f35e4d31a24fd9dd958af619a  fb323df 
devel/llvm*: Consistently use python:3.7+

llvm12 was inappropriately constrained to 3.6-3.9 breaking the ability
to set 3.10 as the default.  llvm11 just specified "python", but there's
no need to keep 2.7 support around.  The rest had obsolete 3.6+ entries.

No functional change: This is not expected to change the version of
python used.

PR:		270978
MFH:		2023Q2
Reported by:	michael.osipov@siemens.com
Sponsored by:	DARPA
Tue, 18 Apr 2023
[ 16:48 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:8fc3ddb680afd5589a36921e02773bb75d0ed7cf  commit hash:8fc3ddb680afd5589a36921e02773bb75d0ed7cf  commit hash:8fc3ddb680afd5589a36921e02773bb75d0ed7cf  8fc3ddb 
devel/llvm-{cheri,morello}: reduce runtime dependencies

Disable libedit and libxml2 dependencies as they have no obvious use.

Disable the the perl and python runtime deps.  While we do install
scripts that require these, most users of these ports will either use
them on a full system where perl and python will end up installed or use
them on a CHERI system were reducing bootstrap time is valuable.

Sponsored by:	DARPA
[ 16:48 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:cd4074145d743032b5237a7caf34de04f73601bf  commit hash:cd4074145d743032b5237a7caf34de04f73601bf  commit hash:cd4074145d743032b5237a7caf34de04f73601bf  cd40741 
devel/llvm-{cheri,morello}: new snapshots, lit fixes

Fix the the python module name to use an '_' in place of '-' in the
port-specific module name.

PR:		270670, 269931
Sponsored by:	DARPA
Co-Authored-by:	Pawel Biernacki <kaktus@freebsd.org>
[ 16:48 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:9e513a7c81af0330d5d9839c8e9157805f924524  commit hash:9e513a7c81af0330d5d9839c8e9157805f924524  commit hash:9e513a7c81af0330d5d9839c8e9157805f924524  9e513a7 
devel/llvm-{cheri,morello}: add a STATIC_LIBS option

When enabled assorted LLVM componant static libraries are included in
the package.  Unlike mainstream LLVM ports I've disabled this by
default as the libraries are of limited use here.

Sponsored by:	DARPA
Tue, 3 Jan 2023
[ 22:20 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:3c1b4ff32113cbaccf1d351b1b507297c5eaa991  commit hash:3c1b4ff32113cbaccf1d351b1b507297c5eaa991  commit hash:3c1b4ff32113cbaccf1d351b1b507297c5eaa991  3c1b4ff  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
devel/llvm-{cheri,morello}: Update to new snapshots

llvm-cheri:
 - This updates from an LLVM 13 base to an LLVM 14 base.
 - Save a little compile time by dropping MIPS support.  The CHERI
   MIPS target still exists, but CheriBSD no longer supports it and the
   places that use it (e.g., https://cheri-compiler-explorer.cl.cam.ac.uk)
   use a Linux build.

llvm-morello:
 - Minor optimization improvements
Fri, 2 Dec 2022
[ 00:39 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:bae4ebdcf9c2a12d71a656cd474f2a9ff7c108ba  commit hash:bae4ebdcf9c2a12d71a656cd474f2a9ff7c108ba  commit hash:bae4ebdcf9c2a12d71a656cd474f2a9ff7c108ba  bae4ebd 
llvm-{cheri,morello}: don't install std*.h

As with regular llvm ports, don't install std*.h as they conflict with
FreeBSD versions.

While here, update llvm-cheri to the latest snapshot.
Sat, 10 Sep 2022
[ 17:41 Stefan Eßer (se) search for other commits by this committer Author: Tobias Kortkamp ]    commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  e79fe1a  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 29 Aug 2022
[ 17:46 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:a42c3d274d6749ad453022692588a750ebca6cb9  commit hash:a42c3d274d6749ad453022692588a750ebca6cb9  commit hash:a42c3d274d6749ad453022692588a750ebca6cb9  a42c3d2 
llvm-{cheri,morello}: Update to new shapshots

Update llvm-cheri to the latest commit on the dev branch and
llvm-morello to the latest on morello/main.

For llvm-morello this update includes a change to the default varargs
ABI (all major consumers have already switched to using this ABI).

Sponsored by:	DARPA, AFRL
Fri, 26 Aug 2022
[ 07:39 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  a60b5f4 
compiler: use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE

CHOSEN_COMPILER_TYPE is the only safe variable to let a port know which
typer of compiler has been elected to be used by the framework

PR: 	199098
Wed, 18 May 2022
[ 18:34 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:93a0c2d46a28d0929d75182583ca2fc63bf8898b  commit hash:93a0c2d46a28d0929d75182583ca2fc63bf8898b  commit hash:93a0c2d46a28d0929d75182583ca2fc63bf8898b  93a0c2d 
devel/llvm-morello: Fix stack register selection

Apply a patch to fix a bug where the varargs register was improperly
reused as a scratch register.

Merge
Request:	https://git.morello-project.org/morello/llvm-project/-/merge_requests/185
Tue, 3 May 2022
[ 18:58 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:f141ed66e36aeff760541a5867b7af61d005c8d3  commit hash:f141ed66e36aeff760541a5867b7af61d005c8d3  commit hash:f141ed66e36aeff760541a5867b7af61d005c8d3  f141ed6 
devel/llvm-{cheri,morello}: Fix plist without LLD

The ld -> ld.lld symlink is enabled by the LLD option.

Sponsored by:	DARPA, AFRL
[ 18:58 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:3a570865ceb55217f755228ab9ed01597947bd42  commit hash:3a570865ceb55217f755228ab9ed01597947bd42  commit hash:3a570865ceb55217f755228ab9ed01597947bd42  3a57086  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
devel/llvm*: (NFC) extract MAN1SRCS list

Move the lists of manpages into Makefile.MAN1SRCS as with COMMANDS.

Sponsored by:	DARPA, AFRL
Thu, 28 Apr 2022
[ 17:16 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:056b4e7ee18213aefdf156a54e32edb12b015a80  commit hash:056b4e7ee18213aefdf156a54e32edb12b015a80  commit hash:056b4e7ee18213aefdf156a54e32edb12b015a80  056b4e7 
devel/llvm-{cheri,morello}: Add ld symlink

Add an ld -> ld.lld symlink in ${PREFIX}/llvm-{cheri,morello}/bin so
that clang finds the linker without adding -fuse-ld=ld.lld.
Mon, 25 Apr 2022
[ 22:33 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:9512a95c4c221bd27e25e92c865359967c6e66ba  commit hash:9512a95c4c221bd27e25e92c865359967c6e66ba  commit hash:9512a95c4c221bd27e25e92c865359967c6e66ba  9512a95 
devel/llvm-{cheri,morello}: new snapshots

Update both llvm-cheri and llvm-morello to new snapshots as we head for
a CheriBSD release with package support.

Switch llvm-morello to use a Makefile.snapshot for more consistancy
with other LLVM snapshot ports.
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Fri, 4 Mar 2022
[ 21:51 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:c297fd5b8cdf8f4c993a0b5ab951f33f2e5339e9  commit hash:c297fd5b8cdf8f4c993a0b5ab951f33f2e5339e9  commit hash:c297fd5b8cdf8f4c993a0b5ab951f33f2e5339e9  c297fd5 
devel/llvm-morello: Add a port of Morello LLVM

This port of LLVM to the Arm Morello prototype architecture is based
on the University of Cambridge's CHERI LLVM.
Tue, 8 Feb 2022
[ 00:33 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:d507e93e2f3e2e80905e67d35d3efc6addb6a8e0  commit hash:d507e93e2f3e2e80905e67d35d3efc6addb6a8e0  commit hash:d507e93e2f3e2e80905e67d35d3efc6addb6a8e0  d507e93 
devel/llvm-cheri: Update to a new snapshot
Fri, 7 Jan 2022
[ 22:31 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:54b14b73f45b269341c9cc116782e0b662cb7caa  commit hash:54b14b73f45b269341c9cc116782e0b662cb7caa  commit hash:54b14b73f45b269341c9cc116782e0b662cb7caa  54b14b7 
devel/llvm-cheri: Update to a new snapshot

Adopt Makefile.COMMANDS file used in other llvm ports to reduce the size
of the main Makefile and limit churn there.
Sun, 29 Aug 2021
[ 19:23 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:007c8a3e6742afeeb9647900220c93cc05d9cf50  commit hash:007c8a3e6742afeeb9647900220c93cc05d9cf50  commit hash:007c8a3e6742afeeb9647900220c93cc05d9cf50  007c8a3 
devel/llvm-cheri: Add CPE information

Approved by:	portmgr (blanket)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 14 Jan 2021
[ 14:34 dbaio search for other commits by this committer ] Original commit   Revision:561562 (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Remove PY_SPHINX from ports using Python 3

Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
Tue, 15 Dec 2020
[ 00:24 brooks search for other commits by this committer ] Original commit   Revision:558115
Update to a new snapshot

Allow to build on powerpc64 and add PowerPC target. [0]

Add ARM target (needed for boot/firmware bits in some cases for Arm64).

PR:		251826 [0]
Submitted by:	pkubaj [0]
Sponsored by:	DARPA
Mon, 19 Oct 2020
[ 23:06 brooks search for other commits by this committer ] Original commit   Revision:552775
New snapshot and infrastructure updates

Reduce the number of targets built to CHERI targets (RISC-V and Mips)
and plausable host targets (AArch64 and X86).

Allow this port to be used as a master port by an port in an overlay.
That is mostly allowing certain variables to be overridden plus using
.PARSEDIR to find llvm-devel's license files.
Tue, 13 Oct 2020
[ 21:10 brooks search for other commits by this committer ] Original commit   Revision:552284
Resurrect devel/llvm-cheri and update

This version comes from the dev branch as that is close to the base for
the upcoming release of the Arm Morello toolchain.

Make the CROSS_TOOLCHAIN file machine-independent and install it as
llvm-cheri.

Sponsored by:	DARPA
Wed, 17 Jun 2020
[ 18:17 sunpoet search for other commits by this committer ] Original commit   Revision:539491 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Move devel/swig30 to devel/swig and update to 4.0.1

- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
Wed, 10 Jun 2020
[ 04:07 kevans search for other commits by this committer ] Original commit   Revision:538368
devel/llvm*: Avoid extraneous escapes

All of these single quotes are safe on their own, as they're enclosed in
double quotes. Removes the escapes, because they're currently passed through
to the underlying regex engine as \' to be interpreted as '.

A future change will forbid this escape, then an even further future change
will actually imbue \' with special meaning based on GNU interpretation
("end of subject").

No PORTREVISION bump or rebuild is needed, as they're functionally
equivalent.

PR:		247058
Approved by:	koobs (mentor), brooks (maintainer)
MFH:		2020Q2 (blanket: trivial build fix)
Mon, 18 May 2020
[ 21:50 dbaio search for other commits by this committer ] Original commit   Revision:535791
devel/llvm*: Upgrade Sphinx dependency to 3.X

This avoids conflicts between Sphinx ports when not using Poudriere.

PR:		246500
Approved by:	brooks (maintainer)
Mon, 11 May 2020
[ 23:51 dbaio search for other commits by this committer ] Original commit   Revision:534966 (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 27 Mar 2020
[ 16:11 brooks search for other commits by this committer ] Original commit   Revision:529267
Update qemu-cheri and llvm-cheri to recent snapshots.

In qemu-cheri:
 * Fix build with llvm10 [0]
 * Remove the 256-bit capability version
 * Add CHERI RISC-V

PR:		244768 [0]
Submitted by:	dim [0]
Sponsored by:	DARPA
Sun, 8 Mar 2020
[ 17:01 antoine search for other commits by this committer ] Original commit   Revision:528058 (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
Deprecate some ports using deprecated version of python

With hat:	portmgr
Thu, 12 Dec 2019
[ 00:02 brooks search for other commits by this committer ] Original commit   Revision:519848
Update to fresh qemu-cheri and llvm-cheri snapshots.
Mon, 14 Oct 2019
[ 17:36 brooks search for other commits by this committer ] Original commit   Revision:514468
Exclude from 32-bit systems.

While it may build on some, no one is likely to develop CHERI software
from a 32-bit platform (maybe with exception of an armv7 SoC on an
FPGA and we can enable the build there that if that ever happens).
Wed, 9 Oct 2019
[ 21:59 brooks search for other commits by this committer ] Original commit   Revision:514196
Update CHERI LLVM and Qemu to fresh snapshots.
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Tue, 19 Mar 2019
[ 16:52 brooks search for other commits by this committer ] Original commit   Revision:496274
Upgrade to a new LLVM 9-pre based snapshot.

 - Update LICENSE data for new project license
 - Switch from seperate git repos to the new mono-repo.
Sat, 9 Feb 2019
[ 11:02 tobik search for other commits by this committer ] Original commit   Revision:492490
devel/llvm-cheri: Do not set DOCS_CMAKE_ON twice
Wed, 30 Jan 2019
[ 21:20 brooks search for other commits by this committer ] Original commit   Revision:491658
Fix DOCS build.

Add LICENSE info.

Sponsored by:	DARPA, AFRL
Mon, 28 Jan 2019
[ 23:33 brooks search for other commits by this committer ] Original commit   Revision:491522
Update to a new shpashot matching our upcoming paper.

Sponsored by:	DARPA, AFRL
Tue, 8 Jan 2019
[ 09:06 tobik search for other commits by this committer ] Original commit   Revision:489658
Do not set OPTIONS_SUB twice
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Tue, 11 Dec 2018
[ 10:10 antoine search for other commits by this committer ] Original commit   Revision:487230 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Spell CHOSEN_COMPILER_TYPE correctly

PR:		199098
With hat:	portmgr
Tue, 21 Aug 2018
[ 20:29 brooks search for other commits by this committer ] Original commit   Revision:477756
Limit LLVM builds to linking a single binary at a time.

Regular builds can requires multiple gigabytes of memory at Debug builds
can exceed 100GB.  This should help low-memory systems such as
Raspberry-Pis and VMs.

Submitted by:	dim
Thu, 16 Aug 2018
[ 23:48 brooks search for other commits by this committer ] Original commit   Revision:477399
Update to a new snapshot.

Reduce diffs to devel/llvm-devel.
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Mon, 18 Jun 2018
[ 21:30 brooks search for other commits by this committer ] Original commit   Revision:472718
Update CHERI LLVM and QEMU to new snapshots.

Committed together as code generated by the new LLVM requires updated
(virtual) hardware.

Sponsored by:	DARPA, AFRL
Wed, 9 May 2018
[ 08:34 amdmi3 search for other commits by this committer ] Original commit   Revision:469438
- Switch to new test framework

Approved by:	portmgr blanket
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
Wed, 7 Feb 2018
[ 01:04 brooks search for other commits by this committer ] Original commit   Revision:461122
Update to a new snapshot.

Sponsored by:	DARPA, AFRL
Fri, 19 Jan 2018
[ 23:38 brooks search for other commits by this committer ] Original commit   Revision:459485
Fix python dependency: restrict to python 2.7.

No PORTREVISON bump as build would fail without python 2.7

PR:		225144
Submitted by:	sunpoet
Wed, 20 Dec 2017
[ 15:18 bapt search for other commits by this committer ] Original commit   Revision:456833
switch to swig 3.0
Thu, 16 Nov 2017
[ 21:44 brooks search for other commits by this committer ] Original commit   Revision:454342
Update to a new snapshot and apply the patch for posix_fallocate()
support being remove for ZFS

PR:		223383, 223440
Sponsored by:	DARPA, AFRL
Fri, 13 Oct 2017
[ 01:25 brooks search for other commits by this committer ] Original commit   Revision:451941
Update to a new snapshot.

Add CROSS_TOOLCHAIN files (currently requiring in-tree binutils).
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Sun, 25 Jun 2017
[ 21:07 tcberner search for other commits by this committer ] Original commit   Revision:444324 (Only the first 10 of 115 ports in this commit are shown above. View all ports for this commit)
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
Mon, 22 May 2017
[ 17:39 bdrewery search for other commits by this committer ] Original commit   Revision:441483
Fix build when LOCALBASE is not /usr/local.

Reviewed by:	brooks
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D10859
Mon, 17 Apr 2017
[ 14:40 miwi search for other commits by this committer ] Original commit   Revision:438697
- Fix Shebangs
Sat, 15 Apr 2017
[ 14:11 linimon search for other commits by this committer ] Original commit   Revision:438584
Remove the misspelled ONLY_FOR_ARCH definitions, which referred to an
arch we no longer support in any case.

Approved by:	portmgr (tier-2 blanket), "just fix it"
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Sun, 24 Apr 2016
[ 07:14 brooks search for other commits by this committer ] Original commit   Revision:413922
Add a version of llvm-cheri for 128-bit CHERI capabilities.

No functional change to devel/llvm-cheri, just plist generalization.

Sponsored by:	DARPA, AFRL
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 26 Jan 2016
[ 02:19 brooks search for other commits by this committer ] Original commit   Revision:407254
Upgrade to a new snapshot and switch to a -cheri suffix similar to other
llvm ports.

PR:		206036
Thu, 10 Dec 2015
[ 11:37 brooks search for other commits by this committer ] Original commit   Revision:403448
Update to a new CHERI-LLVM/Clang snapshot.
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Fri, 7 Aug 2015
[ 23:44 brooks search for other commits by this committer ] Original commit   Revision:393705
Disable LLDB when the chosen compiler is gcc.

On platforms where the system compiler isn't clang (including 9.x),
USES=compiler:c++11-lib uses gcc48 as the compiler.  Unfortunatly, gcc48
does not provide a sufficently complient c++11 environment to build LLDB
when compiled on 9.x and possiably on other platforms.
Thu, 30 Jul 2015
[ 22:21 brooks search for other commits by this committer ] Original commit   Revision:393275
Replace lang/clang-cheri with devel/llvm-cheri derived from devel/llvm-devel
and update to the latest versions in git.

Sponsored by:	DARPA, AFRL

Number of commits found: 71