summaryrefslogtreecommitdiff
path: root/audio/moc-devel
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11Fix build on SunOS.hans3-2/+62
2011-09-12Apply joerg's fixes to moc here, to fix clang build issues.dholland3-7/+33
2011-09-04Rearrange the getline() patch so it works on -current. (Unlike the usualdholland2-9/+20
problem, here the package is trying to use the posix getline but the compat for older systems broke.) This should really be done with a configure test, but to regen the configure script without creating a huge diff would require digging up an ancient version of autoconf and for now at least it doesn't seem worth the trouble.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2009-07-07Add patches to work with NetBSD's curses.joerg6-9/+63
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2009-06-08Make it build on DragonFly at least. This needs better handling IMHO,hasso2-4/+4
though.
2009-02-21PKGREVISION bump for libsndfile ABI depends bump.wiz1-2/+2
2008-11-08Recursive dependency bump for libspeex (it is backward-compatible,bjs1-2/+2
but also has API additions).
2008-07-31Bump PKGREVISION for these packages due to JACK update.bjs2-4/+4
2008-04-29Drop clauses 3 and 4 from TNF licensesmartin1-9/+2
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-14/+12
through PLIST_SUBST to the plist module.
2008-04-08Add an option to use the new jack-devel package. Bump revision.bjs2-4/+20
2008-04-07Add a moc-devel package for version 2.5.0alpha3. This package usesbjs10-0/+384
a getline() function taken from nbftp--bothering with gnulib was too annoying. It works for me on NetBSD-current, but please let me know if there are any problems. I've also extended the check for sched_get_priority_max(3)--both here and in audio/moc--to look in librt prior to giving up. This allows moc to run with realtime priority on NetBSD-current; unfortunately, presently this requires root perms.