| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Jun 2013 19:30:59
1.2.12_3
|
naddy  |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072 |
22 Apr 2013 23:19:09
1.2.12_2
|
bapt  |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
19 Mar 2013 13:04:31
1.2.12_2
|
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
01 Feb 2013 15:04:01
1.2.12_2
|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
28 Dec 2012 11:21:32
1.2.12_2
|
mva  |
- Fix MIDI support for Timidity and Timidity++
- Convert to OptionsNG framework
- Trim Makefile headers
PR: ports/174097
Submitted by: Green Dog <fiziologus@gmail.com> |
19 Jul 2012 20:15:39
1.2.12_1
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
18 Feb 2012 10:18:33
1.2.12
|
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
1.2.11_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 |
19 Mar 2011 12:38:54
1.2.11_2
|
miwi  |
- Get Rid MD5 support |
17 Feb 2011 20:38:07
1.2.11_2
|
mva  |
- Fix MOD support OPTION
Submitted by: <fiziologus@gmail.com>
Feature safe: yes |
04 Dec 2010 07:34:27
1.2.11_1
|
ade  |
Sync to new bsd.autotools.mk |
06 Jun 2010 20:44:03
1.2.11_1
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
20 Apr 2010 16:47:29
1.2.11
|
mva  |
Fix audio/mikmod and audio/flac dependencies.
Submitted by: Demelier David <demelier.david@gmail.com> (via ports@) |
30 Jan 2010 09:43:31
1.2.11
|
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) |
02 Aug 2009 19:36:34
1.2.8_2
|
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 |
06 Jul 2009 21:26:00
1.2.8_2
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
19 Feb 2009 21:45:43
1.2.8_1
|
mva  |
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor) |
21 Aug 2008 06:18:49
1.2.8_1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
19 Apr 2008 17:56:05
1.2.8_1  |
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) |
14 Mar 2008 22:55:55
1.2.8_1
|
miwi  |
- Add timidity++ support
- Bump PORTREVISION
PR: 117218
Submitted by: Olivier Smedts <olivier@gid0.org>
maintainer
Approved by: maintainer |
13 Mar 2008 13:54:11
1.2.8
|
miwi  |
- Update to 1.2.8
- Got rid of library renaming as done for devel/sdl12
- Pass maintainership to submitter
PR: 117609
Submitted by: Marcus von Appen <mva@sysfault.org> |
28 Oct 2007 12:01:33
1.2.7_2
|
shaun  |
Return to pool: hopefully they will have a chance of being updated
prior to the freeze. |
28 Jul 2007 12:27:31
1.2.7_2
|
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
19 May 2007 20:32:57
1.2.7_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20 Sep 2006 11:21:59
1.2.7
|
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.6_2
|
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.6_2
|
krion  |
Drop maintainership, ENOTIME for these ports now. |
23 Feb 2006 10:40:45
1.2.6_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:13:12
1.2.6_1
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.2.6_1
|
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. |
19 Jul 2005 20:56:51
1.2.6_1
|
krion  |
Add libmikmod support by default.
OPTIONize.
PR: ports/82671
Submitted by: Ports Fury |
19 Jul 2005 17:32:07
1.2.6
|
krion  |
Add limikmod support.
PR: ports/83734
Submitted by: Alejandro Pulver <alejandro at varnet.biz> |
26 Apr 2005 08:28:13
1.2.6
|
krion  |
Take maintainership. |
12 Apr 2005 03:26:57
1.2.6
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.2.6
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
23 Dec 2004 10:49:10
1.2.6
|
krion  |
Update to 1.2.6 |
09 Jul 2004 17:43:11
1.2.5_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
1.2.5_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
1.2.5_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 Mar 2004 01:01:31
1.2.5_2
|
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:21:48
1.2.5_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
27 Jan 2004 20:51:07
1.2.5_1
|
trevor  |
Add SIZE. |
20 Dec 2003 16:14:14
1.2.5_1
|
naddy  |
Catch up with libogg/libvorbis version bump. |
31 Jul 2003 06:55:52
1.2.5
|
daichi  |
update audio/sdl_mixer:
- Utilize USE_SDL
- PERL -> REINPLACE_CMD
PR: 55052
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
29 Jul 2003 10:55:47
1.2.5
|
krion  |
Update to 1.2.5
Approved by: fjoe (mentor) (implicit) |
29 Jul 2003 09:12:37
1.2.4_1
|
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. |
04 Apr 2003 05:34:50
1.2.4_1
|
lioux  |
After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):
ports/graphics/libfame --> ports/multimedia/libfame
ports/graphics/libquicktime --> ports/multimedia/libquicktime
ports/graphics/mpeg --> ports/multimedia/mpeg
ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode
ports/graphics/mpeg_play --> ports/multimedia/mpeg_play
ports/graphics/mtv --> ports/multimedia/mtv
ports/graphics/smpeg --> ports/multimedia/smpeg
ports/graphics/totem --> ports/multimedia/totem
ports/graphics/transcode --> ports/multimedia/transcode
ports/graphics/xanim --> ports/multimedia/xanim
ports/graphics/xmps --> ports/multimedia/xmps
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections) |
07 Mar 2003 05:56:07
1.2.4_1
|
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_1
|
sobomax  |
Update version number of SDL shared library. |
20 Jul 2002 15:32:43
1.2.4_1
|
naddy  |
Ogg Vorbis 1.0 library major version bumps. |
21 May 2002 10:40:32
1.2.4
|
sobomax  |
Update to 1.2.4. |
17 Apr 2002 12:36:12
1.2.3
|
sobomax  |
Update to 1.2.3. |
16 Jan 2002 17:41:49 
|
sobomax  |
Update version number of vorbis shared library. |
19 Dec 2001 12:43:36 
|
sobomax  |
Update to 1.2.1. |
23 Jun 2001 14:23:43 
|
sobomax  |
Update WWW. |
08 May 2001 09:20:10 
|
sobomax  |
Add back function that was removed in this release but still used by some
packages (pysol-audio-server). |
09 Apr 2001 12:55:04 
|
sobomax  |
Move: devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 |
06 Apr 2001 14:40:22 
|
sobomax  |
Update to 1.2.0. |
16 Feb 2001 19:48:13 
|
sobomax  |
Update SDL shared library version number. |
29 Jan 2001 18:58:07 
|
sobomax  |
Update to 1.1.0. |
11 Dec 2000 09:31:28 
|
sobomax  |
Update version number of smpeg shared library. |
20 Nov 2000 08:11:47 
|
sobomax  |
Fix breakage due to disappearance of __byte_swap_* on 5-CURRENT. |
01 Nov 2000 15:51:11 
|
sobomax  |
Whitespace-only: Make indentation uniform across my ports. |
08 Oct 2000 00:19:06 
|
asami  |
Convert category audio to new layout. |
25 Sep 2000 09:14:28 
|
sobomax  |
Remove --buld ltconfig option hacks. Please don't forget to update your libtool
installation. |
15 Aug 2000 08:22:43 
|
sobomax  |
Back out previous commit - I erroneously replaced this file with older version.
|
15 Aug 2000 08:19:02 
|
sobomax  |
Update to 1.0.6. |
11 Aug 2000 12:50:37 
|
will  |
Make these COMMENT files conform to Handbook standard. |