Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-26 | Bump revision due to SDL update, and sync versions in buildlink files where | jmmv | 2 | -4/+4 | |
needed. This is required because esound has been droped as a dependancy. | |||||
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-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -4/+4 | |
dependency bumps. | |||||
2002-12-24 | Bump PKGREVISION because of dependency on latest freetype2 or glib2 | wiz | 2 | -3/+4 | |
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages. | |||||
2002-08-28 | Remove buildlink.mk files that aren't used by any other files in pkgsrc. | jlam | 1 | -38/+0 | |
2002-08-28 | Can't include bsd.buildlink.mk in a buildlink2.mk file. | jlam | 1 | -3/+1 | |
2002-08-27 | buildlink1 -> buildlink2 | jlam | 1 | -5/+6 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+25 | |
buildlink2.mk files back into the main trunk. | |||||
2001-12-07 | Include x11.buildlink.mk | jmc | 1 | -1/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -2/+2 | |
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>. | |||||
2001-07-14 | Link all of the libraries, not just libSDL_ttf.*. | jlam | 1 | -1/+2 | |
2001-07-10 | Don't try to @dirrm include/SDL, as this belongs to another package -- SDL | zuntum | 1 | -2/+1 | |
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 | |
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files. | |||||
2001-06-26 | Update SDL_ttf to 2.0.3 | zuntum | 4 | -16/+15 | |
o uses freetype2 instead of freetype1 | |||||
2001-06-26 | we need to include freetype-lib's buildlink.mk file in here too | zuntum | 1 | -1/+2 | |
2001-06-26 | o add buildlink.mk file for use by other packages | zuntum | 2 | -6/+42 | |
o convert build process to use buildlink.mk files | |||||
2001-06-25 | o get freetype-lib dependency via its buildlink.mk | zuntum | 1 | -2/+2 | |
2001-06-16 | Override internal libtool with USE_LIBTOOL and LTCONFIG_OVERRIDE. | wiz | 1 | -1/+3 | |
2001-05-14 | Initial import of SDL_ttf-1.2.2 | zuntum | 4 | -0/+35 | |
This is a sample library which allows you to use TrueType fonts in your SDL applications. |