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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: games/iortcw/Makefile

Number of commits found: 29

Thursday, 29 Feb 2024
20:21 Tijl Coosemans (tijl) search for other commits by this committer
Mk/*: Build with a clean environment

Both our make and gmake use the MAKEFLAGS environment variable but the
values aren't compatible and the latest version of gmake complains about
that.  To rule out that any environment variable can cause problems like
this, add a new command SETENVI=/usr/bin/env -i that clears the
environment, and use it to run upstream build systems with a clean
environment.

Introduce a new variable WRK_ENV that contains the environment to use
with SETENVI in all targets that run upstream build commands.  Variables
that are common between CONFIGURE_ENV and MAKE_ENV could be moved to
WRK_ENV but for now it just contains a minimal environment:

HOME=${WRKDIR}: Fixes USES=elixir ports that were using the user's HOME.
OSVERSION: For cross building; determines the output of uname -K and
getosreldate(3); affects net/freebsd-telnetd for example.
PATH: Fixes USES=gem ports that were using the user's PATH.
PWD=$${PWD}: Preserve current working directory; affects USES=go ports.
TERM: To preserve colored output to terminals.
TMPDIR: For users who define that.
UNAME_*: For cross building; determines the output of uname(1); affects
lang/python* for example.

This commit deals with everything under Mk/.  Ports that have their own
targets running upstream build commands can switch to SETENVI later.

The ports tree adds its definition of ARCH to the MAKEFLAGS environment
variable, which is interpreted by sub-makes as command line arguments,
which means that any definition of ARCH in upstream makefiles was
overridden.  The following ports required fixes now that this is no
longer the case.

games/iortcw, games/q3cellshading, games/tremulous:
These use Quake 3 engine code.  Fix use of ARCH.  Reduce diff between
FreeBSD code and Linux code.

games/legesmotus:
Remove ARCH related patches.

lang/ocaml:
Patch configure script so it detects amd64 correctly.  Also make the
powerpc case consistent with the other architectures.  This also affects
other ocaml ports like devel/ocaml-ocamlbuild and math/ocaml-num that
include a Makefile.config installed by lang/ocaml.  While here, use
SETENVI in check-test target.

net/libnatpmp:
Use of upstream definition of ARCH triggers installation in PREFIX/lib64
on amd64.  Disable this.

PR:		276478
Approved by:	portmgr (antoine)
Exp-run by:	antoine
commit hash: 572f2361692640bc27729191b1267aa3fcc354a7 commit hash: 572f2361692640bc27729191b1267aa3fcc354a7 commit hash: 572f2361692640bc27729191b1267aa3fcc354a7 commit hash: 572f2361692640bc27729191b1267aa3fcc354a7 572f236
Friday, 28 Jul 2023
17:13 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f 664a2fa
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
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
Friday, 17 Dec 2021
14:06 Piotr Kubaj (pkubaj) search for other commits by this committer
games/iortcw: port to riscv64
commit hash: b788897da19b5a85343fb73040f85f2efb788d04 commit hash: b788897da19b5a85343fb73040f85f2efb788d04 commit hash: b788897da19b5a85343fb73040f85f2efb788d04 commit hash: b788897da19b5a85343fb73040f85f2efb788d04 b788897
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Tuesday, 15 Jun 2021
08:41 Piotr Kubaj (pkubaj) search for other commits by this committer
games/iortcw: fix build on powerpc, take maintainership
commit hash: c5e96ec080e3cedce10bc48f3d062f0402aafa46 commit hash: c5e96ec080e3cedce10bc48f3d062f0402aafa46 commit hash: c5e96ec080e3cedce10bc48f3d062f0402aafa46 commit hash: c5e96ec080e3cedce10bc48f3d062f0402aafa46 c5e96ec
Monday, 19 Apr 2021
08:00 Tobias Kortkamp (tobik) search for other commits by this committer
Remove my useless "Created by" lines
commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a c204633
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, 19 Jan 2021
03:02 linimon search for other commits by this committer
Mark as NOT_FOR riscv64:

  iortcw-1.51c,1.log:code/server/../qcommon/q_platform.h:305:2: error:
"Architecture not supported"

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
Original commitRevision:562010 
Monday, 28 Sep 2020
05:05 tobik search for other commits by this committer
Reset MAINTAINER
Original commitRevision:550400 
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, 7 Dec 2019
20:26 pkubaj search for other commits by this committer
games/iortcw: fix build on GCC architectures

OpenAL needs C++11 compiler:
/usr/local/lib/libopenal.so: undefined reference to
`std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::_M_append(char const*, unsigned long)@GLIBCXX_3.4.21'
Original commitRevision:519236 
Thursday, 31 Oct 2019
08:59 tobik search for other commits by this committer
Add missing USES to my ports
Original commitRevision:516140 
Tuesday, 9 Apr 2019
09:33 tobik search for other commits by this committer
games/iortcw: Fix build on powerpc64

powerpc64 needs ARCH_STRING properly defined.

PR:		237149
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:498470 
Wednesday, 20 Mar 2019
06:23 tobik search for other commits by this committer
games/iortcw: Mark LLD_UNSAFE

/usr/bin/ld: error: cannot preempt symbol: alcCaptureStop
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by snd_openal.c
>>>              
build/release-freebsd-amd64/client/snd_openal.o:(S_AL_StopCapture)

PR:		226980
Reported by:	pkg-fallout
Original commitRevision:496312 
Sunday, 17 Mar 2019
07:41 tobik search for other commits by this committer
games/iortcw: Update to 1.51c

OpenAL support was disabled in r429276 due to causing segfaults on
11.0-RELEASE.  Reenable it since it seems to be working fine now.
Original commitRevision:496019 
07:40 tobik search for other commits by this committer
games/iortcw: Cosmetic changes
Original commitRevision:496018 
Thursday, 22 Mar 2018
16:58 tobik search for other commits by this committer
games/iortcw: Update to 1.51b

- Pet portlint

PR:		226846
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:465296 
Thursday, 8 Mar 2018
03:55 tobik search for other commits by this committer
games/iortcw: Add desktop entries
Original commitRevision:463861 
Thursday, 30 Nov 2017
05:55 linimon search for other commits by this committer
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

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

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:455165 
Friday, 9 Jun 2017
13:38 tobik search for other commits by this committer
Update to 1.51

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11098
Original commitRevision:442986 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Monday, 22 May 2017
13:17 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441455 
Wednesday, 1 Mar 2017
02:11 linimon search for other commits by this committer
Mark broken on armv6 as well.  Upon investigation, the error is deep in
the makefiles.  Possibly a version update could fix this?

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:435115 
Wednesday, 15 Feb 2017
12:28 tobik search for other commits by this committer
Update MAINTAINER to tobik@FreeBSD.org for my ports

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9610
Original commitRevision:434159 
Friday, 23 Dec 2016
17:30 cpm search for other commits by this committer
games/iortcw: Update to 1.5a

- Update iortcw to 1.5a
- Use DISTVERSION instead of PORTVERSION
- Bump PORTEPOCH
- Disable use of OpenAL to fix segmentation faults on FreeBSD 11.0-RELEASE
- Dynamically adjust pkg-message

PR:		214959
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Reviewed by:	junovitch
Approved by:	junovitch (mentor)
Original commitRevision:429276 
Wednesday, 16 Nov 2016
00:33 linimon search for other commits by this committer
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:426197 
Wednesday, 17 Aug 2016
00:45 cpm search for other commits by this committer
New port: games/iortcw Game engine for Return to Castle Wolfenstein

Return to Castle Wolfenstein is a military- and occult-themed
first-person shooter game in a Second World War setting, originally
released in 2001.  It is a sequel to Wolfenstein 3D.

This port contains the iortcw game engines for the single-player
campaign and multiplayer, based on ioquake3 and the GPL source
releases of RtCW.

Return to Castle Wolfenstein requires non-distributable game data
files, which you have to install manually (see pkg-message).

WWW: https://github.com/iortcw/iortcw/

PR:	211456
Submitted by:	Tobias Kortkamp <t@tobik.me>
Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Original commitRevision:420312 

Number of commits found: 29