Commit graph

24 commits

Author SHA1 Message Date
Mikhail Teterin
2f7b4d7b2b Avoid using Perl in the default case, and BUILD_DEPEND on it if
the alternative fonts are specified. Using USE_PERL seems to cause
run-time dependency as well, which is bogus in this case.

Also, use explicit PATH to bsd.*.mk -- for some reasons, just
make -f bsd.prog.mk no longer works... See the PR's history.

PR:	ports/40479
2002-07-16 18:19:27 +00:00
Ying-Chieh Liao
c8bfa7715b Improved GIF support.
New GIF output functions, w/ or w/o LZW compression.
LZW compression is OFF by default to make the package legal in US and Canada.

Updated documentation

PR:		37455
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-05-21 07:41:54 +00:00
Mikhail Teterin
dc7fc838ed Obey hier(7) by installing the include files into
${LOCALBASE}/include, rather than include/gd. Each file is named gd*.h
anyway. Bump  the PORTREVISION.  Other ports  should be  fine, because
the  have  the  -I${LOCALBASE}/include  anyway, but  should  keep  the
-I${LOCALBASE}/include/gd for a while too.
2002-01-21 18:27:03 +00:00
Mikhail Teterin
1a79aa3205 Add the ability to pass a list of alternative bdf fonts to this port.
This  can be  used  to generalize  building  of, say,  language-specific
versions of gd like ukrainian/gd -- the controlling port will simply set
GD_FONTS to something like

GD_FONTS="/usr/ports/distfiles/x-koi8u.tgz koi6x10.bdf koi8x13.bdf \
	koi9x15.bdf koi12x24.bdf koi10x20.bdf"

And the new configure script will extract the bdf files from the tarball
and use the bdftogd perl script (bundled with the software) to regenerate
the sources.

No REVISION bump, because the default package is still the same...
2002-01-09 04:48:20 +00:00
Peter Pentchev
fe4e8fe800 Fix the build when NOPROFILE is not defined in /etc/make.conf
or in the build environment.

PR:		31698
Submitted by:	John Hildreth <partsman@ns2.slutpuppy.org> (to -ports)
Submitted by:	Kirk Strauser <kirk@strauser.com> (the PR)
Approved by:	mi
2001-11-02 11:05:39 +00:00
Mikhail Teterin
ca49092319 Both -- include and include/X11 might be needed... 2001-10-30 14:46:42 +00:00
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
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
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
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
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
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
Vanilla I. Shu
f52f02f515 Compile with freetype default.
Approved by:	billf
2000-11-12 02:40:52 +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
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
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
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