| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 Feb 2012 10:18:33
1.0.0_3
|
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 15:26:04
1.0.0_2
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 08:45:31
1.0.0_2
|
miwi  |
- Fix build on FreeBSD 10 |
23 Sep 2011 22:26:39
1.0.0_2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
20 Mar 2011 22:30:17
1.0.0_2
|
bapt  |
Get rid of md5 for all my ports.
while here add most of the licenses |
28 Jul 2010 17:31:01
1.0.0_2
|
bapt  |
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor) |
05 Feb 2010 11:46:55
1.0.0_2
|
dinoex  |
- update to jpeg-8 |
18 Jul 2009 11:11:29
1.0.0_1
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
17 May 2009 11:35:34
1.0.0
|
dhn  |
- Update to 1.0.0
- Pass maintainership to submitter
PR: ports/133492
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Approved by: miwi (mentor implicit) |
06 Jun 2008 13:48:22
0.104_6
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 17:56:05
0.104_5  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
13 Mar 2008 14:28:35
0.104_5
|
miwi  |
- Chase devel/sdl12 shlib version bump |
19 May 2007 20:32:57
0.104_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
14 Feb 2007 09:04:23
0.104_3
|
sat  |
/objformat=/s|=.*|=elf| |
02 Feb 2007 17:06:25
0.104_3
|
pav  |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr |
15 Dec 2006 13:29:55
0.104_3
|
nork  |
Respect PTHREAD_LIBS. |
15 Dec 2006 01:28:36
0.104_3
|
lioux  |
o Fix: the reorder_block() zigzag behaves incorrectly in the
(!ARCH_X86 && !ARCH_X86_64)
case. The current code fails to take into account the effects of
_dv_prepare_reorder_tables(), which changes the indexes contained
in the reorder_88[] and reorder_248[] arrays.
o Bump PORTREVISION
PR: 94188
Submitted by: Brent Casavant <bcasavan@sgi.com> |
15 Dec 2006 01:21:57
0.104_2
|
lioux  |
Drop maintainership |
20 Sep 2006 11:21:59
0.104_2
|
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) |
10 May 2006 22:37:39
0.104_1
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
28 Feb 2006 23:06:35
0.104_1
|
ade  |
Bump PORTREVISION for new gtk-12 library location, post libtool.
PR: 93956
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (implicit) |
23 Feb 2006 10:40:45
0.104
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
15 Nov 2005 06:52:12
0.104
|
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. |
11 Nov 2005 06:06:17
0.104
|
lioux  |
Add SHA256 checksum |
16 May 2005 21:52:58
0.104
|
pav  |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
05 May 2005 07:15:01
0.104
|
ahze  |
- Fix broken plist by removing dupe bin/playdv in PLIST_FILES and pkg-plist |
30 Apr 2005 00:57:15
0.104
|
kris  |
BROKEN: Incorrect pkg-plist |
17 Apr 2005 19:41:42
0.104
|
lioux  |
o Update to 0.104
o Auto detect gtk 1.2, only building playdv accordingly [1]
PR: 79734 [1]
Submitted by: ahze [1] |
23 Jul 2004 19:10:32
0.103
|
anholt  |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
21 Jul 2004 00:33:05
0.103
|
lioux  |
Update to 0.103
PR: 69331
Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw> |
16 Mar 2004 04:23:56
0.101_1
|
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
0.101
|
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. |
14 Mar 2004 04:14:20
0.101
|
lioux  |
o Work around compiler BUG
- Optimizations -O{1,s,2,3} work
- However, lack of -O{1,s,2,3} or -O0 BREAK the build
- Therefore, make sure we have AT LEAST -O and avoid -O0
PR: 52024
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> |
14 Mar 2004 03:48:29
0.101
|
lioux  |
o Update to 0.101
PR: 64154
Submitted by: Michael Jonson <ahze@ahze.net> |
07 Mar 2004 23:28:40
0.9.9_1
|
edwin  |
Make ports/multimedia use the USE_SDL macro
PR: ports/61805
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout |
08 Feb 2004 01:14:05
0.9.9_1
|
lioux  |
USE_SIZEify |
04 Feb 2004 05:10:27
0.9.9_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
20 Apr 2003 19:35:03
0.9.9
|
marcus  |
Remove USE_GNOMENG. |
23 Feb 2003 19:58:35
0.9.9
|
lioux  |
De-pkg-comment |
16 Jan 2003 18:32:08
0.9.9
|
lioux  |
Update to 0.9.9 |
02 Jan 2003 15:06:10
0.9.8
|
sobomax  |
Update version number of SDL shared library. |
28 Nov 2002 00:09:51
0.9.8
|
lioux  |
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat) |