notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/zig-devel/Makefile

Number of commits found: 12

Wednesday, 14 Feb 2024
14:39 Dave Cottlehuber (dch) search for other commits by this committer
lang/zig-devel: NEW PORT - latest version of zig language

Adds latest development version of zig-lang - upcoming 0.12.

- based off https://reviews.freebsd.org/D41067
- with further changes from lang/zig which has evolved
- update MAINTAINER per email approval for lang/zig*

Test Plan: Tested on 14.0-RELEASE and 15.0-CURRENT.

Differential Revision: https://reviews.freebsd.org/D43416
Differential Revision: https://reviews.freebsd.org/D41067
Obtained from:         Pero Orsolic <bsd@orsolic.org>
commit hash: 98d70399e765a9d8c1b5618502e22fb38a09a05d commit hash: 98d70399e765a9d8c1b5618502e22fb38a09a05d commit hash: 98d70399e765a9d8c1b5618502e22fb38a09a05d commit hash: 98d70399e765a9d8c1b5618502e22fb38a09a05d 98d7039
Thursday, 19 Jan 2023
09:03 Dave Cottlehuber (dch) search for other commits by this committer
lang/zig-devel: retire in favour of lang/zig
commit hash: ab64b2818d7a46d09cc21de247b42848439b550c commit hash: ab64b2818d7a46d09cc21de247b42848439b550c commit hash: ab64b2818d7a46d09cc21de247b42848439b550c commit hash: ab64b2818d7a46d09cc21de247b42848439b550c ab64b28
Saturday, 17 Sep 2022
10:56 Adriaan de Groot (adridg) search for other commits by this committer
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
commit hash: bdc2b54bd1d909666e6970e6464b892eea67aa3b commit hash: bdc2b54bd1d909666e6970e6464b892eea67aa3b commit hash: bdc2b54bd1d909666e6970e6464b892eea67aa3b commit hash: bdc2b54bd1d909666e6970e6464b892eea67aa3b bdc2b54
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 17 May 2022
14:07 Dave Cottlehuber (dch) search for other commits by this committer
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
commit hash: e3bb4afb6c91d2a7fb981f14f4880f635665a8bd commit hash: e3bb4afb6c91d2a7fb981f14f4880f635665a8bd commit hash: e3bb4afb6c91d2a7fb981f14f4880f635665a8bd commit hash: e3bb4afb6c91d2a7fb981f14f4880f635665a8bd e3bb4af
Wednesday, 9 Mar 2022
08:42 Dave Cottlehuber (dch) search for other commits by this committer
lang/zig-devel: update to 0.9.1
commit hash: aa603ce3b2970c259ef5f66517bfb11503322ce2 commit hash: aa603ce3b2970c259ef5f66517bfb11503322ce2 commit hash: aa603ce3b2970c259ef5f66517bfb11503322ce2 commit hash: aa603ce3b2970c259ef5f66517bfb11503322ce2 aa603ce
Tuesday, 21 Dec 2021
23:44 Dave Cottlehuber (dch) search for other commits by this committer
lang/zig-devel: add test target
commit hash: f40867b1378eb592ceaf0e20193cc4a70ce6379f commit hash: f40867b1378eb592ceaf0e20193cc4a70ce6379f commit hash: f40867b1378eb592ceaf0e20193cc4a70ce6379f commit hash: f40867b1378eb592ceaf0e20193cc4a70ce6379f f40867b
23:02 Dave Cottlehuber (dch) search for other commits by this committer
lang/zig-devel: update to 0.9.0 and llvm13

Sponsored by:	SkunkWerks, GmbH
commit hash: 2f5bc7fec03bd10f98d1db3b0b1c6c06998b5d2d commit hash: 2f5bc7fec03bd10f98d1db3b0b1c6c06998b5d2d commit hash: 2f5bc7fec03bd10f98d1db3b0b1c6c06998b5d2d commit hash: 2f5bc7fec03bd10f98d1db3b0b1c6c06998b5d2d 2f5bc7f
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: 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)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
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
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Thursday, 26 Aug 2021
18:53 Antoine Brodin (antoine) search for other commits by this committer
lang/zig-devel: fix PKGBASE collision
commit hash: 78bba8698c7b9a482cf5b4f013aa22d7d34039b6 commit hash: 78bba8698c7b9a482cf5b4f013aa22d7d34039b6 commit hash: 78bba8698c7b9a482cf5b4f013aa22d7d34039b6 commit hash: 78bba8698c7b9a482cf5b4f013aa22d7d34039b6 78bba86
06:39 Dave Cottlehuber (dch) search for other commits by this committer
lang/zig-devel: add latest zig from 20210824 snapshot
commit hash: 07f9a9a01b403ed5070e9fe9127de4342f10a7b8 commit hash: 07f9a9a01b403ed5070e9fe9127de4342f10a7b8 commit hash: 07f9a9a01b403ed5070e9fe9127de4342f10a7b8 commit hash: 07f9a9a01b403ed5070e9fe9127de4342f10a7b8 07f9a9a

Number of commits found: 12