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: games/dhewm3/Makefile

Number of commits found: 21

Monday, 7 Aug 2023
11:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
games/dhewm3: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 1ebaee11d67621572547939ad7db46b3600db209 commit hash: 1ebaee11d67621572547939ad7db46b3600db209 commit hash: 1ebaee11d67621572547939ad7db46b3600db209 commit hash: 1ebaee11d67621572547939ad7db46b3600db209 1ebaee1
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, 14 Jun 2022
20:36 Dmitry Marakasov (amdmi3) search for other commits by this committer
games/dhewm3: update 1.5.1 → 1.5.2
commit hash: d3e756b660f2c9161ce002d38beea953de29d31d commit hash: d3e756b660f2c9161ce002d38beea953de29d31d commit hash: d3e756b660f2c9161ce002d38beea953de29d31d commit hash: d3e756b660f2c9161ce002d38beea953de29d31d d3e756b
Wednesday, 7 Apr 2021
23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 5823922
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 16 Mar 2021
18:16 amdmi3 search for other commits by this committer
- Update to 1.5.1
Original commitRevision:568597 
Thursday, 19 Mar 2020
23:02 tobik search for other commits by this committer
Clean up LLD_UNSAFE from openal-soft ports

After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports.  LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).

PR:		226980
Reviewed by:	jbeich (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23030
Original commitRevision:528750 
Saturday, 21 Dec 2019
23:27 amdmi3 search for other commits by this committer
- Fix build on ppc64le

PR:		242731
Submitted by:	pkubaj@FreeBSD.org
Original commitRevision:520593 
Wednesday, 14 Aug 2019
16:30 amdmi3 search for other commits by this committer
- Add missing USES=sdl

PR:		239632
Submitted by:	pkubaj@FreeBSD.org
Original commitRevision:508931 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Tuesday, 12 Feb 2019
15:20 amdmi3 search for other commits by this committer
- Add USES=compiler:c++11-lang to fix build on GCC architectures
- Also, add patch to fix build on powerpc

PR:		235668
Submitted by:	pkubaj@anongoth.pl
Original commitRevision:492784 
Monday, 17 Dec 2018
20:34 amdmi3 search for other commits by this committer
- Update to 1.5.0
- Update WWW
Original commitRevision:487711 
Sunday, 7 Jan 2018
22:34 krion search for other commits by this committer
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
Original commitRevision:458388 
Friday, 15 Dec 2017
11:18 amdmi3 search for other commits by this committer
- Builds fine here on armv6, assuming armv7 is also OK
Original commitRevision:456388 
Thursday, 30 Nov 2017
06:13 linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Original commitRevision:455167 
Saturday, 27 May 2017
21:16 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "coredump".

This skips the ports that possibly only coredump under qemu.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441875 
Thursday, 23 Jun 2016
22:11 amdmi3 search for other commits by this committer
- Update to 1.4.1
Original commitRevision:417402 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Tuesday, 22 Dec 2015
00:10 amdmi3 search for other commits by this committer
- Fix several crashes in Restoration of Evil
- Silence mkdirs
Original commitRevision:404198 
Monday, 9 Nov 2015
02:21 amdmi3 search for other commits by this committer
dhewm 3 is a Doom 3 GPL source port, know to work on at least
Windows, Linux, Mac OS X and FreeBSD.

The goal of dhewm 3 is bring DOOM 3 with the help of SDL to all
suitable platforms.

Bugs present in the original DOOM 3 will be fixed (when identified)
without altering the original gameplay.

WWW: https://github.com/dhewm/dhewm3
Original commitRevision:401080 

Number of commits found: 21