2005-02-24 00:12:05 by Alistair G. Crooks | Files touched by this commit (223) |
Log message: Add RMD160 digests. |
2004-10-03 02:15:03 by Todd Vierling | Files touched by this commit (518) |
Log message: Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 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 10:45:45 by Soren Jacobsen | Files touched by this commit (1) |
Log message: Convert to buildlink3. |
2004-01-24 14:30:57 by grant beattie | Files touched by this commit (53) |
Log message: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. |
2003-09-11 11:27:04 by Matthias Drochner | Files touched by this commit (2) |
Log message: make it compile with gcc3 |
2003-08-25 10:57:55 by Matthias Drochner | Files touched by this commit (2) |
Log message: fix game saving/restoring (the usual "mkdir xxx/" nonsense) |
2003-08-19 20:41:47 by Matthias Drochner | Files touched by this commit (2) |
Log message: plug a file descriptor leak now Larry gets past the first screen |
2003-07-26 23:41:31 by Julio Merino | Files touched by this commit (49) | |
Log message: Bump revision due to SDL update, and sync versions in buildlink files where needed. This is required because esound has been droped as a dependancy. |
2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680) |
Log message: Dependency bumps, needed because of devel/pth's major bump, and related dependency bumps. |
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message: Instead of including bsd.pkg.install.mk directly in a package Makefile, 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>. |