Commit Graph

34 Commits

Author SHA1 Message Date
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