Age | Commit message (Expand) | Author | Files | Lines |
2003-09-30 | Match the buildlink3.mk guidelines set out in revision 1.22 of | jlam | 1 | -7/+6 |
2003-09-30 | Conform to latest buildlink3.mk guidelines using *_BUILDLINK3_MK guards | jlam | 1 | -8/+17 |
2003-09-15 | PKGCONFIG_OVERRIDE added | adam | 1 | -1/+2 |
2003-09-14 | Provide definitions for BUILDLINK_PREFIX.<pkg> when the dependency may be | jlam | 1 | -1/+3 |
2003-09-13 | Need to use :C instead of :S to get the "pop" action to work properly. | jlam | 1 | -2/+2 |
2003-09-13 | LATEST CHANGES BETWEEN 2.1.5 and 2.1.4 | adam | 5 | -24/+17 |
2003-09-05 | Move BUILDLINK_CHECK_BUILTIN.<pkg> documentation into bsd.buildlink3.mk. | jlam | 1 | -6/+1 |
2003-09-02 | Add some buildlink3.mk files needed by x11-links>=0.13. | jlam | 1 | -0/+78 |
2003-08-24 | On IRIX, we need to create a .libs directory, so that the linker doesn't | jschauma | 1 | -1/+6 |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2003-04-17 | Comment out sourceforge master site -- contains different tarball for | wiz | 1 | -3/+4 |
2003-04-16 | Update to 2.1.4, provided by Christopher Richards in PR 21191. | wiz | 5 | -19/+20 |
2003-03-21 | fix two bugs in freetype-config that prevent it from working outside | dillo | 4 | -2/+40 |
2002-12-24 | If we depend on the package, depend on the latest version | wiz | 1 | -1/+4 |
2002-12-24 | Update to 2.1.3. Changes are too many to list here, for the most interesting | wiz | 3 | -11/+34 |
2002-12-23 | Create a dummy libtool archive if we use the built-in freetype2 library | jlam | 1 | -1/+15 |
2002-10-19 | Makes awk expression work with XFree 4.1.0 (which has no FREETYPE_PATCH | heinz | 1 | -2/+2 |
2002-10-08 | Unused. | jlam | 2 | -132/+0 |
2002-10-08 | If we're using the built-in freetype2, then USE_X11 is implied. | jlam | 1 | -1/+2 |
2002-10-08 | Create an appropriate freetype2 package name for the built-in freetype2 | jlam | 1 | -6/+34 |
2002-10-08 | Don't prohibit building freetype2 even if it's distributed with XFree86 as | jlam | 1 | -14/+1 |
2002-09-26 | Back out previous...we were actually just using the wrong *.in script; | jlam | 1 | -3/+2 |
2002-09-26 | Fix replacement freetype2-config script on X3.3.6 machines. | wiz | 1 | -1/+2 |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 4 | -25/+120 |
2002-08-06 | Add some necessary REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED | jlam | 1 | -1/+6 |
2002-07-30 | Fix error in creation of the freetype-config wrapper script. Now, we | jlam | 1 | -25/+18 |
2002-06-26 | Add new private variables _REQUIRE_BUILTIN_* that can be used to specify | jlam | 1 | -3/+3 |
2002-06-01 | Update mirror list. | wiz | 1 | -6/+6 |
2001-12-30 | Update to 2.0.5, based on pkg/14771 by Rui-Xiang Guo. | wiz | 3 | -12/+11 |
2001-11-30 | Create ECHO_BUILDLINK_MSG for printing buildlink diagnostics. It's just | jlam | 1 | -2/+2 |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 |
2001-10-03 | bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so | jlam | 1 | -2/+1 |
2001-10-03 | Substitute the real config script for the config wrapper script in | jlam | 1 | -1/+4 |
2001-08-17 | If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then | jlam | 1 | -2/+3 |
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 |
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -4/+6 |
2001-07-14 | XFree86-installed freetype2 has a different location for the ft2build.h | jlam | 1 | -1/+2 |
2001-07-13 | Fix problem described in: | jlam | 2 | -6/+61 |
2001-07-02 | Copy the checks for built-in freetype2 and xpm into the buildlink.mk files | jlam | 1 | -5/+17 |
2001-07-02 | Handle case where freetype2 is installed as part of XFree86. Also remove | jlam | 1 | -8/+18 |
2001-07-02 | Allow overriding of *_CONFIG variables in a package Makefile when using | jlam | 1 | -2/+3 |
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 |
2001-06-29 | USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined, | jlam | 1 | -2/+1 |
2001-06-26 | o convert build to use buildlink.mk files, set USE_BUILDLINK_ONLY | zuntum | 2 | -3/+18 |
2001-06-26 | o add buildlink.mk file for use by other packages | zuntum | 1 | -0/+36 |
2001-06-26 | Update freetype2 to 2.0.3 | zuntum | 3 | -11/+15 |
2001-05-08 | Move to sha1 digest, and add distfile size | agc | 1 | -2/+3 |
2001-04-19 | Handle freetype2 package like the MesaLib package as it is bundled with | jlam | 1 | -4/+11 |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 |