Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.1_1 19 Jan 2023 09:03:16
    |
Dave Cottlehuber (dch)  |
lang/zig-devel: retire in favour of lang/zig |
0.9.1_1 17 Sep 2022 10:56:01
    |
Adriaan de Groot (adridg)  |
lang/zig, lang/zig-devel: fix for CMake 3.24
Add the THREADS_PREFER_PTHREAD_FLAG explicitly for zig builds;
these are the only two ports that need that, otherwise it would
be a candidate for adding to our platform CMake flags.
Without the flag, CMake 3.24 changes how pthreads are searched,
and it ends up leaving out the -pthread flag from the compile.
For zig, this causes the bootstrap compiler to crash immediately
(it does not even reach main), which kills the build. Prior to
CMake 3.24, this flag already existed, but the order in which
pthreads were searched was different, and we ended up using the
-pthread flag anyway.
The PR is for the CMake update. This was the last blocker for it.
PR: 265652 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
0.9.1 17 May 2022 14:07:51
    |
Dave Cottlehuber (dch)  |
lang/zig-devel: use pre-built docs for faster builds
Switch to pre-built docs, as this more than halves the build time and
also enables BUILD_AS_NON_ROOT with poudriere.
Sponsored by: SkunkWerks, GmbH |
0.9.1 09 Mar 2022 08:42:53
    |
Dave Cottlehuber (dch)  |
lang/zig-devel: update to 0.9.1 |
0.9.0 21 Dec 2021 23:44:45
    |
Dave Cottlehuber (dch)  |
lang/zig-devel: add test target |
0.9.0 21 Dec 2021 23:02:43
    |
Dave Cottlehuber (dch)  |
lang/zig-devel: update to 0.9.0 and llvm13
Sponsored by: SkunkWerks, GmbH |
g20210824 25 Nov 2021 21:40:11
    |
Stefan Eßer (se)  |
*/*: 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) |
g20210824 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
g20210824 26 Aug 2021 18:53:24
    |
Antoine Brodin (antoine)  |
lang/zig-devel: fix PKGBASE collision |
g20210824 26 Aug 2021 06:39:45
    |
Dave Cottlehuber (dch)  |
lang/zig-devel: add latest zig from 20210824 snapshot |