non port: devel/cloudabi-toolchain/Makefile |
SVNWeb
|
Number of commits found: 22 |
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:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
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.
|
Fri, 20 Sep 2019
|
[ 19:58 jbeich ] (Only the first 10 of 44 ports in this commit are shown above. )
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172
|
Tue, 16 Apr 2019
|
[ 19:20 tobik ]
devel/cloudabi-toolchain: Drop bogus PORTREVISON variable
|
Wed, 20 Mar 2019
|
[ 12:23 jbeich ] (Only the first 10 of 25 ports in this commit are shown above. )
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215
|
Thu, 14 Mar 2019
|
[ 15:35 brooks ]
Use LLVM_DEFAULT rather than hardcoding a version.
PR: 236470
Approved by: ed (maintainer)
|
Mon, 18 Sep 2017
|
[ 21:44 ed ]
Let cloudabi-toolchain use LLVM 5.0.
Now that we have a devel/llvm50 port, let's switch the CloudABI
toolchain port from LLVM 4.0 to 5.0. In addition to providing more
complete C++17 support, this will allow us to experiment with
C++ coroutines.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D12401
|
Mon, 31 Jul 2017
|
[ 20:26 ed ]
Remove CloudABI Binutils tools.
As of FreeBSD 11, the cloudabi-toolchain port uses the ELF-toolchain
utilities for all the stuff not provided by LLVM. For FreeBSD 10 and
lower, we still rely on Binutils.
As CloudABI itself is only supported as of FreeBSD 11, there is hardly
any interest in supporting a Binutils based toolchain. Let's kick out
the CloudABI Binutils ports and symlink to the utilities in the base
system unconditionally.
Reviewed by: rene
Differential Revision: https://reviews.freebsd.org/D11733
|
Fri, 26 May 2017
|
[ 16:01 ed ]
Add an ARMv7 toolchain to cloudabi-toolchain.
CloudABI recently gained separate packages for ARMv7 based systems.
These systems can freely use ARMv7-specific features like NEON, whereas
the ARMv6 packages will need to stick to just VFP.
This change extends the cloudabi-toolchain package to also set up a
toolchain for ARMv7 properly.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D10938
|
Fri, 7 Apr 2017
|
[ 16:04 amdmi3 ]
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
|
Sun, 26 Feb 2017
|
[ 18:47 ed ]
Upgrade cloudabi-toolchain to use LLVM 4.0-rc2.
With the release of LLVM 4.0 nearby, let's go ahead and switch over the
cloudabi-toolchain port to use the devel/llvm40 port. This allows us to
experiment with lots of C++17 features that aren't supported by
devel/llvm39 yet.
|
Fri, 2 Sep 2016
|
[ 09:53 ed ]
Add basic bits to the cloudabi-toolchain port to support ARMv6.
Though Clang 3.9 and LLD 3.9 will not provide all the necessary bits to
create fully working binaries for ARMv6, start off by putting symlinks
to the tools in place. By the time LLVM trunk fully supports it, I'll
add an option to this port to toggle between 3.9 and trunk.
|
Sun, 14 Aug 2016
|
[ 07:02 ed ]
Switch the CloudABI toolchain over to the 3.9 release branch.
So far we had to stick to the development branch, as we depend on
various features not present in 3.8. For example, a robust version of
the LLD linker. Now that 3.9.0rc1 has been packaged, make use of that
one instead.
|
Wed, 10 Aug 2016
|
[ 09:24 ed ]
Extend cloudabi-toolchain to also install a toolchain for i686.
Clang already has the necessary bits on board to act as a cross compiler
for CloudABI for i686. Install the relevant symlinks for that as well.
|
Wed, 13 Apr 2016
|
[ 06:41 ed ]
Switch the cloudabi-toolchain port over to llvm-devel.
Farnsworth: "Good news, everyone!" The latest revisions of LLVM trunk
not only have a version of LLD that creates usable binaries for x86-64
and aarch64, it also does a better job at creating Position Independent
Executables than the GNU linker.
Because PIE is going to become pretty important for some of the upcoming
projects (emulation on other OSes), I'd like to go ahead and switch the
cloudabi-toolchain port over to the latest snapshot of LLVM. My goal is
to revert back to a stable version (3.9) when available.
Switching to LLD involves patching up the Binutils ports to no longer
install the GNU linker (and remove the linker scripts that it uses). We
can then simply add a couple of extra symlinks to cloudabi-toolchain to
point to the LLD binary.
At the same time, let's switch over to using the ELF toolchain tools on
FreeBSD 11. That way we can even drop the dependency on Binutils on
those systems.
Reviewed by: bapt, emaste
Differential Revision: https://reviews.freebsd.org/D5874
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 21 Mar 2016
|
[ 21:11 ed ]
Merge cloudabi-clang with cloudabi-toolchain and install more useful tools.
Now that the previous changes to the cloudabi-clang package brought in
more LLVM tools, the package actually became a misnomer. Most of the
tools that it installed are not part of Clang, but of LLVM instead. My
plans of extending it to also install wrappers around man(1) and
pkgconf(1) would make the naming even worse.
The only reason that the cloudabi-clang package was created in the first
place, was because we still had some of the core CloudABI libraries part
of FreeBSD Ports. Now that these libraries are part of their own package
collection, it makes more sense to squash this package together with
cloudabi-toolchain.
The nice thing about installing a wrapper around pkgconf(1) named
${gnu_triple}-pkg-config is that Autoconf now automatically picks it up.
Running ./configure --host=${gnu_triple} is enough to make it detect the
cross compiled libraries it depends on.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D5697
|
Wed, 21 Oct 2015
|
[ 12:28 ed ] (Only the first 10 of 11 ports in this commit are shown above. )
Introduce Binutils for CloudABI on aarch64.
When I added the first copy of the CloudABI toolchain to the Ports tree,
I assumed that it would be easily possible to have a single Binutils
port that would support all of the architectures of interest. It seems
that this is not really supported, or simply awkward to use.
Let's just rename the cloudabi-binutils port to cloudabi-binutils-x86_64
and add an additional cloudabi-binutils-aarch64.
Reviewed by: emaste
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D3919
|
Sat, 12 Sep 2015
|
[ 10:15 ed ]
Remove cross compiled libraries for CloudABI.
These libraries are now provided by the CloudABI Ports collection -- not
just for FreeBSD, but a number of other operating systems. For FreeBSD,
they are provided in the form of a pkg mirror, so there is no need to
also have them in the FreeBSD Ports tree.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D3643
|
Sun, 28 Jun 2015
|
[ 09:53 ed ]
Add devel/cloudabi-toolchain, a metaport to install all of the toolchain.
We can't reasonably expect that people want to install 7 ports to get a
working C/C++ toolchain. Add a simple metaport to install all of them in
one go.
Differential Revision: https://reviews.freebsd.org/D2929
Reviewed by: bapt
|
Number of commits found: 22 |