| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Sep 2011 22:26:39
0.7.4_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
0.7.4_2
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.7.4_2
|
ade  |
Sync to new bsd.autotools.mk |
13 Jun 2010 10:52:39
0.7.4_2
|
lioux  |
Add LICENSE* information |
02 Aug 2009 19:36:34
0.7.4_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 |
24 Mar 2009 16:58:56
0.7.4_2
|
mm  |
- Add MAKE_JOBS_SAFE to support SMP compilation |
18 Jun 2008 08:39:36
0.7.4_2
|
edwin  |
[PATCH] audio/liba52: powerpc build requires -fPIC
Powerpc is similar to amd64 in that it requires -fPIC when
building shared libs
Portversion bump to differentiate between builds.
PR: ports/122899
Submitted by: Peter Grehan <grehan@FreeBSD.org>
Approved by: maintainer timeout |
18 Jun 2008 08:39:01
0.7.4_1
|
edwin  |
[PATCH] audio/liba52: powerpc build requires -fPIC
Powerpc is similar to amd64 in that it requires -fPIC when
building shared libs
PR: ports/122899
Submitted by: Peter Grehan <grehan@FreeBSD.org>
Approved by: maintainer timeout |
15 Jun 2008 12:52:11
0.7.4_1
|
olgeni  |
A few typo fixes for ports/audio descriptions. |
19 Apr 2008 17:56:05
0.7.4_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) |
01 Apr 2007 07:56:18
0.7.4_1
|
lioux  |
Give maintainership to multimedia@FreeBSD.org. |
01 Feb 2007 02:42:06
0.7.4_1
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
03 May 2006 05:14:35
0.7.4_1
|
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
23 Feb 2006 10:40:45
0.7.4_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
15 Nov 2005 06:52:12
0.7.4_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. |
11 Nov 2005 06:06:17
0.7.4_1
|
lioux  |
Add SHA256 checksum |
31 Mar 2004 03:12:58
0.7.4_1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
0.7.4_1
|
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. |
04 Feb 2004 05:21:48
0.7.4_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
27 Oct 2003 09:11:29
0.7.4
|
kris  |
portlint (whitespace cleanup) |
21 Oct 2003 11:24:02
0.7.4
|
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
26 Jun 2003 22:58:32
0.7.4
|
ade  |
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly) |
16 May 2003 07:33:27
0.7.4
|
lioux  |
Typo fix: intruduced -> introduced |
26 Mar 2003 18:21:52
0.7.4
|
lioux  |
o Allow bento cluster to build packages by not depending on
packaging-restricted djbfft
o Rely on existence (or not) of PACKAGE_BUILDING for that [1]
Suggested by: David Taylor <davidt@yadt.co.uk> [1] |
23 Feb 2003 19:58:35
0.7.4
|
lioux  |
De-pkg-comment |
06 Feb 2003 10:20:25
0.7.4
|
edwin  |
Added INSTALLS_SHLIB statement.
Informed maintainer. |
07 Aug 2002 00:12:48
0.7.4
|
lioux  |
Update to 0.7.4 |
03 Jul 2002 17:29:17
0.7.3_2
|
lioux  |
USE_REINPLACE |
16 May 2002 02:16:24
0.7.3_2
|
lioux  |
djbfft should be a RUN_DEPENDS as well |
15 May 2002 22:54:33
0.7.3_1
|
lioux  |
o Use djbfft optimized FFT routines unless WITHOUT_DJBFFT is defined
o Bump PORTREVISION |
18 Apr 2002 02:58:08
0.7.3
|
lioux  |
Update to 0.7.3
PR: 36758
Submitted by: Michael Nottebrock <lofi@lofi.dyndns.org>
Reviewed by: freebsd-multimedia (silence) |
20 Jan 2002 18:56:47 
|
lioux  |
Update to 0.7.2 |
02 Dec 2001 17:41:02 
|
lioux  |
o Do not install libao library files since both there already is a port
libao and this library is intended only for internal to this port use o
Solution based on the latest liba52 CVS |
26 Oct 2001 17:13:20 
|
lioux  |
additional install of both libraries and headers in preparation to {,lib}xine
0.9.2 ports |
19 Oct 2001 18:27:34 
|
lioux  |
fix typo |
16 Oct 2001 14:21:53 
|
lioux  |
New port liba52 version 0.7.1b: A free library for decoding ATSC A/52 streams,
aka AC-3 |