summaryrefslogtreecommitdiff
path: root/audio/juke
AgeCommit message (Collapse)AuthorFilesLines
2007-03-18Added a patch for non-gcc compilers, which often don't likerillig2-1/+29
"case 1 ... 255".
2006-01-04Replace use of FILES_SUBST_SED with explicit SUBST framework use.joerg1-7/+5
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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-10-16Update MSATER_SITES, from Zafer Aydogan in PR 31832.wiz1-3/+3
Comment out HOMEPAGE, it is wrong.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-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-11bl3ifyxtraeme1-3/+3
2004-01-28Whilst it's nice of the author, there's no need to special-case NetBSDagc3-1/+49
in GNU configure and configure.in - the prefix is given to the configure script by the pkgsrc infrastructure, and buildlink will DTRT.
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-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-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-03-06Import of juke-0.7: Simple ncurses based jukeboxsalo8-0/+121
Juke is a simple ncurses based jukebox program for Unix computers. It uses command line based players to play different kinds of music formats. Package provided by Johan Ahlander in private mail.