summaryrefslogtreecommitdiff
path: root/graphics/gd
AgeCommit message (Collapse)AuthorFilesLines
2005-06-06Do not define a variable in a header file; move the definition into .cminskim4-2/+297
and leave the declraration only. This fixes the graphviz build problem reported by Adrian Portelli in PR pkg/28596. Bump PKGREVISION.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-11-29Remove BUILDLINK_DEPENDS line for old version of freetype2.wiz1-3/+1
2004-11-29Added PTHREAD_AUTO_VARS=yes so this builds properly on 2.0. (thanks,jklos1-1/+2
Juan RP)
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-2/+1
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-11-10Changes 2.0.33:adam2-5/+5
* Corrects a problem which prevented compiling with older versions of freetype2
2004-11-03Changes 2.0.32:adam3-7/+9
* Animated GIF writing support * Fontconfig support * Open polygon drawing * Fixes
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
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-23Checksum corrected for the archive re-releaseadam1-3/+3
2004-07-22Changes 2.0.28:adam2-5/+5
* Restored support for reading and writing GIF images * Fix for a possible problem in gdImageTrueColorToPalette
2004-07-16Changes 2.0.27:adam2-5/+5
Fixes * Potential memory overruns in gdImageFilled Polygon * The sign of Y-axis values returned in the bounding box by gdImageStringFT
2004-07-01Changes 2.0.26:adam3-7/+7
* Windows build uses __stdcall calling convention * Even more complete freetype version checking * Binary transparency is now handled correctly in gdImageToPalette
2004-06-20As discussed in tech-pkg, remove X11/Xpm support in graphics/gd.xtraeme2-9/+5
While I'm here, s/-lpthread/${PTHREAD_LDFLAGS}/. Bump PKGREVISION.
2004-05-25Changes 2.0.25:adam2-6/+5
* 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-09No longer used.snj1-28/+0
2004-04-26Changes 2.0.23:adam2-5/+5
* 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
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-8/+12
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-04Type fixed, thanks to Stonedadam1-2/+2
2004-02-04Changes 2.0.22:adam2-5/+5
* New font-fetching functions * CMYK colour-space in JPEGs can now be opened * Fixed configure script
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-23graphics/gd uses X11, so all packages that link against gd use X11.jlam1-1/+3
2004-01-23graphics/gd requires USE_X11.jlam1-1/+3
2004-01-20Changes 2.0.21:adam2-6/+8
* added gdImageCreateFromPngPtr and similar
2004-01-13GD apparently grew the need for pthreads; tell the buildlink machinerysimonb2-2/+4
about it so that dependant packages also build.
2004-01-09Changes 2.0.20:adam2-5/+5
fixed binary API incompatibility introduced in 2.0.16
2004-01-08Changes 2.0.19:adam2-5/+5
correcting problem with the built-in gd fonts on Unix Changes 2.0.18: introduced a conveniently precompiled DLL for Windows programmers the default separator of alternative truetype font paths is now a semicolon rather than a space
2004-01-07s/buildlink2/buildlink3/ I must be going blind!jlam1-2/+2
2004-01-06bl3ifyjlam1-7/+9
2004-01-05Little bug in the Makefile, mea culpaadam1-2/+2
2004-01-05Changes 2.0.17:adam4-20/+23
minor compilation and packaging problem fixed Changes 2.0.16: Adds polar coordinate transformation, text on a circle, thread safety truetype font output, performance optimizations, correct compilation with the latest versions of freetype, and many fixes
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-9/+6
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+25
buildlink3 framework.
2003-11-06Set LIBTOOL_OVERRIDE.gavan1-1/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Update gd to 2.0.15adam6-247/+17
What's new: * Support for truecolor images * Support for alpha channels * The specialized .gd and .gd2 file formats * Documentation fixes * Bug fixes
2003-06-07Use $(INSTALL) rather than "install". Fixes build on Solaris.cjep3-32/+32
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-09Unused.wiz1-40/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-10/+36
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
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-01-21Update to 1.8.4:wiz4-64/+63
* Add support for FreeType2 (John Ellson ellson@lucent.com) [not used in the package right now] * Add support for finding in fonts in a builtin DEFAULT_FONTPATH, or in a path from the GDFONTPATH environment variable. * remove some unused symbols to reduce compiler warnings * bugfix in size comparisons in gdImageCompare * REXX now mentioned * All memory allocation functions are now wrapped within the library; gdFree is exported and recommended for freeing memory returned by the gdImage(Something)Ptr family of functions. Based on a package sent to tech-pkg by Adam Ciarcinski.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
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-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
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.