Commit Graph

48 Commits

Author SHA1 Message Date
Mikhail Teterin
d52a7a070a Upgrade to 2.0.1 (gd2 was repocopied from gd). The name of the
installed library is still libgd, which is on purpose. It looks
like very little needs to be done after all to make current gd
users switch, so gd2 will, hopefully, quickly become gd again.

XPM will be used by default now, unless WITHOUT_XPM is declared.
When XPM can be built without installing X11, this is seems
sensible.
2001-10-14 20:23:23 +00:00
Andrey A. Chernov
b60160c5d8 Bump png major 2001-09-11 02:02:57 +00:00
Akinori MUSHA
63a15f2970 Conditionalize the dependency on bzip2.
De-portlint a bit.
2001-08-24 14:08:11 +00:00
Mikhail Teterin
dc74024472 LIB_DEPEND on freetype again (regardless of version, what comes with
XFree86-4 should work too). I could've  sworn, I saw some other port
use  the seemingly  non-existent USE_FREETYPE2.  As a  bonus, add  a
patch for malloc.h -> stdlib.h...

While I'm here (again), switch the default maintainership to ports@.

Submitted by:	John Hay
2001-08-24 12:17:08 +00:00
Mikhail Teterin
5e502b4289 Use USE_FREETYPE2 instead of explicitly depending on freetype-config. 2001-08-23 19:24:42 +00:00
Mikhail Teterin
1a136774b6 Restore the ability to _read_ gif images, removed by the author due
to fear of Unisys... Bump up PORTREVISION.

