Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-01 | Look for XORG_VERSION_* defs from ${X11BASE}/lib/X11/config/xorgversion.def | xtraeme | 1 | -3/+5 | |
before xorg.cf, which in xorg from pkgsrc does not contain them. (This is required by our xorg-* packages). | |||||
2005-02-23 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
2005-02-21 | Needs at least Xrender-0.8.2 and fontconfig-2.2. | wiz | 1 | -2/+3 | |
Closes PR 29477. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -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-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -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-05 | Update to libXft-2.1.6. | recht | 3 | -21/+8 | |
changes: Bug fixes and clean ups. | |||||
2004-07-24 | handle X.org config definitions to determine what version of XFree86 | grant | 1 | -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-06 | Unused. | wiz | 1 | -32/+0 | |
2004-05-27 | Bump PKGREVISION. | reed | 1 | -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-27 | Follow new FreeType2 build rules | adam | 1 | -1/+2 | |
2004-04-27 | Follow new FreeType2 build rules | adam | 1 | -0/+12 | |
2004-04-24 | Enable pkgviews installation. | minskim | 1 | -1/+3 | |
2004-04-15 | The buildlink2 framework does nothing with .pc files -- remove them | wiz | 1 | -2/+1 | |
from the buildlink2.mk files. | |||||
2004-03-30 | Allow the last known version information to match all future versions of | jlam | 1 | -1/+2 | |
XFree86 until we know for certain that it's different. This makes us more bulletproof to updates in xsrc. | |||||
2004-03-30 | Use "XF86_VERSION" instead of "_XF86_VERSION" as the variable name since | jlam | 1 | -7/+7 | |
we use it in several places within pkgsrc as a public variable. | |||||
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 1 | -8/+15 | |
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly. | |||||
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -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-10 | Split out the code that deals with checking whether the software is | jlam | 2 | -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-29 | Use tab instead of spaces for indentation to make pkglint happy. | recht | 1 | -2/+2 | |
2004-02-19 | Move the settings, which force the use of builtin versions of dependencies | jlam | 1 | -5/+8 | |
if the builtin version of the package is being used, into a global location so that they're always executed. | |||||
2004-02-18 | If we're using the built-in version of the software, then we must also | jlam | 1 | -3/+5 | |
be using built-in versions of any other software pulled in via buildlink3.mk files. | |||||
2004-02-18 | Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the | jlam | 1 | -16/+18 | |
environment overrides all other settings. | |||||
2004-02-17 | Check the version of the XFree86-provided Xft2 library. | jlam | 1 | -13/+126 | |
2004-02-16 | Typo. | jlam | 1 | -2/+2 | |
2004-02-16 | Xft2 only needs Xrender>=0.8. | jlam | 3 | -7/+7 | |
2004-02-16 | Remove patches made redundant since we override libtool. | jlam | 3 | -29/+1 | |
2004-02-16 | Remove redundant addition to BUILDLINK_DEPENDS.freetype2 that's already | jlam | 1 | -6/+2 | |
added by fontconfig/buildlink3.mk. Also use += to append to BUILDLINK_DEPENDS.Xrender instead of setting it. | |||||
2004-02-14 | Sync required Xrender version with that in Makefile. | minskim | 1 | -1/+2 | |
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 1 | -2/+2 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -2/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk | jlam | 1 | -2/+2 | |
and any pre-existing buildlink2.mk files. | |||||
2004-02-09 | BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the | jlam | 1 | -11/+9 | |
existing value. This is critical to set the correct list of dependencies for a package. | |||||
2004-02-09 | bl3ify, enable libtool now we have 1.5.2, remove useless PLIST_SUBST. | xtraeme | 2 | -24/+11 | |
2004-02-03 | add buildlink3.mk (needed by graphics/cairo) | recht | 1 | -0/+25 | |
noted by xtraeme@ | |||||
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-12-20 | regen after previous patch removal | recht | 1 | -2/+1 | |
2003-12-19 | remove freetype2 2.1.17 related patches after freetype2 has been reverted | recht | 1 | -14/+0 | |
to 2.1.15 | |||||
2003-12-18 | fix build with new freetype | recht | 2 | -1/+16 | |
2003-11-09 | Xft2 needs Xrender >= 0.8.2, so depend on it. | recht | 1 | -2/+2 | |
2003-11-07 | depend on Xrender 0.8 (rather than 0.8.2), so that the Xrender bundled | jdolecek | 1 | -2/+2 | |
with XFree 4.x would match the dependency (if present) | |||||
2003-11-02 | Make sure that correct xft-config is used. (Discussed | reed | 1 | -1/+2 | |
on tech-pkg and okay'd by wiz off-list.) | |||||
2003-10-31 | change the libtool (1.5) versioning from linux to sunos on Solaris to | dmcmahill | 3 | -1/+29 | |
avoid PLIST problems. No effect on other operating systems. | |||||
2003-10-04 | Add a comment explaining why we have to use PLIST_SUBST over FreeBSD/Linux. | xtraeme | 1 | -1/+5 | |
(Suggested by seb@) | |||||
2003-10-03 | Fix installation on systems where libXft.so.$(MAJOR_VERSION).$(MINOR_VERSION) | xtraeme | 2 | -3/+11 | |
was not built (at least FreeBSD/Linux). | |||||
2003-09-27 | quote EGREP in MAKE_ENV. | grant | 1 | -2/+2 | |
2003-09-27 | this needs zlib, so include devel/zlib/buildlink2.mk. | grant | 1 | -1/+2 | |
2003-09-22 | Add missing PKGCONFIG_OVERRIDE. | recht | 1 | -1/+3 | |
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@ | |||||
2003-09-19 | Depend on Xrender>=0.8.2, since that's what the configure check checks for. | wiz | 2 | -2/+6 | |
Do not bump PKGREVISION since the update was only a short while ago. | |||||
2003-09-19 | Update Xft2 to version 2.1.2. | markd | 5 | -44/+23 | |
Not sure of precise changes but does again build correctly against the current fontconfig package. | |||||
2003-09-19 | use += for USE_GNU_TOOLS. | grant | 1 | -2/+2 | |