Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2003-08-02 | USE_GNU_TOOLS=awk | drochner | 1 | -2/+2 | |
2003-07-30 | get a working awk on Solaris, sort includes. | grant | 1 | -2/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | One more pass to make sure freetype versions get included correctly when | jmc | 1 | -5/+2 | |
also using Xft2/fontconfig | |||||
2003-03-29 | Clean up freetype2 requirements so Xft2 and fontconfig also require the right | jmc | 2 | -3/+6 | |
version via buildlink'ing | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2003-03-18 | Revert last change because XFree86 4.3.0's "fontconfig" and "Xft" library | tron | 1 | -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-13 | Use XFree86 4.3.0's "Xft2" if available. | tron | 1 | -1/+7 | |
2003-03-09 | Drop maintainership. I don't understand how this package really works and | jmmv | 1 | -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-09 | Bump PKGREVISION | jmc | 1 | -2/+2 | |
2003-03-08 | Ugg...This can use the 2.0.5 freetype2 included in XF4.2.x (which is what we | jmc | 1 | -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-03 | Add libXft.so, noted missing by HIRATSUKA Kouichirou in PR 20182. PKGREVISION++ | wiz | 2 | -3/+4 | |