Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-12 | Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable) | wiz | 1 | -2/+2 | |
for SDL shlib changes. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-11 | Convert aalib to options framework, adding an 'x11' option, and remove | wiz | 1 | -2/+2 | |
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-27 | PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk). | wiz | 1 | -2/+2 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-02-17 | Fix quoting. | uebayasi | 1 | -2/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
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-04-11 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-09-11 | make it compile with gcc3 | drochner | 2 | -1/+16 | |
2003-08-25 | fix game saving/restoring (the usual "mkdir xxx/" nonsense) | drochner | 2 | -1/+31 | |
2003-08-19 | plug a file descriptor leak | drochner | 2 | -1/+19 | |
now Larry gets past the first screen | |||||
2003-07-26 | Bump revision due to SDL update, and sync versions in buildlink files where | jmmv | 1 | -2/+2 | |
needed. This is required because esound has been droped as a dependancy. | |||||
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 1 | -1/+2 | |
dependency bumps. | |||||
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. | |||||
2003-01-10 | Initial import of sarien, version 0.7.0. Description follows: | jmmv | 5 | -0/+67 | |
Adventure Game Interpreter (AGI) for Sierra On-Line games, including Leisure Suit Larry 1, Space Quest I and II, Police Quest I, King's Quest I, II, and III... You will still need the actual games: Sarien just lets them run on your box under X11. Package provided in PR pkg/19404 by mor@linex.com with some changes by me. |