summaryrefslogtreecommitdiff
path: root/graphics/freetype-utils
AgeCommit message (Collapse)AuthorFilesLines
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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-01-05bl3ifyjlam1-2/+3
2002-09-11Move USE_BUILDLINK2 definition into the common Makefile as we need tojlam1-6/+5
include buildlink2.mk files from there.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-4/+5
have been converted to USE_BUILDLINK2.
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.
2001-09-09USE_X11 --> x11.buildlink.mkjlam1-3/+2
2001-09-09Move inclusion of bsd.pkg.mk from Makefile.common into the individualjlam1-3/+5
package Makefiles. The idiom is to define any variables, include Makefile.common, then any additional targets, then include bsd.pkg.mk.
2001-09-09Move USE_BUILDLINK_ONLY definition out of Makefile.common and into thejlam1-2/+3
individual package Makefiles.
2001-06-25It's freetype-lib>=1.3.1, not freetype>=1.3.1.jlam1-2/+2
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-3/+2
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-05-28Rework build to use buildlink.mk files so that it won't pick up installedjlam1-5/+3
headers and libraries during a "make build".
2001-05-03Share a common distinfo file between freetype-lib and freetype-utils.jlam1-7/+0
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+3
2000-07-22Update freetype to 1.3.1. Shared library bumped its major due tojlam1-1/+4
API changes. This version has bug fixes and several major enhancements in loading and displaying TrueType fonts. This closes PR#10261 by ORI Manabu <ori@tahoo.org>.
2000-05-01freetype-utils: FreeType test programsjlam4-0/+37