Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.0 03 Jun 2024 10:16:52 |
Ganael LAPLANCHE (martymac) |
devel/flatzebra: Update to 0.2.0 + update deps
Update devel/flatzebra and dependent ports.
Also, do a bit of cleanup:
- Remove LOCAL from MASTER_SITES
- Homogenize WWW URLs
- Fix licence (GPLv2+ instead of GPLv2)
- Specify LICENSE_FILE
- Switch to more recent (default) CXXSTD
- Remove useless GNU_CONFIGURE_MANPREFIX |
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.1.7 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.1.7 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.1.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.7 15 Nov 2019 11:00:19 |
martymac |
Update devel/flatzebra and dependent ports
Also:
- take maintainership for it
- clean up / re-order a few things |
0.1.6_5 08 Nov 2019 11:39:00 |
tobik |
devel: Add missing USES={gl,gnome,php,sdl} |
0.1.6_5 30 Jan 2018 12:35:05 |
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) |
0.1.6_5 26 Jan 2018 17:29:14 |
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 ) |
0.1.6_5 23 Nov 2016 18:15:25 |
amdmi3 |
- Add LICENSE
- Remove unneeded CONFIGURE_ARGS
- Strip binary
- Don't install useless docs
- Sort plist |
0.1.6_4 16 Nov 2016 22:55:39 |
rene |
Reset edwin's ports, he has handed in his commit bit.
With hat: portmgr-secretary |
0.1.6_4 21 Oct 2016 15:21:13 |
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 |
0.1.6_4 01 Sep 2015 16:20:48 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
0.1.6_4 02 Mar 2015 23:16:02 |
bapt |
Remove Authors and License from pkg-descr |
0.1.6_4 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.1.6_3 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
0.1.6_3 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.1.6_2 15 May 2014 07:46:38 |
tijl |
Bump PORTREVISION for previous change. |
0.1.6_1 13 May 2014 22:48:45 |
edwin |
Stagify |
0.1.6_1 21 Feb 2014 13:36:13 |
ehaupt |
Remove trailing whitespaces from category devel |
0.1.6_1 10 Feb 2014 13:54:28 |
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) |
0.1.6_1 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
0.1.6_1 07 Jun 2013 10:00:26 |
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) |
0.1.6 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
0.1.6 17 Apr 2013 13:02:44 |
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 |
0.1.5_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.1.5_1 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.1.5 24 Oct 2011 09:11:38 |
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 |
0.1.5 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.1.5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.1.5 04 Jul 2010 17:22:41 |
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 |
0.1.3_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.1.3_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.1.3_1 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.1.3 18 Sep 2009 22:41:42 |
miwi |
- Update to 0.1.3
PR: 138031
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Feature safe: yes
Approved by: mainainer timeout |
0.1.1_5 02 Aug 2009 19:36:34 |
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 |
0.1.1_5 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.1.1_4 28 Jul 2008 01:11:48 |
edwin |
Fix usage of PORTDOCS since they are always installed |
0.1.1_3 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.1.1_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.1.1_1 10 Feb 2007 06:05:06 |
kris |
Use libtool15 port instead of included version to avoid objformat a.out botch |
0.1.1_1 20 Sep 2006 11:21:59 |
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) |
0.1.1 05 Aug 2006 01:18:28 |
edwin |
INSTALLS_SHLIB -> USE_LDCONFIG |
0.1.1 18 Oct 2005 05:00:01 |
edwin |
Add URL for website of author.
Unfortunately no page found for flatzebra itself. |
0.1.1 18 Oct 2005 03:18:55 |
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 |