Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-30 | Our environment is already sanitized, so don't kill it. | joerg | 1 | -3/+12 | |
2009-08-03 | Fix compilation. | joerg | 1 | -2/+20 | |
2007-01-02 | Fixed the build for unprivileged users. | rillig | 1 | -4/+4 | |
The SConsignFile() function creates a temporary file whose name is based on the given argument. Since unprivileged processes cannot create files in /dev, the argument cannot be /dev/null for them. | |||||
2006-10-17 | Fixed "test ==". | rillig | 1 | -0/+14 | |
2006-05-29 | Add DragonFly support. | joerg | 13 | -59/+134 | |
XXX The SCons usage sucks. | |||||
2006-05-21 | Initial import of csound5 version 5.01, a software synthesizer and | ben | 13 | -0/+430 | |
sequencer. Csound is a software synthesis package in the tradition of so-called music-N languages, among which the best-known is Music V. It consists of an orchestra- and score-driven executable, written in C for portability. Since Csound is a computational language, it is highly flexible and efficient; complexity is gained only at the expense of computation time. To do: - fix pthread issues in csound5 (is breaking realtime audio) - use options.mk framework for various modules - enable portaudio module (requires audio/portaudio-devel) - port portmidi to netbsd |