| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
1.0.1_14
|
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 ) |
07 Apr 2008 21:37:24
1.0.1_14
|
naddy  |
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476 |
13 Mar 2008 14:28:35
1.0.1_13
|
miwi  |
- Chase devel/sdl12 shlib version bump |
28 Jul 2007 13:27:31
1.0.1_12
|
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
06 Jul 2007 00:39:06
1.0.1_11
|
edwin  |
dyeske at yahoo dot com -> dyeske at gmail dot com |
19 May 2007 21:32:57
1.0.1_11
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
31 Mar 2007 04:47:48
1.0.1_10
|
alepulver  |
- Bump PORTREVISION because of the changes in the previous commit. |
31 Mar 2007 04:37:22
1.0.1_9
|
alepulver  |
- Convert KNOBS to OPTIONS.
- When enabling MPEG use it for MP3 decoding, and when disabling it warn the
user about the broken included decoder (see
http://source.bungie.org/wiki/index.php/Linux_Build_Instructions).
- Show warning about broken internal MP3 support when building.
PR: ports/110650
Submitted by: alepulver (myself)
Approved by: dyeske@yahoo.com (maintainer, timeout) |
23 Feb 2007 22:51:12
1.0.1_9
|
mezz  |
Chase the shared library version of speex, bump the PORTREVISION. |
20 Sep 2006 12:21:59
1.0.1_8
|
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) |
03 May 2006 06:14:35
1.0.1_7
|
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
25 Feb 2006 19:08:56
1.0.1_7
|
ade  |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit) |
23 Feb 2006 10:40:45
1.0.1_7
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:13:12
1.0.1_6
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:14:22
1.0.1_6
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 |
15 Nov 2005 06:52:12
1.0.1_6
|
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. |
24 Jul 2005 14:02:43
1.0.1_6
|
oliver  |
update physfs to 1.0.1
adjust LIB_DEPENDS from all affected ports and bump PORTREVISION there |
12 Apr 2005 04:26:57
1.0.1_5
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
1.0.1_5
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
16 Mar 2005 14:50:13
1.0.1_5
|
naddy  |
new version of libFLAC |
23 Jul 2004 10:17:55
1.0.1_4
|
krion  |
Chase libraries for new audio/speex version. |
09 Jul 2004 18:43:11
1.0.1_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 |
31 Mar 2004 04:12:58
1.0.1_3
|
trevor  |
SIZEify (maintainer timeout) |
16 Mar 2004 04:23:56
1.0.1_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.0.1_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.0.1_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> |
21 Feb 2004 12:11:43
1.0.1_2
|
oliver  |
Update physfs to 1.0.0 |
04 Feb 2004 05:21:48
1.0.1_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
20 Dec 2003 16:14:14
1.0.1_1
|
naddy  |
Catch up with libogg/libvorbis version bump. |
25 Oct 2003 00:39:46
1.0.1
|
krion  |
- Update to version 1.0.1
- Maintainer timeout
PR: 58216
Submitted by: Ports Fury |
04 Apr 2003 06:34:50
1.0.0
|
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) |
23 Feb 2003 20:24:26
1.0.0
|
marcus  |
Chase FLAC's shared lib version. |
20 Feb 2003 03:50:03
1.0.0
|
lioux  |
New port sdl_sound version 1.0.0: A SDL audio library and player
for some popular sound file formats
Submitted by: David Yeske <dyeske@yahoo.com> |