Commit graph

35 commits

Author SHA1 Message Date
Yen-Ming Lee
93e9d8c0e6 - unbreak for ming.4 2006-04-26 08:36:33 +00:00
Yen-Ming Lee
390b58e070 - catch up with graphics/ming
Pointy hat:	garga
2006-04-24 13:55:16 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Edwin Groothuis
e62864a49b Chase libversion bumb to libMagick.so.9
PR:		ports/91270
2006-01-05 03:57:35 +00:00
Renato Botelho
1288047610 - 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)
2005-11-30 11:59:08 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Volker Stolz
f00bdc1371 Prune redundant LIB_DEPENDS
PR:		ports/80128
Submitted by:	Udo Mueller via maintainer
2005-04-20 11:19:00 +00:00
Pav Lucistnik
e8e8d1ed23 - Chase ImageMagick shlib bump
PR:		ports/78455
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
2005-03-06 22:16:54 +00:00
Josef El-Rayes
15f9e62397 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
2004-12-05 15:12:36 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Pav Lucistnik
11a7fb8caf Chase repomove graphics/hdf* -> science/hdf* 2004-02-25 22:55:55 +00:00
Norikatsu Shigemura
8c426a761b Chase lib version change of graphics/ImageMagick.
Bump PORTREVISION acordingly.
2003-10-04 16:36:18 +00:00
Norikatsu Shigemura
51eaecabcd Resurrect new address changed in previous commit.
Pointed out by:	kris
2003-03-28 13:35:05 +00:00
Kris Kennaway
2889256029 Reset bouncing maintainer address. 2003-03-28 13:06:30 +00:00
Akinori MUSHA
55850b547b De-pkg-comment. 2003-02-21 12:17:17 +00:00
Edwin Groothuis
dc50d60f83 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>
2003-02-04 02:53:56 +00:00
Jimmy Olgeni
7a98258ba8 libautotrace.so.1 -> libautotrace.so.2 2002-11-23 14:23:15 +00:00
Edwin Groothuis
bdebf35d0e 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>
2002-11-08 04:28:59 +00:00
Maxim Sobolev
a4fa37e464 Update to 0.30.5. 2002-09-13 16:45:01 +00:00
Maxim Sobolev
06657759c1 - 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.
2002-09-12 11:15:17 +00:00
Ying-Chieh Liao
1b6a1bf4d2 ${PERL} -> ${REINPLACE_CMD}
fix PLIST
bump portrevision

PR:		39981
Submitted by:	maintainer
2002-06-29 19:03:07 +00:00
Patrick Li
bf6497a70d Update to 0.30
PR:		36776
Submitted by:	maintainer
2002-04-22 20:02:47 +00:00
Akinori MUSHA
b227cad07a Bump PORTREVISION after the freetype2 shlib major update. 2002-03-12 22:58:40 +00:00
Maxim Sobolev
112a9e25e8 Chase increase of freetype2 shlib version. 2002-03-11 17:25:31 +00:00
Patrick Li
efd26b1739 Update to 0.29
PR:		33277
Submitted by:	maintainer
2002-02-03 00:42:28 +00:00
Maxim Sobolev
6cd76ded7b Update version number of freetype2 shared library. 2002-01-21 11:46:49 +00:00
David W. Chapman Jr.
6b55f3df83 Update to 0.28
PR:		33148
Submitted by:	maintainer
2001-12-25 05:04:32 +00:00
Akinori MUSHA
eccaf59177 Reflect the updates of libwmf and ming.
Bump PORTREVISION.
2001-09-18 05:57:52 +00:00
Andrey A. Chernov
db2dadbaab Bump png major 2001-09-11 02:22:51 +00:00
Akinori MUSHA
329c977502 Conditionalize bzip2 dependencies. 2001-08-15 20:33:16 +00:00
Maxim Sobolev
495daa29cc Update version number of freetype2 shared library. 2001-07-12 10:10:30 +00:00
Ying-Chieh Liao
523d91383e add autotrace
convert bitmap to vector graphics

PR:		26514
Submitted by:	KANOU Hiroki <kanou@mil.allnet.ne.jp>
2001-05-19 15:29:55 +00:00