2004-10-03 02:15:03 by Todd Vierling | Files touched by this commit (518) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-07-23 09:52:16 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Checksum corrected for the archive re-release
|
2004-07-22 14:38:49 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.0.28:
* Restored support for reading and writing GIF images
* Fix for a possible problem in gdImageTrueColorToPalette
|
2004-07-16 09:46:54 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.0.27:
Fixes
* Potential memory overruns in gdImageFilled Polygon
* The sign of Y-axis values returned in the bounding box by gdImageStringFT
|
2004-07-01 12:28:42 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.0.26:
* Windows build uses __stdcall calling convention
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette
|
2004-06-20 23:46:36 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
As discussed in tech-pkg, remove X11/Xpm support in graphics/gd.
While I'm here, s/-lpthread/${PTHREAD_LDFLAGS}/.
Bump PKGREVISION.
|
2004-05-25 16:55:34 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.0.25:
* Correction in gdfontl.h
Changes 2.0.24:
* bgd.dll is now compatible with Visual BASIC
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette
|
2004-05-09 08:50:30 by Soren Jacobsen | Files touched by this commit (8) |
Log message:
No longer used.
|
2004-04-26 14:24:13 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.0.23:
* horizontal and vertical DPI hints can now be given to the freetype font
renderer via the gdFTStringExtra
* several autoconf problems have been addressed
* the current version of freetype is more precisely detected to prevent
FT_ENCODING_SYMBOL-related errors
* a significant bug in gdNewDynamicCtx was fixed
|