Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Portlint (add INSTALLS_SHLIB, reorder vars, remove trailing blank line) | kris | 2003-10-28 | 2 | -3/+3 |
| | |||||
* | Maintainer is able to the port anymore, into the ports@ pool with it! | edwin | 2003-09-07 | 1 | -1/+1 |
| | | | | | | Thanks for your support in the past! Submitted by: Andreas Kohout <shanee@augusta.de> | ||||
* | [patch][non-maintainer] set NOT_FOR_ARCHS for audio/tclmidi | edwin | 2003-08-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | This port seems to build on neither ia64 nor sparc64, probably due to some kind of pointer casting problem. Mark as NOT_FOR_ARCHS to save bento from trying to build it on those architectures. A more careful reading of bsd.port.mk suggests that IGNORE should be set in this case instead of NOT_FOR_ARCHS. This will still save bento build time, but not indicate that the port will _never_ run on these archs. PR: ports/53457 Submitted by: Mark Linimon <linimon@lonesome.com> | ||||
* | The previous commit on this file unbroke the -current build but broke 4.x. | jmz | 2003-05-14 | 1 | -4/+13 |
| | | | | Now this patch should work both on 4.x and -current. | ||||
* | De-pkg-comment. | knu | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | Removed stale master_sites | edwin | 2002-12-26 | 1 | -3/+3 |
| | | | | Noticed by: portsurvey | ||||
* | unbroke build on -cureent | dinoex | 2002-12-14 | 2 | -7/+13 |
| | | | | | PR: 46170 Submitted by: kcwu@kcwu.dyndns.org | ||||
* | Mark BROKEN on 5.0 | kris | 2002-10-26 | 1 | -1/+7 |
| | |||||
* | update with the new PORTNAME/PORTVERSION variables | mharo | 2000-04-08 | 1 | -5/+5 |
| | |||||
* | Update to use Tcl/Tk version 8.2. | steve | 1999-11-28 | 2 | -4/+4 |
| | | | | Submitted by: Ade Lovett <ade@lovett.com> | ||||
* | We don't need to explicitly '-lg++' since our C++ compiler does it for us | steve | 1999-09-20 | 1 | -0/+11 |
| | | | | as required. | ||||
* | $Id $ -> $FreeBSD$ (note space, whihc is probably why Peter missed it) | asami | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | Tclmidi: a language designed for creating and editing standard | cpiazza | 1999-07-11 | 7 | -0/+87 |
MIDI files. With the proper device interface it will also play and record MIDI files. PR: 11712 Submitted by: Andreas Kohout <shanee@augusta.de> |