Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
2005-02-23 | Enable pkgviews installation. Patches provided by Joachim Kuebart on | minskim | 1 | -1/+3 | |
tech-pkg@. | |||||
2004-11-22 | Changes 3.2.1: | adam | 3 | -13/+10 | |
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 | Fix mikmod option parsing using patch provided by David Holland in | ben | 2 | -10/+10 | |
PR#27280. | |||||
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-05-12 | s/netbsd.org/NetBSD.org/i | grant | 1 | -2/+2 | |
2004-04-11 | bl3ify | xtraeme | 1 | -4/+4 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-17 | www.mikmod.org has been taken over by "Girls In Underwear Pics". | kristerw | 1 | -3/+3 | |
Update MASTER_SITE and HOMEPAGE. From Michal Pasternak in PR pkg/23824. | |||||
2003-09-28 | Back out last change related to moving ncurses/buildlink2.mk to | jlam | 1 | -2/+2 | |
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. | |||||
2003-09-27 | move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides | grant | 1 | -2/+2 | |
support for base system curses/ncurses as well as ncurses itself. suggested by wiz. | |||||
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2002-08-31 | Convert to buildlink2. | wiz | 1 | -4/+4 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-10-22 | Update HOMEPAGE and MASTER_SITES. | mycroft | 1 | -3/+3 | |
2001-06-29 | USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined, | jlam | 1 | -4/+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-19 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -8/+8 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -3/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-07 | USE_CURSES instead of hardwired curses dependency. | wiz | 3 | -7/+18 | |
Fix command line parsing (patch by Charles Hannum). | |||||
2000-04-03 | Use working MASTER_SITES path for better retrieval of the distfile. | pooka | 1 | -2/+2 | |
Thanks to Hubert for noticing the problem. | |||||
2000-04-02 | Update mikmod to 3.1.6-a. Changes since 3.0.3 are numerous, including | pooka | 11 | -195/+18 | |
integrated patches from the package system, an on-screen configuration facility and a "don't loop" interal module option. See NEWS in distribution for a full list of changes. | |||||
2000-01-15 | Update dependency on ncurses to >=4.2 | jlam | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-28 | replaced some more commands by their ${COMMAND} counterparts | wiz | 1 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+9 | |
1999-07-06 | * Update ncurses dependency. | jlam | 2 | -8/+8 | |
* Pass correct linker options to make this ELF-aware. XXX Compiles, but doesn't run on my i386 system. I'm not sure if it's XXX because I've misconfigured my audio or not. | |||||
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 1 | -3/+2 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1999-04-13 | Remove NOPORTDOCS definition - it was useless anyway, as any attempt to | agc | 1 | -5/+1 | |
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1998-11-12 | Fix some more pkglint nits. | frueauf | 1 | -2/+3 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 7 | -0/+14 | |
1998-07-04 | Update to 3.0.3. | mycroft | 16 | -224/+163 | |
1998-06-27 | Define "unix" manually as suggested by Tim Rightnour in PR pkg/5600. | tron | 1 | -1/+2 | |
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-06-03 | Include bsd.prefs.mk, so that any NOPORTDOCS definition in /etc/mk.conf | agc | 1 | -1/+3 | |
or MAKECONF will be honoured. | |||||
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 1 | -2/+2 | |
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports. | |||||
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -5/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-04-03 | Mmmm, bzip. | mycroft | 1 | -0/+26 | |
1998-03-20 | Remove spurious warning. | mycroft | 1 | -1/+11 | |
1998-03-20 | Tidy this up, and make me the `maintainer'. | mycroft | 1 | -7/+3 | |
1998-03-11 | Depend on the shared ncurses library, not the static one. | mycroft | 1 | -2/+2 | |
1998-03-11 | Check for EOF so we don't core dump on some bad files. | mycroft | 1 | -0/+51 | |
1998-03-07 | Use the native audio interface. | mycroft | 2 | -51/+80 | |
1998-01-22 | Set MIRROR_DISTFILE to "no" in package Makefiles which might have | agc | 1 | -1/+2 | |
restrictions placed on the redistribution of their distfiles. Please note that I've erred on the side of caution here. |