Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Jun 2022 06:28:04 0.9.8083_10
|
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> |
11 Aug 2021 14:37:29 0.9.8083_9
|
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 |
06 Apr 2021 14:31:07 0.9.8083_9
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
31 Aug 2020 11:53:59
0.9.8083_9
|
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 |
25 May 2020 18:33:44
0.9.8083_9
|
sunpoet  |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons |
29 Jan 2020 07:08:01
0.9.8083_9
|
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) |
28 Jan 2020 15:17:14
0.9.8083_9
|
danfe  |
Convert to modern Python and revive `games/battletanks'. |
27 Jan 2020 15:34:18
0.9.8083_9
|
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 ) |
26 Dec 2019 07:54:29
0.9.8083_9
|
antoine  |
Deprecate a few ports
With hat: portmgr |
08 Nov 2019 10:47:01
0.9.8083_9
|
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
10 Sep 2018 13:14:52
0.9.8083_9
|
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 |
20 Jan 2018 17:46:55
0.9.8083_9
|
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 |
11 Dec 2017 16:54:20
0.9.8083_9
|
antoine  |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
01 Apr 2016 14:00:57
0.9.8083_9
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2016 16:20:32
0.9.8083_9
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
08 Dec 2014 16:48:41
0.9.8083_9
|
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 ) |
30 Nov 2014 17:52:17
0.9.8083_8
|
amdmi3  |
- Add LICENSE
- Strip binaries |
29 Oct 2014 15:33:18
0.9.8083_8
|
amdmi3  |
- Drop @dirrm* from plist |
20 Oct 2014 17:36:03
0.9.8083_8
|
mva  |
- Convert games/ to new USES=python
Approved by: portmgr (implicit) |
10 Sep 2014 20:50:37
0.9.8083_8
|
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) |
15 Jul 2014 18:58:59
0.9.8083_7
|
tijl  |
- Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
27 May 2014 14:03:22
0.9.8083_6
|
bapt  |
USES=scons
Fix build with lua changes |
26 May 2014 15:28:29
0.9.8083_6
|
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) |
15 Jan 2014 13:04:18
0.9.8083_6
|
danfe  |
Use vendor's installation logic for the game libraries, it works fine. |
15 Jan 2014 11:41:06
0.9.8083_6
|
danfe  |
Remove debugging left-over that crept in. |
15 Jan 2014 11:38:05
0.9.8083_6
|
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 |
25 Dec 2013 23:29:34
0.9.8083_6
|
antoine  |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
14 Dec 2013 20:46:11
0.9.8083_6
|
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) |
08 Dec 2013 20:05:19
0.9.8083_6
|
gerald  |
Fix typo in previous commit.
Reported by: kwm |
08 Dec 2013 18:43:44
0.9.8083_6
|
gerald  |
Also convert the dependency on devel/libsigc++20 to the new LIB_DEPENDS
format.
Reported by: mat, bsam |
03 Dec 2013 23:14:36
0.9.8083_6
|
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] |
26 Oct 2013 00:52:36
0.9.8083_6
|
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 ) |
20 Sep 2013 17:36:36
0.9.8083_5
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
09 Sep 2013 18:54:29
0.9.8083_5
|
antoine  |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
17 Aug 2013 16:27:24
0.9.8083_5
|
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) |
23 Jan 2013 15:00:19
0.9.8083_5
|
makc  |
Bump PORTREVISION after DESKTOP_ENTRIES update |
07 Jan 2013 02:07:27
0.9.8083_4
|
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 |
25 Jul 2012 08:12:44
0.9.8083_4
|
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. |
19 Jul 2012 20:15:39
0.9.8083_4
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
01 Jun 2012 05:26:28
0.9.8083_3
|
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
0.9.8083_2
|
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 |
09 Nov 2011 16:00:55
0.9.8083_1
|
danfe  |
Unbreak on amd64 by replacing obsolete memalign() function with POSIX.1d
posix_memalign().
Reported by: pavmail |
04 Nov 2011 02:16:37
0.9.8083_1
|
danfe  |
Adjust a comment and move -fpermissive from CFLAGS into CXXFLAGS. |
03 Nov 2011 10:56:01
0.9.8083_1
|
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] |
25 Oct 2011 17:50:13
0.9.8083_1
|
danfe  |
Augment port description. |
03 Jul 2011 14:25:36
0.9.8083_1
|
ohauer  |
-remove MD5 |
06 Jun 2010 20:44:03
0.9.8083_1
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
24 May 2010 16:21:25
0.9.8083
|
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 |
25 Apr 2010 11:01:44
0.9.8083
|
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) |
28 Mar 2010 06:47:48
0.7.5800_5
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.7.5800_4
|
dinoex  |
- update to jpeg-8 |
30 Jan 2010 09:43:31
0.7.5800_3
|
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) |
25 Jan 2010 19:15:18
0.7.5800_2
|
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) |
22 Aug 2009 00:23:13
0.7.5800_1 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
06 Jul 2009 21:26:00
0.7.5800_1
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
10 Apr 2009 18:50:57
0.7.5800
|
amdmi3  |
- Make scons pass environement to build tools, so the port can be built with
ccache
Approved by: danfe (maintainer) |
11 Sep 2008 08:09:49
0.7.5800
|
gahr  |
- Fix build on 6.3
- UNBREAK
Approved by: portmgr (linimon) |
15 Aug 2008 13:52:29
0.7.5800
|
erwin  |
Re-mark as BROKEN but only for i386. |
22 Jun 2008 18:33:46
0.7.5800
|
pav  |
- Builds now |
03 May 2008 15:23:41
0.7.5800
|
pav  |
- Mark BROKEN on 5.x and 6.x: error: invalid conversion from `long int*' to
`const time_t*'
Reported by: pointyhat |
10 Apr 2008 22:03:34
0.7.5800
|
pav  |
- Add missing dependency and fix the build
Pointy hat to: danfe |
06 Apr 2008 11:24:48
0.7.5800
|
danfe  |
Add missing dependency.
Reported by: pointyhat (via pav, erwin) |
02 Apr 2008 10:18:54
0.7.5800
|
danfe  |
Add new port of Battle Tanks, fast 2D tank arcade game with multiplayer and
split-screen modes.
WWW: http://btanks.sourceforge.net/ |