Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.8083_11 22 Jan 2024 10:42:29 |
Muhammad Moinur Rahman (bofh) |
games/battletanks: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.9.8083_10 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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.8083_10 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.8083_10 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.8083_10 18 Jun 2022 06:28:04 |
Jose Alonso Cardenas Marquez (acm) |
multimedia/smpeg: Revert configure patch file
* Commit 87624aab for PR #231524 has accidentally introduced two
additional patches to the configure script, breaking parts of
its workings. Revert these changes to fix the configuration.
* Bump PORTREVISION
PR: 263023
Reported by: Robert Clausecker <fuz _at_ fuz.su> |
0.9.8083_9 11 Aug 2021 14:37:29 |
Alexey Dokuchaev (danfe) |
games/battletanks: attempt to unbreak the build on the cluster
It turns that conversion to modern Python in r547168 was incomplete,
one last has_key() call was left out. While here, shorten one line
in the `pre-build' recipe by not repeating identical path component.
Reported by: pkg-fallout |
0.9.8083_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.8083_9 31 Aug 2020 11:53:59 |
danfe |
- Finish the conversion to modern Python started with r524492
- Rename local header to avoid the clash with /usr/include/semaphore.h
which breaks the build on recent -CURRENT
Reported by: pkg-fallout |
0.9.8083_9 25 May 2020 18:33:44 |
sunpoet |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons |
0.9.8083_9 29 Jan 2020 07:08:01 |
danfe |
1) Assume maintainership of the port after r524492
2) Vocalize `pre-build' target to make debugging easier
and move it after the patching stage; simplify the
wording in the corresponding comment
3) Fix the sed(1) expression: properly escape the dot,
remove needless global modifier, and wrap the overly
long line while here
Requested by: linimon, pkubaj (1) |
0.9.8083_9 28 Jan 2020 15:17:14 |
danfe |
Convert to modern Python and revive `games/battletanks'. |
0.9.8083_9 27 Jan 2020 15:34:18 |
rene |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
0.9.8083_9 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.9.8083_9 08 Nov 2019 10:47:01 |
tobik |
games: Add missing USES={gnome,gl,sdl,xorg} |
0.9.8083_9 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.9.8083_9 20 Jan 2018 17:46:55 |
jbeich |
games/battletanks: unbreak build with Clang 6 (C++14 by default)
In file included from engine/net/scanner.cpp:1:
In file included from engine/src/config.h:33:
In file included from ./mrt/xml.h:23:
/usr/include/c++/v1/map:629:15: error: object of type 'std::__1::pair<const
mrt::Socket::addr, Scanner::Host>' cannot be assigned because its copy
assignment operator is implicitly deleted
{__nc = __v.__cc; return *this;}
^
/usr/include/c++/v1/__tree:1645:35: note: in instantiation of member function
'std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>::operator='
requested here
__cache->__value_ = *__first;
^
/usr/include/c++/v1/__tree:1575:9: note: in instantiation of function template
specialization 'std::__1::__tree<std::__1::__value_type<const mrt::Socket::addr,
Scanner::Host>, std::__1::__map_value_compare<const mrt::Socket::addr,
std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>,
std::__1::less<const mrt::Socket::addr>, true>,
std::__1::allocator<std::__1::__value_type<const mrt::Socket::addr,
Scanner::Host> >
>::__assign_multi<std::__1::__tree_const_iterator<std::__1::__value_type<const
mrt::Socket::addr, Scanner::Host>,
std::__1::__tree_node<std::__1::__value_type<const mrt::Socket::addr,
Scanner::Host>, void *> *, long> >' requested here
__assign_multi(__t.begin(), __t.end());
^
/usr/include/c++/v1/map:912:21: note: in instantiation of member function
'std::__1::__tree<std::__1::__value_type<const mrt::Socket::addr,
Scanner::Host>, std::__1::__map_value_compare<const mrt::Socket::addr,
std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>,
std::__1::less<const mrt::Socket::addr>, true>,
std::__1::allocator<std::__1::__value_type<const mrt::Socket::addr,
Scanner::Host> > >::operator=' requested here
__tree_ = __m.__tree_;
^
engine/net/scanner.cpp:256:8: note: in instantiation of member function
'std::__1::map<const mrt::Socket::addr, Scanner::Host, std::__1::less<const
mrt::Socket::addr>, std::__1::allocator<std::__1::pair<const mrt::Socket::addr,
Scanner::Host> > >::operator=' requested here
hosts = _hosts;
^
/usr/include/c++/v1/utility:325:5: note: copy assignment operator is implicitly
deleted because 'pair<const mrt::Socket::addr, Scanner::Host>' has a
user-declared move constructor
pair(pair&&) = default;
^
Reported by: pkg-fallout |
0.9.8083_9 11 Dec 2017 16:54:20 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
0.9.8083_9 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.8083_9 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.9.8083_9 08 Dec 2014 16:48:41 |
tijl |
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. (Only the first 15 lines of the commit message are shown above ) |
0.9.8083_8 30 Nov 2014 17:52:17 |
amdmi3 |
- Add LICENSE
- Strip binaries |
0.9.8083_8 29 Oct 2014 15:33:18 |
amdmi3 |
- Drop @dirrm* from plist |
0.9.8083_8 20 Oct 2014 17:36:03 |
mva |
- Convert games/ to new USES=python
Approved by: portmgr (implicit) |
0.9.8083_8 10 Sep 2014 20:50:37 |
gerald |
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) |
0.9.8083_7 15 Jul 2014 18:58:59 |
tijl |
- Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
0.9.8083_6 27 May 2014 14:03:22 |
bapt |
USES=scons
Fix build with lua changes |
0.9.8083_6 26 May 2014 15:28:29 |
bapt |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
0.9.8083_6 15 Jan 2014 13:04:18 |
danfe |
Use vendor's installation logic for the game libraries, it works fine. |
0.9.8083_6 15 Jan 2014 11:41:06 |
danfe |
Remove debugging left-over that crept in. |
0.9.8083_6 15 Jan 2014 11:38:05 |
danfe |
- Unbreak the build with Clang and remove disgusting USE_GCC knob
- Rename a patch now that it fixes more than just GCC v4.6 issue
- Tighten DESKTOP_ENTRIES (do not set Comment and StartupNotify)
- Fix a few annoying SCons warnings (due to aging SConstruct file)
- Python is only used for the build, so plain USE_PYTHON is wrong
- Stagify, mention dedicated server mode availability in pkg-descr |
0.9.8083_6 25 Dec 2013 23:29:34 |
antoine |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
0.9.8083_6 14 Dec 2013 20:46:11 |
mva |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
0.9.8083_6 08 Dec 2013 20:05:19 |
gerald |
Fix typo in previous commit.
Reported by: kwm |
0.9.8083_6 08 Dec 2013 18:43:44 |
gerald |
Also convert the dependency on devel/libsigc++20 to the new LIB_DEPENDS
format.
Reported by: mat, bsam |
0.9.8083_6 03 Dec 2013 23:14:36 |
gerald |
Fix the build with GCC 4.7 and later (which do fewer extraneous
#includes of system include files). [1]
On the way adjust to the new LIB_DEPENDS format.
PR: 183342 [1]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1] |
0.9.8083_6 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
0.9.8083_5 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.9.8083_5 09 Sep 2013 18:54:29 |
antoine |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
0.9.8083_5 17 Aug 2013 16:27:24 |
gerald |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery) |
0.9.8083_5 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
0.9.8083_4 07 Jan 2013 02:07:27 |
makc |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes |
0.9.8083_4 25 Jul 2012 08:12:44 |
gerald |
Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out
and GCC 4.6 has been the default for a while. |
0.9.8083_4 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
0.9.8083_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.9.8083_2 18 Feb 2012 10:18:33 |
mva |
- 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 |
0.9.8083_1 09 Nov 2011 16:00:55 |
danfe |
Unbreak on amd64 by replacing obsolete memalign() function with POSIX.1d
posix_memalign().
Reported by: pavmail |
0.9.8083_1 04 Nov 2011 02:16:37 |
danfe |
Adjust a comment and move -fpermissive from CFLAGS into CXXFLAGS. |
0.9.8083_1 03 Nov 2011 10:56:01 |
danfe |
- Fix the build with GCC 4.6 [1]
- Remove SSE band-aid as it seems no longer required
- Cleanup Makefile and remove support for FreeBSD < 700000
- Install manual page [2]
- Return this port back to the pool due to lack of time
Obtained from: Debian [1, 2]
Debian bug: http://bugs.debian.org/624916 [1] |
0.9.8083_1 25 Oct 2011 17:50:13 |
danfe |
Augment port description. |
0.9.8083_1 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.9.8083_1 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
0.9.8083 24 May 2010 16:21:25 |
danfe |
- Switch USE_GCC to 4.4+ as advised by gerald@
- Clean up Makefile while here: shorten and coalesce lines, reorder knobs,
simplify PORTDOCS installation, unmute INSTALL_DATA commands |
0.9.8083 25 Apr 2010 11:01:44 |
makc |
- Update to 0.9.8083
- Lua dependency is mandatory since 0.9
- SMPEG dependency added
- GCC 4.3+ dependency added because of a compiler bug in
gcc 4.2 from base with smpeg/MPEGfilter.h
- SSE disabled because of a build failure
PR: ports/143072
Submitted by: Bernhard Froehlich <decke at bluelife.at>
Approved by: maintainer timeout (danfe@, three months) |
0.7.5800_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.7.5800_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.7.5800_3 30 Jan 2010 09:43:31 |
mva |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit) |
0.7.5800_2 25 Jan 2010 19:15:18 |
pav |
- 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) |
0.7.5800_1 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.7.5800_1 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
0.7.5800 10 Apr 2009 18:50:57 |
amdmi3 |
- Make scons pass environement to build tools, so the port can be built with
ccache
Approved by: danfe (maintainer) |
0.7.5800 11 Sep 2008 08:09:49 |
gahr |
- Fix build on 6.3
- UNBREAK
Approved by: portmgr (linimon) |
0.7.5800 15 Aug 2008 13:52:29 |
erwin |
Re-mark as BROKEN but only for i386. |
0.7.5800 22 Jun 2008 18:33:46 |
pav |
- Builds now |
0.7.5800 03 May 2008 15:23:41 |
pav |
- Mark BROKEN on 5.x and 6.x: error: invalid conversion from `long int*' to
`const time_t*'
Reported by: pointyhat |
0.7.5800 10 Apr 2008 22:03:34 |
pav |
- Add missing dependency and fix the build
Pointy hat to: danfe |
0.7.5800 06 Apr 2008 11:24:48 |
danfe |
Add missing dependency.
Reported by: pointyhat (via pav, erwin) |
0.7.5800 02 Apr 2008 10:18:54 |
danfe |
Add new port of Battle Tanks, fast 2D tank arcade game with multiplayer and
split-screen modes.
WWW: http://btanks.sourceforge.net/ |