Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Nov 2020 14:16:20
98.0_20

|
antoine  |
Mark BROKEN
rts/lib/headlessStubs/glstub.c:232:19: error: use of undeclared identifier
'NULL'
return (GLvoid*) NULL;
^
rts/lib/headlessStubs/glstub.c:236:19: error: use of undeclared identifier
'NULL'
return (GLvoid*) NULL;
^
Reported by: pkg-fallout |
19 Mar 2020 23:02:31
98.0_20

|
tobik  |
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 |
11 Dec 2019 17:53:49
98.0_20

|
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
30 Nov 2019 22:36:28
98.0_19

|
tobik  |
games/spring: Unbreak with openal-soft-1.20.0
In file included from rts/System/Sound/OpenAL/Sound.cpp:7:
/usr/local/include/AL/alc.h:34:16: error: typedef 'ALCdevice' cannot be
referenced with a struct specifier
typedef struct ALCdevice ALCdevice;
^
rts/System/Sound/OpenAL/Sound.h:23:33: note: declared here
typedef struct ALCdevice_struct ALCdevice;
^
1 error generated.
http://beefy6.nyi.freebsd.org/data/120amd64-default/518685/logs/errors/spring-98.0_19.log |
05 Nov 2019 22:16:15
98.0_19

|
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
19 Oct 2019 08:19:13
98.0_19

|
tobik  |
Remove a bunch of unused *_DESC |
19 Aug 2019 15:35:28
98.0_19

|
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
13 Aug 2019 16:03:12
98.0_18

|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
26 Jul 2019 20:46:57
98.0_18

|
gerald  |
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 |
25 May 2019 11:09:56
98.0_17

|
tobik  |
games/spring: Drop nop options helpers look-alikes |
12 Apr 2019 06:36:31
98.0_17

|
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
25 Dec 2018 20:25:40
98.0_16

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
98.0_16

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
12 Dec 2018 00:15:50
98.0_15

|
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
27 Oct 2018 00:52:29
98.0_14

|
jbeich  |
games/spring: unbreak with boost 1.69
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message):
Unable to find the requested Boost libraries.
Boost version: 1.69.0
Boost include path: /usr/local/include
Could not find the following Boost libraries:
boost_signals
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
CMakeLists.txt:245 (FIND_PACKAGE)
PR: 232525 |
11 Sep 2018 18:34:28
98.0_14

|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
09 Aug 2018 06:58:31
98.0_13

|
jbeich  |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
29 Jul 2018 22:18:46
98.0_12

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
19 Jun 2018 21:08:33
98.0_11

|
adridg  |
Pre-emptively fix games/spring before CMake 3.12 arrives.
file(GLOB .. FOLLOW_SYMLINKS ..) was never documented to work; in
3.12-rc1 this has become an error. That in itself is considered
a regression in CMake [1], but the use is wrong anyway, so patch
it away. The change has been accepted upstream [2] already.
Not bumping PORTREVISION because no code actually changes,
it just removes a cmake-time no-op.
[1] https://gitlab.kitware.com/cmake/cmake/issues/18097
[2] https://springrts.com/mantis/view.php?id=6005
PR: 229101
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D15878 |
18 Apr 2018 13:57:43
98.0_11

|
jbeich  |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
01 Apr 2018 09:21:49
98.0_10

|
krion  |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 226980
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket) |
03 Mar 2018 22:40:56
98.0_10

|
jbeich  |
games/spring: unbreak with boost 1.66
PR: 224124
Obtained from: upstream
Approved by: portmgr blanket |
03 Mar 2018 22:40:28
98.0_10

|
jbeich  |
games/spring: unbreak with boost 1.65
PR: 220762
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by: maintainer timeout (3 months) |
18 Jan 2018 04:11:03
98.0_10

|
jbeich  |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
21 Nov 2017 08:36:27
98.0_9

|
mat  |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight |
18 Nov 2017 19:32:39
98.0_9

