| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 Oct 2012 19:36:44
0.15.1b
|
dinoex  |
- drop maintainership
Feature safe: yes |
09 Nov 2011 15:26:04
0.15.1b
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 07:20:16
0.15.1b
|
miwi  |
- Fix build on FreeBSD 10
Reported by: pointyhat |
19 Mar 2011 12:38:54
0.15.1b
|
miwi  |
- Get Rid MD5 support |
04 Jun 2010 13:49:15
0.15.1b
|
dinoex  |
LICENSE GPLv2 |
22 Aug 2009 00:13:27
0.15.1b  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
16 Jan 2009 16:21:12
0.15.1b
|
dinoex  |
- add LICENSE: |
22 Jul 2007 20:59:33
0.15.1b
|
dinoex  |
- make use of USE_LDCONFIG |
10 Apr 2007 10:02:01
0.15.1b
|
dinoex  |
- take maintainership |
04 Feb 2007 07:51:28
0.15.1b
|
marcus  |
Fix the build after the removal of objformat.
Reported by: pointyhat via kris |
12 Nov 2006 19:01:29
0.15.1b
|
linimon  |
Reset inactive maintainer asa@gascom.ru.
Hat: portmgr |
23 Feb 2006 10:40:45
0.15.1b
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:13:12
0.15.1b
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.15.1b
|
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. |
28 Oct 2005 08:45:26
0.15.1b
|
jylefort  |
Create the ${PREFIX}/libdata/pkgconfig directory. It is needed on
4.x/5.x -RELEASE systems built exclusively from ports.
Forgotten by: jylefort |
28 Oct 2005 07:58:27
0.15.1b
|
jylefort  |
- Update to 0.15.1b [1]
- While here, fix library major version number
[1]:
PR: ports/87405
Submitted by: Rodrigo Graeff <delphus@gmail.com>
Approved by: maintainer timeout (15 days) |
31 Jan 2005 09:50:00
0.15.0b_2
|
krion  |
Add missing dependency. |
09 Jul 2004 17:43:11
0.15.0b_1
|
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 03:12:58
0.15.0b_1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
0.15.0b_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. |
29 Dec 2003 19:54:29
0.15.0b_1
|
marcus  |
Create and install a pkg-config file for id3tag. There are some ports
that require this.
Submitted by: maintainer
Adapted from: RedHat spec |
07 Dec 2003 00:56:43
0.15.0b
|
marcus  |
Add libid3tag, an MPEG level 3 tagging library that is used by the MAD
project.
PR: 59703
Submitted by: Sergey Akifyev <asa@gascom.ru> |