Approved by:	maintainer timeout :( (since July 27)
2001-08-21 01:30:32 +00:00
Maxim Sobolev
495daa29cc Update version number of freetype2 shared library. 2001-07-12 10:10:30 +00:00
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
Maxim Sobolev
2a1e03477c Ensure that the freetype-config is available. This should workaround the
XFree86-4 + freetype2 problem. This is not a final solution and provided
only for forthcoming 4.3 release, after which it will be removed.

We are still waiting for jmz to fix things properly.
2001-04-09 18:20:17 +00:00
Bill Fumerola
cef70df629 The clown^Wauthor of gd once again changed the contents of the tarball
without bumping the minor version number. update patches and checksum
accordingly.

Our PORTREVISION was bumped, however, because we actually do have a clue
about these sorts of things...
2001-02-25 00:34:37 +00:00
Akinori MUSHA
6a5b7af6e6 Update the checksum. Seems the distfile was updated with
a new one that does not include *.o files.

Submitted by:	Mike Harding <mvh@ix.netcom.com>
2001-02-12 19:02:11 +00:00
Akinori MUSHA
8e185a18bb Make japanese/gd a slave port of graphics/gd.
Approved by:	ichiro@ichiro.org (MAINTAINER of japanese/gd)
2001-02-12 11:28:36 +00:00
Akinori MUSHA
a128c373e6 Update to 1.8.4.
Add MASTER_SITE_RINGSERVER to MASTER_SITES.

Add a couple of patches to complete GD's Japanese support.

PR:		ports/24930
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>, knu
Approved by:	billf (MAINTAINER)
2001-02-12 09:34:33 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Vanilla I. Shu
f52f02f515 Compile with freetype default.
Approved by:	billf
2000-11-12 02:40:52 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Bill Fumerola
a4d8441524 Add missing "$"
Submitted by:	Andrzej Tobola <san@tmp.iem.pw.edu.pl>
2000-06-07 19:40:52 +00:00
Will Andrews
0968e6bccd Change library number to gd.1 per porter's handbook.
PR:		19060
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-06-06 17:39:06 +00:00
Bill Fumerola
e48df57040 The incredibly intelligent people who release engineer gd once again bumped
the version number and went back and made all the old tarballs copies of the
the newest version, breaking this again.

They also zerobyted a lot of old versions of gd. Evidently "history" isn't
one of the ideas thats supported in their project.

Submitted by:	jkh
2000-06-04 15:31:19 +00:00
Bill Fumerola
e8d67e876a The people who release gd think that removing old versions of gd
and replacing them with symlinks to the latest is smart, so we'll
upgrade now.

patches/patch-ac changed and was regenerated with -u1 so when the authors
make more gratuitious changes to the Makefile it will break less deltas.
2000-05-21 06:01:09 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Satoshi Asami
c99c600944 Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
2000-04-14 10:48:02 +00:00
Bill Fumerola
6c4d8b3e72 Upgrade to 1.8.1 which should shrink my mailbox and the PR system. 2000-03-19 21:47:49 +00:00
Bill Fumerola
6939e577e2 Upgrade to gd 1.8, with shiny new jpeg support. 2000-03-11 02:30:44 +00:00
Bill Fumerola
680b9935f2 -DWANT_X11 is now required to build this port with X support. You no longer
have to install X in order to have a decent web server.
2000-02-03 03:06:38 +00:00
Bill Fumerola
26414295e4 Take over maintainership of this port (was ports@freebsd.org). There are
quite a few things this port is doing wrong or poorly and I plan to fix that.
2000-01-28 04:01:59 +00:00
Steve Price
5cb55aa139 Build and install the shared library again.
PR:		15313
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-27 21:26:46 +00:00
Steve Price
96e917f705 Add ttf and xpm support to this port.
PR:		15437
Submitted by:	Igor Vinokurov <igor@zynaps.ru>
1999-12-25 02:01:54 +00:00
Steve Price
cb8e819414 Update to version 1.7.3.
PR:		14518
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-01 01:01:02 +00:00
Bill Fenner
bd05a364ba Remove Jeff Wheat as maintainer at his request. 1999-10-07 17:36:44 +00:00
Satoshi Asami
8e00b8d814 Add master site. portlint now complains that it's 26 lines long, but
I don't know where to cleave.
1999-09-08 21:53:21 +00:00
Bill Fumerola
415432b375 Upgrade to 1.6.3
Submitted by:	Will Andrews <andrews@technologist.com>
PR:		ports/13455
1999-09-04 23:36:48 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Bill Fumerola
d35d70ac63 Bump 'Version Required' to reflect reality. 1999-08-01 19:14:25 +00:00
Bill Fumerola
84c6dff533 Reroll md5 and tell gd where our libraries are found. The compile was
coming out as:

.... -L${exec_prefix}/lib ....

which obviously doesn't work.
1999-08-01 17:25:08 +00:00
Steve Price
d12f38feff Install the header files in the right place and make this port package
again after the upgrade.

PR:		12889
1999-08-01 02:43:16 +00:00
Bill Fumerola
57806deb74 Upgrade to 1.6.2 which gets us out of hot water with licensing problems.
This also will inadvertently unbreak parts of apache13-php3, I believe,
which is why I was able to work on this in the middle of a major project
that requires it.

Sponsored Committer With Overtime: Computer Horizons Corp.
1999-07-24 23:56:46 +00:00
Satoshi Asami
830c04a578 Mark these RESTRICTED, there seems to be a legal problem with the distfiles.
From their http site:

	The gd library is temporarily available. We have taken it off the
	site until we are able to arrive at an agreement with Unisys regarding
	their legal position with respect to gd. Please do not send email asking
	for the gd library at this time. We cannot send it to you, at least until
	this matter is resolved. Thank you for your understanding.

	Boutell.Com, Inc.

Reported by:	"Stephen J. Roznowski" <sjr@home.net>
1999-07-13 23:59:58 +00:00
Vanilla I. Shu
9cdd128d36 1. The distfile changed but without bump version number.
2. Add another MASTER_SITE.
Noticed by:	phk
1998-06-25 03:13:16 +00:00
Steve Price
9455416a54 Add -b to fetch's args since the master site doesn't seem
to play TCP the right way.
1998-04-19 15:38:31 +00:00
Vanilla I. Shu
e1e01a2994 Upgrade to 1.3.
PR:		ports/6146
Submitted by:	Jeffrey Wheat <jeff@ns1.cetlink.net>
1998-04-04 14:25:54 +00:00
Satoshi Asami
a98fa1caa8 Add appropriate @dirrm statements. 1997-06-15 10:22:23 +00:00
Andreas Klemm
f50d39ab11 A new port (php) needs additional header files from this package.
Added necessary changes to install the missing ones as well.
Updated the PLIST and tested make package ;-)
1997-06-14 16:25:56 +00:00
Satoshi Asami
b3a8969fd0 MASTER_SITES is usually put right after CATEGORIES. 1997-02-14 07:55:45 +00:00
Thomas Gellekum
1b53e562c3 Import of gd, a graphics library for fast GIF creation.
Closes PR #2619.

Submitted by:	jeff@cetlink.net
1997-02-13 14:51:45 +00:00