Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove INSTALLS_SHLIB: It's not running with the correct path anyway | vs | 2005-04-19 | 1 | -1/+0 |
| | |||||
* | At Kris's request, back out the MACHINE_ARCH spelling correction until | obrien | 2005-04-12 | 1 | -1/+1 |
| | | | | after 5.4-RELEASE. | ||||
* | - ARCH is defined in bsd.port.pre.mk | flz | 2005-04-11 | 1 | -4/+4 |
| | |||||
* | Assist getting more ports working on AMD64 by obeying the | obrien | 2005-04-11 | 1 | -1/+1 |
| | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. | ||||
* | Fix build on amd64 (don't try and link static libraries into shared) | kris | 2004-03-29 | 1 | -4/+19 |
| | |||||
* | - Fix build with modern gcc | pav | 2004-03-18 | 4 | -1/+71 |
| | | | | | | | | | | | | Add placeholder strstream.h file in the workdir, and patch some of the Makefile.in's to use the workdir in their include path. Rewriting this port to use ISO C++ would maybe be better, but will make the diff a lot larger. Also, the tclmidi program doesn't really seem to be actively maintained anyway. PR: ports/64310 Submitted by: Dimitry Andric <dimitry@andric.com> | ||||
* | BROKEN on 5.x: does not compile | kris | 2004-02-05 | 1 | -1/+7 |
| | |||||
* | Add SIZE. | trevor | 2004-01-27 | 1 | -0/+1 |
| | |||||
* | - Use canonical form (ports@FreeBSD.org) in MAINTAINER line | sergei | 2003-12-21 | 1 | -1/+1 |
| | |||||
* | 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> |