Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-11 | Fix build on SunOS. | hans | 3 | -2/+62 | |
2011-09-12 | Apply joerg's fixes to moc here, to fix clang build issues. | dholland | 3 | -7/+33 | |
2011-09-04 | Rearrange the getline() patch so it works on -current. (Unlike the usual | dholland | 2 | -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-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2009-07-07 | Add patches to work with NetBSD's curses. | joerg | 6 | -9/+63 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -6/+1 | |
2009-06-08 | Make it build on DragonFly at least. This needs better handling IMHO, | hasso | 2 | -4/+4 | |
though. | |||||
2009-02-21 | PKGREVISION bump for libsndfile ABI depends bump. | wiz | 1 | -2/+2 | |
2008-11-08 | Recursive dependency bump for libspeex (it is backward-compatible, | bjs | 1 | -2/+2 | |
but also has API additions). | |||||
2008-07-31 | Bump PKGREVISION for these packages due to JACK update. | bjs | 2 | -4/+4 | |
2008-04-29 | Drop clauses 3 and 4 from TNF licenses | martin | 1 | -9/+2 | |
2008-04-12 | Convert to use PLIST_VARS instead of manually passing "@comment " | jlam | 2 | -14/+12 | |
through PLIST_SUBST to the plist module. | |||||
2008-04-08 | Add an option to use the new jack-devel package. Bump revision. | bjs | 2 | -4/+20 | |
2008-04-07 | Add a moc-devel package for version 2.5.0alpha3. This package uses | bjs | 10 | -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. |