| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
08 Nov 2009 00:06:57
0.9.1_2
|
arved  |
Fix an initialization bug
Bump PORTREVISION
PR: 138408
Submitted by: takawata |
02 Aug 2009 20:36:34
0.9.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 |
24 Jul 2009 17:28:37
0.9.1_1
|
arved  |
Fix import of UTF8 encoded OFX files
PR: 137051
Submitted by: takawata |
20 Mar 2009 23:01:09
0.9.1
|
miwi  |
- Update to version 0.9.1
PR: 132746
Submitted by: Ports Fury |
23 Jan 2009 15:43:14
0.9.0_2
|
roam  |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
06 Jun 2008 14:27:42
0.9.0_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
13 Mar 2008 20:56:55
0.9.0
|
miwi  |
- Update to 0.9.0
- USE SF macro
PR: 121617
Submitted by: Ports Fury |
15 Apr 2007 22:06:14
0.8.2_2
|
gabor  |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h |
24 Jan 2007 18:47:21
0.8.2_2
|
itetcu  |
- chase textproc/opensp's libosp version upgrade
- bump PORTREVISOIN for depends change
PR: ports/108233
Submitted by: Peter Johnson
Pointyhat to: kuriyama |
13 Dec 2006 12:41:36
0.8.2_1
|
roam  |
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports |
09 Oct 2006 09:00:12
0.8.2
|
rafan  |
- Update to 0.8.2
This fixes build problem.
- Mark BROKEN on 4.x
PR: ports/104188
Submitted by: Guido Falsi <mad at madpilot.net> |
15 Aug 2006 00:06:39
0.8.0_1
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
23 Feb 2006 10:40:45
0.8.0_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
30 Dec 2005 20:47:33
0.8.0
|
pav  |
- Fix build |
24 Nov 2005 16:18:42
0.8.0
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
0.8.0
|
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. |
31 Aug 2005 23:16:42
0.8.0
|
pav  |
- Update to 0.8.0
PR: ports/85532
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
12 Feb 2005 22:56:53
0.7.0
|
marcus  |
I hit 'x' too many times, and deleted the trailing 't' in gnometarget. |
12 Feb 2005 21:44:18
0.7.0
|
marcus  |
* Fix the build on 4.X
* Use libtool15 |
12 Feb 2005 00:12:31
0.7.0
|
marcus  |
Update to 0.7.0.
PR: 77374
Submitted by: Alex Varju <freebsd-ports@varju.ca> |
10 Aug 2004 19:34:15
0.6.6
|
krion  |
Fix build with gcc-3.4
PR: ports/70262
Submitted by: Ports Fury |
09 Jul 2004 18:43:11
0.6.6
|
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.6.6
|
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. |
18 Feb 2004 18:56:17
0.6.6
|
krion  |
- Support LOCALBASE properly
PR: ports/63005
Submitted by: Ports Fury |
06 Feb 2004 16:23:03
0.6.6
|
krion  |
- Fix PORTVERSION
Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro> |
06 Feb 2004 14:38:50
0.6.5_1
|
krion  |
- Update to version 0.6.6
PR: ports/62427
Submitted by: Ports Fury |
04 Feb 2004 05:21:48
0.6.5_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
0.6.5
|
trevor  |
SIZEify. |
10 Nov 2003 18:07:49
0.6.5
|
marcus  |
Update to 0.6.5 and unbreak with the new OpenSP.
PR: 59125
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
13 Apr 2003 20:33:02
0.6.4
|
marcus  |
Fix build on -STABLE.
PR: 50907
Submitted by: Gordon Burditt <gordon@hammy.lonestar.org> |
13 Apr 2003 05:17:55
0.6.4
|
marcus  |
Update to 0.6.4.
PR: 50885
Submitted by: Glenn Johnson <glennpj@charter.net> |
27 Feb 2003 07:35:29
0.6.2
|
edwin  |
Add WWW line to finance/libofx/pkg-descr
PR: ports/48733
Submitted by: Glenn Johnson <glennpj@charter.net> |
17 Feb 2003 21:15:30
0.6.2
|
marcus  |
Add libofx, and OpenSource implementation of the Open Finiancial eXchange.
PR: 48358
Submitted by: Glenn Johnson <glennpj@charter.net> |