Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
15 Nov 2019 11:00:19
0.1.7

|
martymac  |
Update devel/flatzebra and dependent ports
Also:
- take maintainership for it
- clean up / re-order a few things |
08 Nov 2019 11:39:00
0.1.6_5

|
tobik  |
devel: Add missing USES={gl,gnome,php,sdl} |
30 Jan 2018 12:35:05
0.1.6_5

|
martymac  |
Fix URLs for master site perso.b2b2c.ca
(URL of personals pages have recently changed on perso.b2b2c.ca and are now
prefixed with a tilde character) |
26 Jan 2018 17:29:14
0.1.6_5

|
jbeich  |
devel/flatzebra: unbreak build with Clang 6 (C++14 by default)
In file included from GameEngine.cpp:23:
../../src/flatzebra/GameEngine.h:412:23: error: non-constant-expression cannot
be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list
[-Wc++11-narrowing]
SDL_Rect rect = { x, y, width, height };
^
../../src/flatzebra/GameEngine.h:412:23: note: insert an explicit cast to
silence this issue
SDL_Rect rect = { x, y, width, height };
^
static_cast<Sint16>( )
../../src/flatzebra/GameEngine.h:412:26: error: non-constant-expression cannot
be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list
[-Wc++11-narrowing]
SDL_Rect rect = { x, y, width, height };
^
../../src/flatzebra/GameEngine.h:412:26: note: insert an explicit cast to
silence this issue
SDL_Rect rect = { x, y, width, height }; (Only the first 15 lines of the commit message are shown above ) |
23 Nov 2016 18:15:25
0.1.6_5

|
amdmi3  |
- Add LICENSE
- Remove unneeded CONFIGURE_ARGS
- Strip binary
- Don't install useless docs
- Sort plist |
16 Nov 2016 22:55:39
0.1.6_4

|
rene  |
Reset edwin's ports, he has handed in his commit bit.
With hat: portmgr-secretary |
21 Oct 2016 15:21:13
0.1.6_4

|
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
01 Sep 2015 16:20:48
0.1.6_4

|
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
02 Mar 2015 23:16:02
0.1.6_4

|
bapt  |
Remove Authors and License from pkg-descr |
08 Dec 2014 16:48:41
0.1.6_4

|
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 ) |
27 Oct 2014 10:10:59
0.1.6_3

|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
0.1.6_3

|
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 May 2014 07:46:38
0.1.6_2

|
tijl  |
Bump PORTREVISION for previous change. |
13 May 2014 22:48:45
0.1.6_1

|
edwin  |
Stagify |
21 Feb 2014 13:36:13
0.1.6_1

|
ehaupt  |
Remove trailing whitespaces from category devel |
10 Feb 2014 13:54:28
0.1.6_1

|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
20 Sep 2013 17:04:44
0.1.6_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
07 Jun 2013 10:00:26
0.1.6_1

|
martymac  |
Fix build when upgrading from previous version
PR: ports/177949
Submitted by: Anton Shterenlikht <mexas@bris.ac.uk>
Approved by: maintainer timeout (7 weeks) |
23 Apr 2013 10:13:20
0.1.6

|
bapt  |
Convert devel to USES=pkgconfig |
17 Apr 2013 13:02:44
0.1.6

|
martymac  |
Update devel/flatzebra and dependent ports :
devel/flatzebra [1]:
- Update to 0.1.6
- Use new Makefile header format
- Replace USE_GNOME by proper USE_PKGCONFIG
- Switch to OptionsNG
games/afternoonstalker:
- Update to 1.1.5
- Use new Makefile header format
games/burgerspace:
- Update to 1.9.2
- Use new Makefile header format
games/cosmosmash:
- Update to 1.4.6
- Use new Makefile header format
PR: ports/177730 [1]
Approved by: edwin (maintainer) [1]
Feature safe: yes |
01 Jun 2012 05:26:28
0.1.5_2
|
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
0.1.5_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 |
24 Oct 2011 09:11:38
0.1.5
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
03 Jul 2011 14:59:23
0.1.5
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
0.1.5
|
ade  |
Sync to new bsd.autotools.mk |
04 Jul 2010 17:22:41
0.1.5
|
makc  |
Update to 0.1.5
PR: ports/147967
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com>
Approved by: maintainer timeout (two weeks)
Feature safe: yes |
28 Mar 2010 06:47:48
0.1.3_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.1.3_2
|
dinoex  |
- update to jpeg-8 |
30 Jan 2010 09:43:31
0.1.3_1
|
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) |
18 Sep 2009 22:41:42
0.1.3
|
miwi  |
- Update to 0.1.3
PR: 138031
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Feature safe: yes
Approved by: mainainer timeout |
02 Aug 2009 19:36:34
0.1.1_5
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
31 Jul 2009 13:57:52
0.1.1_5
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
28 Jul 2008 01:11:48
0.1.1_4
|
edwin  |
Fix usage of PORTDOCS since they are always installed |
13 Mar 2008 14:28:35
0.1.1_3
|
miwi  |
- Chase devel/sdl12 shlib version bump |
19 May 2007 20:32:57
0.1.1_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
10 Feb 2007 06:05:06
0.1.1_1
|
kris  |
Use libtool15 port instead of included version to avoid objformat a.out botch |
20 Sep 2006 11:21:59
0.1.1_1
|
stas  |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
05 Aug 2006 01:18:28
0.1.1
|
edwin  |
INSTALLS_SHLIB -> USE_LDCONFIG |
18 Oct 2005 05:00:01
0.1.1
|
edwin  |
Add URL for website of author.
Unfortunately no page found for flatzebra itself. |
18 Oct 2005 03:18:55
0.1.1
|
edwin  |
Well, believe it or not, but there is another game development SDK:
flatzebra - A generic game engine for 2D double-buffering animation
WWW: http://www3.sympatico.ca/sarrazip/dev/
Needed for the upgrade of games/afternoonstalker |