| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Apr 2013 08:50:47
1.2.1_3
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
18 Dec 2012 21:29:04
1.2.1_3
|
naddy  |
Convert to OptionsNG and trim Makefile headers. |
10 Dec 2012 19:27:51
1.2.1_3
|
naddy  |
FLAC has moved to Xiph.Org. |
19 Jul 2012 20:15:39
1.2.1_3
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
23 Sep 2011 22:26:39
1.2.1_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.1_2
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
1.2.1_2
|
ade  |
Sync to new bsd.autotools.mk |
06 Jun 2010 20:44:03
1.2.1_2
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
22 Aug 2009 00:13:27
1.2.1_1  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
02 Aug 2009 19:36:34
1.2.1_1
|
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 |
09 Jul 2009 11:17:56
1.2.1_1
|
naddy  |
Alas, the assumption that /nonexistent does not exist is not reliable.
PR: 136447 |
06 Jul 2009 21:26:00
1.2.1_1
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
24 Mar 2009 14:47:42
1.2.1
|
naddy  |
allow parallel building |
21 Aug 2008 06:18:49
1.2.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 ) |
05 Jul 2008 16:24:10
1.2.1
|
naddy  |
Add WITHOUT_ICONV knob. Use at your own peril.
PR: 124181
Submitted by: Helge Oldach |
20 Jun 2008 16:22:18
1.2.1
|
naddy  |
Rename manual "test" target to "regression-test" so that it will
be automatically run on the package build cluster.
Suggested by Pedro <pfgshield-freebsd@yahoo.com>. |
07 Apr 2008 20:37:24
1.2.1
|
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 Nov 2007 14:28:29
1.1.2_2
|
naddy  |
Fix integer overflows (CVE-2007-4619) by backporting corresponding
fixes from FLAC 1.2.1.
Reviewed by: miwi
Approved by: portmgr (linimon)
Security: ff65eecb-91e4-11dc-bd6c-0016179b2dd5 |
07 Aug 2007 18:41:34
1.1.2_1  |
naddy  |
portlint fixes
PR: 115259
Submitted by: David Yeske <dyeske@gmail.com> |
27 Mar 2007 15:05:59
1.1.2_1  |
naddy  |
Remove an invalid linker option to fix build on powerpc. |
01 Feb 2007 02:42:06
1.1.2_1  |
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
03 May 2006 05:14:35
1.1.2_1  |
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
23 Feb 2006 10:40:45
1.1.2_1  |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:13:12
1.1.2  |
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.1.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. |
11 Apr 2005 09:47:42
1.1.2  |
flz  |
- ARCH is defined in bsd.port.pre.mk. |
11 Apr 2005 08:04:41
1.1.2  |
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:49:23
1.1.2  |
naddy  |
Update to FLAC 1.1.2. Notable changes:
* better Ogg FLAC support
* speedups
* several new options to flac and metaflac
* several API additions
* streaming support in the XMMS plugin
* bugfixes |
15 Jan 2005 16:38:09
1.1.0_4  |
naddy  |
Don't enable SSE code if sysctl hw.instruction_sse is 0.
Original bug report and testing by Bryan Levin <bryan.levin@gmail.com>. |
09 Jul 2004 17:43:11
1.1.0_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 |
30 Mar 2004 19:20:23
1.1.0_3  |
krion  |
- Use USE_ICONV knob
Approved by: portmgr |
18 Mar 2004 20:59:15
1.1.0_3  |
trevor  |
Add size data, approved by maintainers. |
14 Mar 2004 06:17:56
1.1.0_3  |
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. |
20 Dec 2003 15:22:56
1.1.0_3  |
naddy  |
Update to Ogg Vorbis 1.0.1.
Major user-visible change: vorbis-tools now integrates some support for
flac and speex files. |
27 Oct 2003 09:11:29
1.1.0_2  |
kris  |
portlint (whitespace cleanup) |
21 Oct 2003 11:24:02
1.1.0_2  |
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
10 Jun 2003 15:40:08
1.1.0_2  |
naddy  |
Remove option to build the XMMS plugin, which will instead be spun
off into its proper port audio/xmms-flac. |
15 Apr 2003 23:38:24
1.1.0_1  |
naddy  |
* Documentation cosmetics, requested by David Magda <dmagda@magda.ca>.
* Fix include path to enable building if an older version is already
installed. |
23 Feb 2003 02:14:53
1.1.0  |
naddy  |
Update to 1.1.0. This release adds ReplayGain and cue sheet support,
and improves 24-bit compression, tag editing in the plugins, and
decoding to AIFF. |
21 Feb 2003 12:52:53
1.0.4_1  |
naddy  |
pkg-comment -> COMMENT |
07 Jan 2003 04:56:15
1.0.4_1  |
edwin  |
Update of audio/id3lib to 3.8.2
PR: several
Submitted by: Roman Shterenzon <roman@xpert.com> and others |
28 Nov 2002 16:37:35
1.0.4_1  |
lioux  |
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.
audio/xmms --> multimedia/xmms
graphics/avifile --> multimedia/avifile
graphics/divx4linux --> multimedia/divx4linux
graphics/ffmpeg --> multimedia/ffmpeg
graphics/libdv --> multimedia/libdv
graphics/libdvdcss --> multimedia/libdvdcss
graphics/libdvdread --> multimedia/libdvdread
graphics/libmpeg2 --> multimedia/libmpeg2
graphics/linux-realplayer --> multimedia/linux-realplayer
graphics/mjpegtools --> multimedia/mjpegtools
graphics/mplayer --> multimedia/mplayer
graphics/mplayer-fonts --> multimedia/mplayer-fonts
graphics/openquicktime --> multimedia/openquicktime
graphics/win32-codecs --> multimedia/win32-codecs
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat) |
01 Nov 2002 18:35:56
1.0.4_1  |
naddy  |
Make sure the build includes the local .h files before /usr/local/include.
PR: 44801
Submitted by: alane |
31 Oct 2002 19:31:09
1.0.4_1  |
naddy  |
* Add missing iconv dependency.
* Extract missing config.rpath from converters/libiconv. |
08 Oct 2002 23:01:05
1.0.4  |
naddy  |
Clean up the configure step and allow building with an older version
still installed.
Problem reported by: alane |
05 Oct 2002 16:37:30
1.0.4  |
naddy  |
Update to 1.0.4. Notable improvements:
- vorbis comment and id3v1/v2 support in the plugins
- bug fixes for 24-bit handling
- x86 encoder and decoder speedups
- reduced memory requirements |
20 Jul 2002 15:32:43
1.0.3_1  |
naddy  |
Ogg Vorbis 1.0 library major version bumps. |
06 Jul 2002 23:45:21
1.0.3  |
naddy  |
Update to 1.0.3. Changes in this release:
- 10-15% decoder speedup
- 24-bit input support restored
- more robust plugins
- new metadata block for Vorbis-style tags
- vastly improved metadata editor
- fixed bug with pipes and Windows
- new libFLAC++, a C++ object wrapper around libFLAC
- new metadata editing interface in libFLAC and libFLAC++
- and more... |
19 Jan 2002 16:54:57 
|
naddy  |
* Update to 1.0.2. Changes in this release include: - various bug fixes
- support for encapsulating FLAC streams in an Ogg transport layer |
06 Jan 2002 06:20:22 
|
will  |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
02 Dec 2001 13:13:46 
|
naddy  |
Sync xmms shared lib version. |
03 Nov 2001 22:22:34 
|
naddy  |
Update my MAINTAINER address. |
24 Sep 2001 22:10:29 
|
sf  |
o support Compaq C on Alpha. |
31 Aug 2001 15:20:29 
|
sobomax  |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. |
03 Aug 2001 15:09:24 
|
sf  |
update to 1.0. |
10 Jun 2001 15:03:01 
|
sf  |
o add xmms plugin to pkg-plist in case of WITH_XMMS. o NO_PORTDOCS ->
NOPORTDOCS |
09 Jun 2001 05:57:03 
|
sf  |
fix typo. |
08 Jun 2001 18:10:35 
|
ijliao  |
something forgot in the last commit |
08 Jun 2001 03:06:30 
|
ijliao  |
upgrade to 0.10 pass maintainership to Christian Weisgerber
<naddy@mips.inka.de> |
27 May 2001 20:05:43 
|
sf  |
install documents with ${INSTALL_DATA} instead of ${CP}. ${CP} makes some
files unreadable other than root. |
20 May 2001 15:07:35 
|
ijliao  |
encoding and decoding now works fine on alpha |
03 Apr 2001 07:18:48 
|
ijliao  |
upgrade to 0.9 only for i386 |
26 Mar 2001 04:00:45 
|
ijliao  |
- respect CFLAGS - build on alpha |
18 Mar 2001 05:08:06 
|
ijliao  |
add flac FLAC stands for Free Lossless Audio Codec |