summaryrefslogtreecommitdiff
path: root/audio/tclmidi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove INSTALLS_SHLIB: It's not running with the correct path anywayVolker Stolz2005-04-191-1/+0
| | | | Notes: svn path=/head/; revision=133682
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* - ARCH is defined in bsd.port.pre.mkFlorent Thoumie2005-04-111-4/+4
| | | | Notes: svn path=/head/; revision=133022
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix build on amd64 (don't try and link static libraries into shared)Kris Kennaway2004-03-291-4/+19
| | | | Notes: svn path=/head/; revision=105584
* - Fix build with modern gccPav Lucistnik2004-03-184-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> Notes: svn path=/head/; revision=104489
* BROKEN on 5.x: does not compileKris Kennaway2004-02-051-1/+7
| | | | Notes: svn path=/head/; revision=100040
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-211-1/+1
| | | | Notes: svn path=/head/; revision=96284
* Portlint (add INSTALLS_SHLIB, reorder vars, remove trailing blank line)Kris Kennaway2003-10-282-3/+3
| | | | Notes: svn path=/head/; revision=92365
* Maintainer is able to the port anymore, into the ports@ pool with it!Edwin Groothuis2003-09-071-1/+1
| | | | | | | | | Thanks for your support in the past! Submitted by: Andreas Kohout <shanee@augusta.de> Notes: svn path=/head/; revision=88665
* [patch][non-maintainer] set NOT_FOR_ARCHS for audio/tclmidiEdwin Groothuis2003-08-301-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> Notes: svn path=/head/; revision=88017
* The previous commit on this file unbroke the -current build but broke 4.x.Jean-Marc Zucconi2003-05-141-4/+13
| | | | | | | Now this patch should work both on 4.x and -current. Notes: svn path=/head/; revision=80947
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Removed stale master_sitesEdwin Groothuis2002-12-261-3/+3
| | | | | | | Noticed by: portsurvey Notes: svn path=/head/; revision=71885
* unbroke build on -cureentDirk Meyer2002-12-142-7/+13
| | | | | | | | PR: 46170 Submitted by: kcwu@kcwu.dyndns.org Notes: svn path=/head/; revision=71636
* Mark BROKEN on 5.0Kris Kennaway2002-10-261-1/+7
| | | | Notes: svn path=/head/; revision=68851
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-5/+5
| | | | Notes: svn path=/head/; revision=27415
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-282-4/+4
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* We don't need to explicitly '-lg++' since our C++ compiler does it for usSteve Price1999-09-201-0/+11
| | | | | | | as required. Notes: svn path=/head/; revision=21796
* $Id $ -> $FreeBSD$ (note space, whihc is probably why Peter missed it)Satoshi Asami1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21160
* Tclmidi: a language designed for creating and editing standardChris Piazza1999-07-117-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> Notes: svn path=/head/; revision=20161