| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Mar 2011 12:38:54
0.3.1_3
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.3.1_3
|
ade  |
Sync to new bsd.autotools.mk |
31 Dec 2009 10:03:33
0.3.1_3
|
pav  |
- Restore maintainership
Submitted by: Marcin Cieslak <saper@saper.info> |
22 Aug 2009 00:13:27
0.3.1_3  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
02 Aug 2009 19:36:34
0.3.1_3
|
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 |
08 Jul 2009 21:28:59
0.3.1_3
|
pav  |
- Reset maintainer
<saper@system.pl>
(reason: 550 user not found... podany uzytkownik nie istnieje...) |
24 Aug 2008 06:12:53
0.3.1_3
|
rafan  |
- Project moved to sourceforge
- New distfile available: size changed due to some Mac only files included
in the tarball, like:
._layer1.txt: AppleDouble encoded Macintosh file
- Pass maintainership to submitter
PR: ports/126769
Submitted by: Marcin Cieslak <saper at SYSTEM.PL> |
20 Aug 2008 12:51:24
0.3.1_2
|
rafan  |
- The author promised to put the distfile on sourceforge. So we extend the
expiration date a little bit.
PR: ports/123230
Submitted by: Marcin Cieslak <saper at SYSTEM.PL> |
04 May 2008 05:36:40
0.3.1_2
|
rafan  |
- Last update is in 2002 and homepage disappears. Mark deprecated and schedule
to remove.
PR: ports/123230
Submitted by: Josh Paetzel <josh at tcbug.org> |
10 Feb 2008 12:38:57
0.3.1_2
|
erwin  |
Mark BROKEN: checksum mismatch |
03 Jan 2008 18:35:38
0.3.1_2
|
erwin  |
Remove BROKEN: fetches again. |
18 Nov 2007 17:56:14
0.3.1_2
|
linimon  |
Broken: unfetchable.
Approved by: portmgr (self) |
01 Feb 2007 02:42:06
0.3.1_2
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
14 Aug 2006 10:08:25
0.3.1_2
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
03 May 2006 05:14:35
0.3.1_2
|
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
23 Feb 2006 10:40:45
0.3.1_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
18 Jan 2006 20:55:33
0.3.1_1
|
pav  |
- Distfile rerolled; verified no content changes
PR: ports/91917
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Reported by: krismail |
14 Dec 2005 17:17:17
0.3.1_1
|
tdb  |
- Unbreak, upstream distfile changed.
Contents of new distfile checked, and are identical to old one.
PR: 90373
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
Approved by: clement (mentor) |
15 Nov 2005 06:52:12
0.3.1_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. |
15 Nov 2005 04:43:25
0.3.1_1
|
kris  |
BROKEN: Size mismatch |
31 May 2005 16:05:37
0.3.1_1
|
oliver  |
change the libtool version to use from 1.3 to 1.5 |
09 Jul 2004 17:43:11
0.3.1_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 |
14 Mar 2004 06:17:56
0.3.1_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.3.1_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
27 Jan 2004 20:51:07
0.3.1
|
trevor  |
Add SIZE. |
21 Oct 2003 11:24:02
0.3.1
|
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
01 Jun 2003 20:38:15
0.3.1
|
naddy  |
Update to version 0.3.1
PR: 52660
Submitted by: Ports Fury |
20 Feb 2003 16:49:55
0.3.0
|
knu  |
De-pkg-comment. |
06 Oct 2002 17:39:02
0.3.0
|
ijliao  |
upgrade to 0.3.0
PR: 43691
Submitted by: Ports Fury |
20 Jul 2002 19:19:22
0.2.2_1
|
ijliao  |
fix build on current
portlint cleanup
bump portrevision
PR: 40812
Submitted by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> |
08 Jul 2002 10:22:14
0.2.2
|
ijliao  |
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
28 Mar 2002 16:17:55
0.2.2
|
ijliao  |
upgrade to 0.2.2 |
18 Mar 2002 16:33:26
0.2.1
|
ijliao  |
oops... forget to update WWW |
18 Mar 2002 16:32:18
0.2.1
|
ijliao  |
upgrade to 0.2.1
drop maintainership |
12 Feb 2001 09:25:48 
|
ijliao  |
add Maaate, a MPEG audio analysis toolkit |