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/blackshadeselite/Makefile

Number of commits found: 38

Monday, 12 Sep 2022
19:24 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: canonize archive.org urls
commit hash: 83a2997e88feda08f705178476ed9664f0657d9c commit hash: 83a2997e88feda08f705178476ed9664f0657d9c commit hash: 83a2997e88feda08f705178476ed9664f0657d9c commit hash: 83a2997e88feda08f705178476ed9664f0657d9c 83a2997
Friday, 9 Sep 2022
19:45 Dmitry Marakasov (amdmi3) search for other commits by this committer
games/blackshadeselite: switch to archive WWW

Reported by:	repology
commit hash: 4bddf5a97987c37f74a00b5fc0e11993ee4efe27 commit hash: 4bddf5a97987c37f74a00b5fc0e11993ee4efe27 commit hash: 4bddf5a97987c37f74a00b5fc0e11993ee4efe27 commit hash: 4bddf5a97987c37f74a00b5fc0e11993ee4efe27 4bddf5a
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, 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
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
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
10:13 pkubaj search for other commits by this committer
games/blackshadeselite: fix build on GCC architectures

OpenAL now needs C++11 compiler:
/usr/local/lib/libopenal.so: undefined reference to
`std::runtime_error::runtime_error(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
Original commitRevision:519194 
Friday, 8 Nov 2019
10:47 tobik search for other commits by this committer
games: Add missing USES={gnome,gl,sdl,xorg}
Original commitRevision:517046 
Saturday, 22 Dec 2018
02:16 linimon search for other commits by this committer
-Wno-c++11-narrowing is not supported by base GCC.  Set USE_CXXSTD=c++98
instead.

Also add USES=gl and sort USES.

PR:		234246
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:488049 
Monday, 2 Jul 2018
16:45 amdmi3 search for other commits by this committer
- Addempt to fix build with lld
Original commitRevision:473755 
Friday, 22 Jun 2018
13:00 amdmi3 search for other commits by this committer
- Fix build with clang 6
- Clarify GL dependency
- Switch to options helpers
Original commitRevision:473037 
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 
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 
Thursday, 1 Oct 2015
14:24 marino search for other commits by this committer
games/blackshadeselite is not jobs safe.

This one has failed on me multiple times under high contention.
It appears that its is trying to create objects files in the objs
directory before that directory is created (a race between c++
and mkdir)
Original commitRevision:398277 
Friday, 17 Jul 2015
20:03 amdmi3 search for other commits by this committer
- Add LICENSE
Original commitRevision:392395 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Tuesday, 20 May 2014
19:32 tijl search for other commits by this committer
Quote ${CC} and similar variables in MAKE_ARGS.

Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
Original commitRevision:354670 
Wednesday, 7 May 2014
20:42 amdmi3 search for other commits by this committer
- Convert USE_BZIP2 and USE_DOS2UNIX to USES
Original commitRevision:353204 
Wednesday, 25 Dec 2013
23:29 antoine search for other commits by this committer
Convert the tree to USES=openal

Approved by:	portmgr (bapt)
Original commitRevision:337464 
Monday, 16 Dec 2013
17:40 amdmi3 search for other commits by this committer
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook
Original commitRevision:336650 
Saturday, 19 Oct 2013
01:52 amdmi3 search for other commits by this committer
- Support staging
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
Original commitRevision:330821 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Friday, 12 Jul 2013
15:01 amdmi3 search for other commits by this committer
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Original commitRevision:322840 
Sunday, 3 Feb 2013
23:39 amdmi3 search for other commits by this committer
- Trim header
- OptionsNG
Original commitRevision:311523 
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Thursday, 7 Jun 2012
01:51 amdmi3 search for other commits by this committer
- Do not install Apple Double garbage. This also fixes installation on 10.x
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Monday, 25 Jan 2010
19:15 pav search for other commits by this committer
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:             ports/142123
Submitted by:   mva
Tested by:      pointyhat exp-run
Approved by:    portmgr (hat)
Original commit
Tuesday, 28 Jul 2009
16:34 amdmi3 search for other commits by this committer
- Update URL of my distfile mirror in 87 ports

Approved by:    portmgr (erwin)
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Monday, 5 Jan 2009
16:14 amdmi3 search for other commits by this committer
- Update address of my distfile mirror
Original commit
Thursday, 19 Jun 2008
17:28 amdmi3 search for other commits by this committer
Update my email address in 132 ports.

Approved by:    miwi (mentor)
Original commit
Thursday, 13 Mar 2008
14:28 miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
Original commit
Wednesday, 13 Feb 2008
18:10 miwi search for other commits by this committer
Black Shades Elite is an action game that is more or less similar
to the original Black Shades "Psychic Bodyguard FPS". Kill anyone
that tries to kill the VIP (the white guy). The psychic part is
seeing blue lines when bad guys line up on the VIP (when the line
is red they are about to shoot). Other powers (slow down, and
visions) are available - press F1 for how to use.

It has a few more user friendly options (in the ~/blackshades.config
file) as well as a help menu. Aside from that the internals have
had some major changes, but there is still a lot more to do. Other
options include 3rd person (which was in the original game, just
disabled). The other change that I enjoy is the lack of a busy loop
- now cpu usage isn't 100% - on any recent system it should be less
than 25%.

WWW: http://home.gna.org/blackshadeselite/

PR:             ports/120008
Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru>
Original commit

Number of commits found: 38