| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 Feb 2012 10:18:33
1.2.8
|
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 |
20 Mar 2011 12:54:45
1.2.7
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
1.2.7
|
ade  |
Sync to new bsd.autotools.mk |
02 Aug 2009 19:36:34
1.2.7
|
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 |
19 Feb 2009 21:45:43
1.2.7
|
mva  |
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor) |
13 Mar 2008 14:08:22
1.2.7
|
miwi  |
- Update to 1.2.7
- Got rid of library renaming as done for devel/sdl12
PR: 117797
Submitted by: Marcus von Appen <mva@sysfault.org> |
28 Oct 2007 12:01:33
1.2.6_1
|
shaun  |
Return to pool: hopefully they will have a chance of being updated
prior to the freeze. |
19 May 2007 20:32:57
1.2.6_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
10 Dec 2006 23:55:08
1.2.6
|
shaun  |
Disable superfluous tests which occur if guilib is installed.
PR: ports/103583
Submitted by: Sean Farley <sean-freebsd@farley.org> |
20 Sep 2006 11:21:59
1.2.6
|
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) |
01 Sep 2006 21:34:14
1.2.5_3
|
shaun  |
- Take over maintainership of the abandoned SDL ports.
- Add an additional mirror for a few of them.
- Fix a few minor portlint(1) complaints. |
17 Aug 2006 08:33:00
1.2.5_3
|
krion  |
Drop maintainership, ENOTIME for these ports now. |
11 May 2006 22:49:56
1.2.5_3
|
edwin  |
Remove USE_REINPLACE from all categories starting with N |
23 Feb 2006 10:40:45
1.2.5_3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 21:24:05
1.2.5_2
|
edwin  |
SHA256ify
Approved by: krion@ |
07 Jan 2006 20:29:57
1.2.5_2
|
krion  |
Remove guilib dependency, it's required only by some example files
which aren't installed anyway.
Submitted by: Ed Schouten <ed@fxq.nl> |
15 Nov 2005 06:52:12
1.2.5_2
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
26 Apr 2005 08:28:13
1.2.5_2
|
krion  |
Take maintainership. |
09 Jul 2004 17:43:11
1.2.5_2
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
16 Mar 2004 04:23:56
1.2.5_2
|
edwin  |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
14 Mar 2004 06:17:56
1.2.5_1
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
08 Mar 2004 01:01:31
1.2.5_1
|
edwin  |
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
04 Feb 2004 05:10:27
1.2.5_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 16:13:06
1.2.5
|
trevor  |
SIZEify. |
31 Jul 2003 07:25:30
1.2.5
|
daichi  |
update net/sdl_net:
- Utilize USE_SDL
- PERL -> REINPLACE_CMD
PR: 55064
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
29 Jul 2003 10:38:43
1.2.5
|
krion  |
Update to 1.2.5
Approved by: fjoe (mentor) (implicit) |
29 Jul 2003 09:12:37
1.2.4
|
sobomax  |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them. |
07 Mar 2003 06:08:06
1.2.4
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
02 Jan 2003 15:06:10
1.2.4
|
sobomax  |
Update version number of SDL shared library. |
17 Apr 2002 12:36:23
1.2.4
|
sobomax  |
Update to 1.2.4. |
19 Dec 2001 12:29:51 
|
sobomax  |
Update to 1.2.3. |
25 Jul 2001 10:50:34 
|
sobomax  |
Update to 1.2.2. |
09 Apr 2001 12:55:04 
|
sobomax  |
Move: devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 |
06 Apr 2001 14:22:08 
|
sobomax  |
Update to 1.2.0. |
08 Oct 2000 07:19:09 
|
asami  |
Convert category net to new layout. |
25 Sep 2000 09:14:28 
|
sobomax  |
Remove --buld ltconfig option hacks. Please don't forget to update your libtool
installation. |
20 Sep 2000 16:52:40 
|
sobomax  |
Add sdl_net - a small sample cross-platform networking library. |