summaryrefslogtreecommitdiff
path: root/fonts/Xft2
AgeCommit message (Collapse)AuthorFilesLines
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-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-11/+9
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-09bl3ify, enable libtool now we have 1.5.2, remove useless PLIST_SUBST.xtraeme2-24/+11
2004-02-03add buildlink3.mk (needed by graphics/cairo)recht1-0/+25
noted by xtraeme@
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-20regen after previous patch removalrecht1-2/+1
2003-12-19remove freetype2 2.1.17 related patches after freetype2 has been revertedrecht1-14/+0
to 2.1.15
2003-12-18fix build with new freetyperecht2-1/+16
2003-11-09Xft2 needs Xrender >= 0.8.2, so depend on it.recht1-2/+2
2003-11-07depend on Xrender 0.8 (rather than 0.8.2), so that the Xrender bundledjdolecek1-2/+2
with XFree 4.x would match the dependency (if present)
2003-11-02Make sure that correct xft-config is used. (Discussedreed1-1/+2
on tech-pkg and okay'd by wiz off-list.)
2003-10-31change the libtool (1.5) versioning from linux to sunos on Solaris todmcmahill3-1/+29
avoid PLIST problems. No effect on other operating systems.
2003-10-04Add a comment explaining why we have to use PLIST_SUBST over FreeBSD/Linux.xtraeme1-1/+5
(Suggested by seb@)
2003-10-03Fix installation on systems where libXft.so.$(MAJOR_VERSION).$(MINOR_VERSION)xtraeme2-3/+11
was not built (at least FreeBSD/Linux).
2003-09-27quote EGREP in MAKE_ENV.grant1-2/+2
2003-09-27this needs zlib, so include devel/zlib/buildlink2.mk.grant1-1/+2
2003-09-22Add missing PKGCONFIG_OVERRIDE.recht1-1/+3
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
2003-09-19Depend on Xrender>=0.8.2, since that's what the configure check checks for.wiz2-2/+6
Do not bump PKGREVISION since the update was only a short while ago.
2003-09-19Update Xft2 to version 2.1.2.markd5-44/+23
Not sure of precise changes but does again build correctly against the current fontconfig package.
2003-09-19use += for USE_GNU_TOOLS.grant1-2/+2
2003-08-02USE_GNU_TOOLS=awkdrochner1-2/+2
2003-07-30get a working awk on Solaris, sort includes.grant1-2/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
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.
2003-03-29One more pass to make sure freetype versions get included correctly whenjmc1-5/+2
also using Xft2/fontconfig
2003-03-29Clean up freetype2 requirements so Xft2 and fontconfig also require the rightjmc2-3/+6
version via buildlink'ing
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-03-18Revert last change because XFree86 4.3.0's "fontconfig" and "Xft" librarytron1-7/+1
are linked with the bundled "expat" library which is quite old. This would lead to shared library conflicts sooner or later.
2003-03-13Use XFree86 4.3.0's "Xft2" if available.tron1-1/+7
2003-03-09Drop maintainership. I don't understand how this package really works andjmmv1-2/+2
all the magic needed to get it working with the versions included with XFree86. Other people will do a better job than me.
2003-03-09Bump PKGREVISIONjmc1-2/+2
2003-03-08Ugg...This can use the 2.0.5 freetype2 included in XF4.2.x (which is what wejmc1-1/+5
shipped with 1.6), however the most recent pango requires 2.0.9 and also uses this package. As a result you end up with conflicting freetype linkage and the wrong library version (.8) can get used in further packages which use pango. Alleviate all of this by requiring >=2.0.9 in here as well
2003-02-03Add libXft.so, noted missing by HIRATSUKA Kouichirou in PR 20182. PKGREVISION++wiz2-3/+4
2003-01-14Include Xrender/buildlink2.mk so that this builds on XFree86-3.x systems.jlam2-3/+4
2003-01-09Register include files. Pointed out by Douglas Brebner in private mail.jmmv2-4/+7
Bump PKGREVISION to 2.
2002-12-24Fix pkgconfig file to have -lXext after -Xrender (why doesn't the librarywiz4-4/+19
have the dependency itself?). Bump PKGREVISION to 1, and depend on latest version in buildlink2.mk.
2002-12-24Add includes. Noted by Eric Gillespie in PR 19433.wiz1-1/+2
2002-12-16Initial import of Xft2-2.1. Description follows:jmmv6-0/+83
Xft (2.0) provides a client-side font API for X applications. It uses Fontconfig to select fonts and the X protocol for rendering them. When available, Xft uses the Render extension to accelerate text drawing. When Render is not available, Xft uses the core protocol to draw client-side glyphs. This provides completely compatible support of client-side fonts for all X servers. Xft (2.0) hides most of the underlying system details so that developers can confidently use its API to access client-side fonts in any X environment. Approved by wiz.