|
zeising  |
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine |
25 Sep 2017 00:08:17
98.0_8

|
jbeich  |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
25 Sep 2017 00:05:06
98.0_7

|
jbeich  |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
22 Sep 2017 10:48:58
98.0_6

|
mat  |
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
22 Sep 2017 10:48:29
98.0_6

|
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
10 Sep 2017 20:55:39
98.0_6

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
05 Jun 2017 21:28:39
98.0_5

|
rakuco  |
Use MAKE_CMD instead of MAKE in pre-build.
We may be building with something other than make, as is the case if one uses
CMake's ninja generator. |
23 May 2017 05:03:16
98.0_5

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
02 May 2017 06:48:11
98.0_4

|
jbeich  |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
01 Apr 2017 15:23:32
98.0_3

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
24 Jan 2017 09:34:52
98.0_2

|
amdmi3  |
- Update WWW |
06 Jan 2017 08:45:04
98.0_2

|
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
03 Jan 2017 11:01:06
98.0_1

|
mat  |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
23 Nov 2016 12:45:47
98.0_1

|
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
01 Apr 2016 14:00:57
98.0

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
28 Sep 2015 17:20:43
98.0

|
amdmi3  |
Implemented complete support for test target.
You can now `make test' on any port to run test sequence, no-op by default.
If a port defines TEST_TARGET, it'll run sub-make with specified target,
usually `check' or `test', useful if upstream supports that. The port may
instead define custom do-test target, as well as usual satellite targets:
{pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off
`make test' builds and stages port first, so test may use both WRKDIR and
STAGEDIR, and both BUILD and RUN depends are available for test target.
Additionally, TEST_DEPENDS is now properly supported and may be used to
define additional depends specifically for testing.
Framework may define default tests for specific cases. For instance,
perl5.mk and cran.mk already provide default test target on their own.
This commit also converts my ports which have tests to this new framework.
Approved by: portmgr (bapt)
Differential Revision: D3680 |
26 May 2015 13:14:45
98.0

|
amdmi3  |
- Drop @dirrm* from plist |
13 May 2015 20:59:08
98.0

|
amdmi3  |
- Bring back ONLY_FOR_ARCHS which was lost in the last update
- Mark BROKEN on pre-10.x |
24 Apr 2015 22:39:02
98.0

|
mi  |
Unbreak and upgrade to the latest availble version -- 0.98.
Approved by: maintainer |
23 Apr 2015 20:48:13
94.1_7

|
amdmi3  |
- Postpone expiration, mi+thun@aldan.algebra.com has prepared update to 98.0,
however it doesn't run properly yet |
28 Mar 2015 11:52:02
94.1_7

|
antoine  |
Deprecate ports broken for more than 6 months |
08 Dec 2014 16:48:41
94.1_7

|
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 ) |
13 Sep 2014 21:17:19
94.1_6

|
antoine  |
Mark BROKEN: Fails to build
with gcc 4.7:
/wrkdirs/usr/ports/games/spring/work/spring_94.1/rts/Rendering/GL/myGL.cpp:368:62:
error: invalid conversion from 'void (*)(GLenum, GLenum, GLuint, GLenum,
GLsizei, const GLchar*, GLvoid*) {aka void (*)(unsigned int, unsigned int,
unsigned int, unsigned int, int, const char*, void*)}' to 'GLDEBUGPROCARB {aka
void (*)(unsigned int, unsigned int, unsigned int, unsigned int, int, const
char*, const void*)}' [-fpermissive]
with clang 3.3:
/wrkdirs/usr/ports/games/spring/work/spring_94.1/rts/Rendering/GL/myGL.cpp:368:29:
error: cannot initialize a parameter of type 'GLDEBUGPROCARB' (aka 'void
(*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, const void *)')
with an rvalue of type 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const
GLchar *, GLvoid *)': type mismatch at 7th parameter ('const void *' vs 'GLvoid
*' (aka 'void *'))
glDebugMessageCallbackARB(&OpenGLDebugMessageCallback, NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
with clang 3.4.1:
cd /wrkdirs/usr/ports/games/spring/work/spring_94.1/rts/lib/squish &&
/usr/bin/c++ -DBOOST_NO_FENV_H -DSPRING_DATADIR=\"/usr/local/share/spring\"
-DSTREFLOP_SSE -DSYNCCHECK -DUSE_LIBSQUISH -O2 -pipe -fno-strict-aliasing
-fsingle-precision-constant -frounding-math -mieee-fp -pipe
-fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -pthread
-DNDEBUG -I/usr/local/include
-I/wrkdirs/usr/ports/games/spring/work/spring_94.1/rts
-I/wrkdirs/usr/ports/games/spring/work/spring_94.1/rts/lib/squish -o
CMakeFiles/squish.dir/alpha.cpp.o -c
/wrkdirs/usr/ports/games/spring/work/spring_94.1/rts/lib/squish/alpha.cpp
c++: error: unknown argument: '-fsingle-precision-constant'
Reported by: pkg-fallout |
10 Sep 2014 20:50:37
94.1_6

|
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) |
02 Sep 2014 12:59:54
94.1_5

|
rakuco  |
Update CMake to 3.0.1.
The 3.0 series is an incremental improvement over the previous 2.8 series
despite the major version number change. A list of important changes is
available at http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html
On the porting side
* The minimum FreeBSD release we have to support in the ports tree is now
recent enough that ports/168671 can finally be committed: instead of
building and using CMake's own copies of bzip2, curl, expat, libarchive,
liblzma and zlib, we use the versions in ports and/or the base system.
* CMake's documentation system has been changed and vastly improved at the
cost of now depending on Sphinx. We still generate only man pages, but can
start generating the HTML documentation in the future if desired. (Only the first 15 lines of the commit message are shown above ) |
15 Aug 2014 20:37:33
94.1_5

|
mandree  |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) |
13 Jun 2014 07:36:28
94.1_4

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
09 May 2014 21:29:46
94.1_4

|
amdmi3  |
- After recent graphics/devil soversion bump its PORTREVISION was not bumped, so
bump it properly now and also bump all dependent ports again
Submitted by: tijl |
08 May 2014 20:52:09
94.1_3

|
amdmi3  |
- Switch graphics/devil to USES=libtool
Since this changes shared lib version number, bump PORTREVISION on all dependent
ports:
- devel/love
- devel/love07
- devel/love5
- games/arx-libertatis
- games/pink-pony
- games/spring
- graphics/cegui
- graphics/graphviz
While here, fix graphics/cegui plist to not remove mtree directory. |
16 Apr 2014 18:28:50
94.1_2

|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
07 Feb 2014 11:44:09
94.1_1

|
bapt  |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
25 Dec 2013 23:29:34
94.1

|
antoine  |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
21 Dec 2013 12:55:30
94.1

|
amdmi3  |
- Turn BROKEN into ONLY_FOR_ARCHS |
16 Dec 2013 11:22:24
94.1

|
amdmi3  |
- Update to 94.1
- Unbreak
- Support staging
- Use new LIB_DEPENDS syntax |
12 Dec 2013 11:14:49
0.82.7.1_3

|
bapt  |
Convert LIB_DEPENDS for ports depending on boost |
03 Dec 2013 11:33:38
0.82.7.1_3

|
makc  |
- Fix CMAKE_BUILD_TYPE usage
Approved by: maintainers |
22 Nov 2013 08:24:11
0.82.7.1_3

|
bapt  |
Deprecated ports broken for more than 6 month |
22 Oct 2013 13:53:34
0.82.7.1_3

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
20 Sep 2013 17:36:36
0.82.7.1_3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
14 Aug 2013 22:35:54
0.82.7.1_3

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
12 Jul 2013 15:01:46
0.82.7.1_3

|
amdmi3  |
- 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 |
22 Mar 2013 20:06:15
0.82.7.1_3

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
31 Jan 2013 13:38:43
0.82.7.1_3

|
bapt  |
Chase boost update |
19 Jul 2012 20:15:39
0.82.7.1_3
|
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.82.7.1_2
|
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
0.82.7.1_1
|
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 |
07 Nov 2011 04:24:55
0.82.7.1 
|
miwi  |
- Get rid FreeBSD 6 support |
11 Jun 2011 13:16:02
0.82.7.1
|
amdmi3  |
- Update to 0.82.7.1
PR: 156046
Submitted by: Zhihao Yuan <lichray@gmail.com> |
27 Dec 2010 20:55:08
0.82.5.1
|
pav  |
- Fix build with new boost
Submitted by: Alexander Churanov <alexanderchuranov@gmail.com> |
23 Sep 2010 00:26:56
0.82.5.1
|
amdmi3  |
- Update to 0.82.5.1
- Add patch to remove unit pieces that don't render correctly |
05 Aug 2010 10:32:04
0.81.2.1_1
|
olgeni  |
Spelling and whitespace fixes. |
06 Jun 2010 20:44:03
0.81.2.1_1
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
27 Apr 2010 21:58:27
0.81.2.1
|
gahr  |
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly
Approved by: portmgr (pav) |
24 Apr 2010 13:19:58
0.81.2.1
|
amdmi3  |
- Update to 0.81.2.1 |
28 Mar 2010 06:47:48
0.81.1.3_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.81.1.3_1
|
dinoex  |
- update to jpeg-8 |
05 Feb 2010 03:43:19
0.81.1.3
|
amdmi3  |
- Update to 0.81.1.3 |
01 Feb 2010 14:44:36
0.80.5.2
|
amdmi3  |
- Update to 0.80.5.2
- Add patch to not create unitsync.log in the current directory |
25 Jan 2010 19:15:18
0.80.5.1_1
|
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) |
31 Dec 2009 11:16:17
0.80.5.1
|
amdmi3  |
- Mark BROKEN on 6.x [1]
- Add a way to enable sync debug
Reported by: pointyhat via pav [1] |
30 Oct 2009 00:47:05
0.80.5.1
|
amdmi3  |
- Update to 0.80.5.1 |
20 Oct 2009 03:10:32
0.80.5
|
amdmi3  |
- Update to 0.80.5 |
26 Sep 2009 15:36:01
0.80.4.2
|
amdmi3  |
- Update to 0.80.4.2
Feature safe: yes |
05 Sep 2009 14:37:16
0.80.4.1
|
amdmi3  |
- Update to 0.80.4.1 |
03 Sep 2009 03:29:39
0.80.4
|
amdmi3  |
- Update to 0.80.4 |
01 Sep 2009 23:59:40
0.80.2
|
amdmi3  |
- Add forgotten patch |
01 Sep 2009 23:58:54
0.80.2
|
amdmi3  |
- Update to 0.80.2 |
28 Jul 2009 11:45:09
0.79.1.2
|
pav  |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
07 Jul 2009 01:48:59
0.79.1.2
|
amdmi3  |
- Update to 0.79.1.2 |
06 Jul 2009 21:26:00
0.79.1.1_1
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
16 Jun 2009 23:03:26
0.79.1.1
|
amdmi3  |
- Update to 0.79.1.1 |
31 May 2009 21:42:47
0.79.1
|
amdmi3  |
- Update to 0.79.1
- Update WWW and MASTER_SITES |
07 Apr 2009 22:21:46
0.78.2.1
|
amdmi3  |
- Update to 0.78.2.1
- Mark MAKE_JOBS_SAFE
- Convert BROKEN on sparc64 into ONLY_FOR_ARCHS=i386 amd64 |
24 Mar 2009 19:13:32
0.77b5_2
|
makc  |
bump PORTREVISION after cmake update |
16 Mar 2009 09:02:03
0.77b5_1
|
linimon  |
Mark as broken on sparc64: uses compile options not applicable to this arch. |