| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
26 Sep 2008 14:59:09
0.31.1_11
|
gahr  |
- Fix ImageMagick libraries |
01 Jul 2008 09:29:57
0.31.1_11
|
miwi  |
- Fix Options
PR: 125129
Submitted by: Warren Block <wblock@wonkity.com> |
19 Apr 2008 18:56:05
0.31.1_10  |
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) |
26 Jan 2008 14:10:19
0.31.1_9
|
tabthorpe  |
- OPTIONify dependencies
- While I am here, use SF macro
PR: ports/117805
Submitted by: Roland Smith <rsmith xs4all.nl>
Reviewed by: miwi
Sponsored by: FreeBSD Bug-a-thon #3 |
15 Jun 2007 14:10:58
0.31.1_9
|
pav  |
- Fix pstoedit detection in configure script, pstoedit switched to pkg-config
recently
- Style
PR: ports/111400
Reported by: bf <bf2006a@yahoo.com> |
19 May 2007 21:32:57
0.31.1_8
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
27 Feb 2007 00:16:01
0.31.1_7
|
linimon  |
Reset kanou@khdd.net due to maintainer timeouts and no response to earlier
mail.
Hat: portmgr |
10 Feb 2007 06:05:06
0.31.1_7
|
kris  |
Use libtool15 port instead of included version to avoid objformat a.out botch |
24 May 2006 15:21:45
0.31.1_7
|
mnag  |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION |
26 Apr 2006 09:36:33
0.31.1_6
|
leeym  |
- unbreak for ming.4 |
24 Apr 2006 14:55:16
0.31.1_6
|
leeym  |
- catch up with graphics/ming
Pointy hat: garga |
23 Feb 2006 10:40:45
0.31.1_6
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 12:35:18
0.31.1_5
|
edwin  |
SHA256ify
Approved by: krion@ |
05 Jan 2006 03:57:35
0.31.1_5
|
edwin  |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
30 Nov 2005 11:59:08
0.31.1_4
|
garga  |
- Remove bzip2 from list of dependencies,
it has been part of base system since 4.4
PR: 88989
Submitted by: edwin
Approved by: maintainer timeout (16 days) |
15 Nov 2005 06:52:12
0.31.1_4
|
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. |
20 Apr 2005 12:19:00
0.31.1_4
|
vs  |
Prune redundant LIB_DEPENDS
PR: ports/80128
Submitted by: Udo Mueller via maintainer |
06 Mar 2005 22:16:54
0.31.1_3
|
pav  |
- Chase ImageMagick shlib bump
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's
maintainer) |
05 Dec 2004 15:12:36
0.31.1_2
|
josef  |
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/74487
Approved by: mat
Reviewed by: lofi |
09 Jul 2004 18:43:11
0.31.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 |
31 Mar 2004 04:12:58
0.31.1_1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
0.31.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. |
25 Feb 2004 22:55:55
0.31.1_1
|
pav  |
Chase repomove graphics/hdf* -> science/hdf* |
04 Oct 2003 17:36:19
0.31.1_1
|
nork  |
Chase lib version change of graphics/ImageMagick.
Bump PORTREVISION acordingly. |
28 Mar 2003 13:35:06
0.31.1
|
nork  |
Resurrect new address changed in previous commit.
Pointed out by: kris |
28 Mar 2003 13:06:30
0.31.1
|
kris  |
Reset bouncing maintainer address. |
21 Feb 2003 12:15:34
0.31.1
|
knu  |
De-pkg-comment. |
04 Feb 2003 02:53:56
0.31.1
|
edwin  |
maintainer update to version 0.31.1
Please note that it bumps the shlib versionnumber.
PR: ports/47205
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp> |
23 Nov 2002 14:23:15
0.31.0
|
olgeni  |
libautotrace.so.1 -> libautotrace.so.2 |
08 Nov 2002 04:28:59
0.31.0
|
edwin  |
Autotrace port is updated to 0.31.0 by maintainer.
Shared library version is changed from 1 to 2 and
one port (graphics/frontline) is affected.
PR: ports/44846
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp> |
13 Sep 2002 17:45:02
0.30.5
|
sobomax  |
Update to 0.30.5. |
12 Sep 2002 12:15:17
0.30_2
|
sobomax  |
- Remove redundant USE_AUTOCONF;
- correct regex supplied to REINPLACE_CMD (remove perlis'm), so that
autotrace.pc is now installed into correct location;
- adjust pkg-plist accordingly, sort and remove redundant items;
- bump PORTREVISION. |
29 Jun 2002 20:03:07
0.30_1
|
ijliao  |
${PERL} -> ${REINPLACE_CMD}
fix PLIST
bump portrevision
PR: 39981
Submitted by: maintainer |
22 Apr 2002 21:02:47
0.30
|
pat  |
Update to 0.30
PR: 36776
Submitted by: maintainer |
12 Mar 2002 22:54:13

|
knu  |
Bump PORTREVISION after the freetype2 shlib major update. |
11 Mar 2002 17:25:31

|
sobomax  |
Chase increase of freetype2 shlib version. |
03 Feb 2002 00:42:28 
|
pat  |
Update to 0.29 |
21 Jan 2002 11:46:49 
|
sobomax  |
Update version number of freetype2 shared library. |
25 Dec 2001 05:04:32 
|
dwcjr  |
Update to 0.28 |
18 Sep 2001 07:57:52 
|
knu  |
Reflect the updates of libwmf and ming. |
11 Sep 2001 04:22:51 
|
ache  |
Bump png major |
15 Aug 2001 22:33:16 
|
knu  |
Conditionalize bzip2 dependencies. |
12 Jul 2001 12:10:30 
|
sobomax  |
Update version number of freetype2 shared library. |
19 May 2001 17:29:55 
|
ijliao  |
add autotrace convert bitmap to vector graphics |