2005-03-01 19:56:43 by Juan Romero Pardines | Files touched by this commit (3) |
Log message: Look for XORG_VERSION_* defs from ${X11BASE}/lib/X11/config/xorgversion.def before xorg.cf, which in xorg from pkgsrc does not contain them. (This is required by our xorg-* packages). |
2005-02-23 20:18:29 by Alistair G. Crooks | Files touched by this commit (85) |
Log message: Add RMD160 digests to the SHA1 ones. |
2005-02-21 11:53:15 by Thomas Klausner | Files touched by this commit (1) |
Log message: Needs at least Xrender-0.8.2 and fontconfig-2.2. Closes PR 29477. |
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-08-06 00:17:52 by Marc Recht | Files touched by this commit (3) |
Log message: Update to libXft-2.1.6. changes: Bug fixes and clean ups. |
2004-07-24 08:50:19 by grant beattie | Files touched by this commit (1) |
Log message: handle X.org config definitions to determine what version of XFree86 we have. for the moment, consider X.org 6.7 the same as XFree86 4.4 for the purpose of Xft2. |
2004-07-07 00:41:17 by Thomas Klausner | Files touched by this commit (30) |
Log message: Unused. |
2004-05-28 01:17:43 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: Bump PKGREVISION. 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-27 17:14:53 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: Follow new FreeType2 build rules |