2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 04:28:49 by Min Sik Kim | Files touched by this commit (7) |
Log message:
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
|
2004-11-22 15:40:49 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 3.2.1:
BUGFIXES
- Enable/disable color gui should have appeared in configuration dialog,
and On exit sub-menu in other options did not appear.
NEW FEATURES
- If a supported terminal is detected int the $TERM env var,
MikMod will set the title bar with -= MikMod x.x.x =- followed by
the song title between (). There is a configuration option for this
in config->other_options
|
2004-10-18 04:32:14 by Ben Collver | Files touched by this commit (2) |
Log message:
Fix mikmod option parsing using patch provided by David Holland in
PR#27280.
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
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-05-12 23:57:43 by grant beattie | Files touched by this commit (1) |
Log message:
s/netbsd.org/NetBSD.org/i
|
2004-04-11 19:25:30 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
bl3ify
|
2004-01-17 20:45:37 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
www.mikmod.org has been taken over by "Girls In Underwear Pics".
Update MASTER_SITE and HOMEPAGE.
|
2003-09-28 11:13:59 by Johnny C. Lam | Files touched by this commit (102) |
Log message:
Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
|