| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 Feb 2012 10:18:33
0.4.4_9
|
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 |
23 Sep 2011 22:26:39
0.4.4_8
|
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 |
09 Sep 2011 03:33:07
0.4.4_8
|
amdmi3  |
- Fix build with clang
PR: 159270
Submitted by: myself
Approved by: acm (maintainer via private email) |
03 Jul 2011 13:38:45
0.4.4_8
|
ohauer  |
- remove MD5 |
04 Dec 2010 07:34:27
0.4.4_8
|
ade  |
Sync to new bsd.autotools.mk |
02 Aug 2009 19:36:34
0.4.4_8
|
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 Apr 2008 17:56:05
0.4.4_8  |
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.4.4_8
|
miwi  |
- Chase devel/sdl12 shlib version bump |
19 May 2007 20:32:57
0.4.4_7
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20 Mar 2007 19:34:21
0.4.4_6
|
acm  |
- Fix build with gcc4.x
Reported by : Kris
Obtained from : NetBSD |
01 Feb 2007 02:42:06
0.4.4_6
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
20 Sep 2006 11:21:59
0.4.4_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) |
23 Jul 2006 02:45:24
0.4.4_5
|
acm  |
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor) |
28 Apr 2006 04:02:39
0.4.4_5
|
mnag  |
- Fix wrong plist
- portlint(1)
PR: 96394
Submitted by: maintainer |
23 Feb 2006 10:40:45
0.4.4_4
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
23 Nov 2005 12:33:34
0.4.4_3
|
flz  |
- Fix fetch issues by removing stale mirrors and adding MASTER_SITE_GENTOO to
MASTER_SITES.
- Pass maintainership to submitter.
- Add SHA256 checksum.
PR: ports/89189
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> |
15 Nov 2005 06:52:12
0.4.4_3
|
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. |
02 Jun 2005 20:28:41
0.4.4_3
|
oliver  |
change the libtool version to use from 1.3 to 1.5 |
09 Jul 2004 17:43:11
0.4.4_3
|
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
0.4.4_3
|
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.4.4_2
|
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 Feb 2004 22:41:29
0.4.4_2
|
krion  |
- Fix build on AMD64 |
05 Feb 2004 22:04:24
0.4.4_2
|
ale  |
Fix PLIST generation.
Approved by: nork (mentor/implicitly) |
04 Feb 2004 05:10:27
0.4.4_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 16:13:06
0.4.4_1
|
trevor  |
SIZEify. |
23 Jan 2004 21:59:42
0.4.4_1
|
edwin  |
Use USE_SDL macros in these ports. |
02 Oct 2003 12:42:16
0.4.4_1
|
roam  |
Use USE_SDL.
PR: 57481
Submitted by: Thierry Thomas <thierry@pompo.net> |
15 Jul 2003 06:21:44
0.4.4
|
daichi  |
update multimedia/smpeg:
- add WITHOUT_GUI knob to multimedia/smpeg
PR: 54304
Submitted by: Josh Elsasser <jre@vineyard.net>
Pointed out by: KATO Tsuguru <tkato@prontomail.com> |
20 Apr 2003 19:35:03
0.4.4
|
marcus  |
Remove USE_GNOMENG. |
04 Apr 2003 01:38:40
0.4.4
|
lioux  |
After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections) |