summaryrefslogtreecommitdiff
path: root/fonts/Xft2
AgeCommit message (Collapse)AuthorFilesLines
2005-03-01Look for XORG_VERSION_* defs from ${X11BASE}/lib/X11/config/xorgversion.defxtraeme1-3/+5
before xorg.cf, which in xorg from pkgsrc does not contain them. (This is required by our xorg-* packages).
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-21Needs at least Xrender-0.8.2 and fontconfig-2.2.wiz1-2/+3
Closes PR 29477.
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-08-05Update to libXft-2.1.6.recht3-21/+8
changes: Bug fixes and clean ups.
2004-07-24handle X.org config definitions to determine what version of XFree86grant1-4/+24
we have. for the moment, consider X.org 6.7 the same as XFree86 4.4 for the purpose of Xft2.
2004-07-06Unused.wiz1-32/+0
2004-05-27Bump PKGREVISION.reed1-2/+2
pkgsrc/fonts/Xft2/patches was added on April 27 to add #include <ft2build.h> in Xft.h. This helps newer freetype2-using files to build.
2004-04-27Follow new FreeType2 build rulesadam1-1/+2
2004-04-27Follow new FreeType2 build rulesadam1-0/+12
2004-04-24Enable pkgviews installation.minskim1-1/+3
2004-04-15The buildlink2 framework does nothing with .pc files -- remove themwiz1-2/+1
from the buildlink2.mk files.
2004-03-30Allow the last known version information to match all future versions ofjlam1-1/+2
XFree86 until we know for certain that it's different. This makes us more bulletproof to updates in xsrc.
2004-03-30Use "XF86_VERSION" instead of "_XF86_VERSION" as the variable name sincejlam1-7/+7
we use it in several places within pkgsrc as a public variable.
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam1-8/+15
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
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-10Split out the code that deals with checking whether the software isjlam2-131/+109
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-02-29Use tab instead of spaces for indentation to make pkglint happy.recht1-2/+2
2004-02-19Move the settings, which force the use of builtin versions of dependenciesjlam1-5/+8
if the builtin version of the package is being used, into a global location so that they're always executed.
2004-02-18If we're using the built-in version of the software, then we must alsojlam1-3/+5
be using built-in versions of any other software pulled in via buildlink3.mk files.
2004-02-18Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in thejlam1-16/+18
environment overrides all other settings.
2004-02-17Check the version of the XFree86-provided Xft2 library.jlam1-13/+126
2004-02-16Typo.jlam1-2/+2
2004-02-16Xft2 only needs Xrender>=0.8.jlam3-7/+7
2004-02-16Remove patches made redundant since we override libtool.jlam3-29/+1
2004-02-16Remove redundant addition to BUILDLINK_DEPENDS.freetype2 that's alreadyjlam1-6/+2
added by fontconfig/buildlink3.mk. Also use += to append to BUILDLINK_DEPENDS.Xrender instead of setting it.
2004-02-14Sync required Xrender version with that in Makefile.minskim1-1/+2
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
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