Commit graph

17 commits

Author SHA1 Message Date
adam
7ee7158081 Update php4-gd to 4.2.3nb1. Added patch for gd-2.0.x. 2003-06-23 10:01:34 +00:00
martti
a9e061798a Updated php to 4.2.3
* lots of bug fixes
* experimental apache2 support
* added IPv6 support to gethostbyaddr()

ATTENTION!! register_globals defaults to 'off' now
2002-10-14 06:21:05 +00:00
jlam
9e7a2219dd buildlink1 -> buildlink2 2002-09-22 10:15:16 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
tron
b8d1c715f6 Update distribution file checksum for PHP version 4.1.2. 2002-02-28 09:50:01 +00:00
jlam
9e5ddec063 Update graphics/php4-gd to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:58 +00:00
jlam
2ec403dc7d Update graphics/php4-gd to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:55:55 +00:00
jlam
9c61d6e64c Update graphics/php4-gd to 4.1.0. Changes from version 4.0.6 include:
- Make ImageColorAt() and ImageColorsForIndex() work with TrueColor images.
  (Rasmus)
- Added support for GD2 image type for ImageCreateFromString() (Jani)
- Added ImageCreateFromGD(), ImageCreateFromGD2(), ImageCreateFromGD2part(),
  ImageGD() and ImageGD2() functions (Jani)
- Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
  specified that the drawn curve should be rounded. (Sterling)
2001-12-31 23:57:33 +00:00
jlam
8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
ef6698f657 Back out inadvertent change that set freetype-dir for the configure
script.  This was causing the configure process to break.
2001-10-29 17:08:35 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
kei
70a889f088 * bumped package version to php-gd-4.0.6nb1. 2001-10-19 07:11:45 +00:00
kei
51503320ea * added --enable-gd-native-ttf support. It enables TrueType string function
which is required to handle multibyte charcters in gd.
2001-10-19 07:05:28 +00:00
jlam
28578b6213 Find Makefile.module in ../../www/php4. 2001-10-16 06:58:30 +00:00
jlam
9b86582433 Update php4-gd to the version from the php-4.0.6 distribution. Changes
from version 4.0.5 include moving from the www category, and:

- Added GD 2.0.1 support for truecolor and alpha channels, plus some other
  gd functions, both old and new - see docs for more info. (Wez)
2001-10-16 05:29:53 +00:00