aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity++
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-232-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237283
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-2/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* Fix the indexPhilip M. Gollucci2009-02-082-7/+2
| | | | | | | Reported by: portsnap build Notes: svn path=/head/; revision=227790
* Use pre-su-install.David Thiel2009-02-011-1/+1
| | | | | | | Approved by: nork@ (maintainer) Notes: svn path=/head/; revision=227410
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* UnBROKEN with GCC42.Norikatsu Shigemura2007-07-032-3/+38
| | | | Notes: svn path=/head/; revision=194799
* - Mark BROKEN on CURRENT: does not build with GCC 4.2Pav Lucistnik2007-07-031-0/+4
| | | | Notes: svn path=/head/; revision=194768
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Move timidity++ interface glues from audio/timidity++-emacs intoRong-En Fan2007-03-222-58/+160
| | | | | | | | | | | | | | audio/timidity++. This makes all interface ports much more similar to each others. - As a result of changing master port, all interface ports portrevision are bumped - Use PLIST_FILES for slave ports if possible - While I'm here, remove 4.x support in audio/timidity++ Approved by: nork (timidity++ maintainer, blanket) Notes: svn path=/head/; revision=188042
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-301-5/+1
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 Notes: svn path=/head/; revision=154107
* Append ${LOCALBASE}/include/libarc to CPPFLAGS instead of CONFIGURE_ENV directlyMikhail Teterin2005-09-251-2/+6
| | | | | | | | | | | to avoid being overruled by the GNUGETOPT's CPPFLAGS settings on 4.x systems. [1] Continue using GMAKE on systems before 5.0, due to a bug in our make there. Reported by: dhw [1] Notes: svn path=/head/; revision=143525
* Patch timidity to read the descriptions of the optional modules directlyMikhail Teterin2005-09-235-7/+291
| | | | | | | | | | | | | | | | | | | | | | | | | from the module's shared object instead of a gratuitous .txt file, that currently accompanies each module. This should fix pointhat's builds of the interfaces without adding cruft to their PLISTs. The patch is accepted by vendor. Fix one other place in configure to look for tcl8X instead of tcl8.X. The patch is accepted by vendor. Realy on archivers/libarc instead of building the version bundled with timidity. Set USE_GETOPT_LONG -- timidity uses it, if it can, resulting in a potentially omitted dependency. Bump PORTREVISION. Add links to the vendor's bug reports to each patch, where possible. Approved by: maintainer (blanket) Notes: svn path=/head/; revision=143423
* Since MASTERDIR isn't autodefined by bsd.port.mk until afterColin Percival2005-09-171-8/+8
| | | | | | | | | | | bsd.port.pre.mk is included, move the block which uses it to be after said inclusion. This makes timidity++ cease to depend upon itself, and unbreaks portsnap's INDEX-building. Approved by: linimon Notes: svn path=/head/; revision=143037
* o Fix deep recursion problem of dependency on self. [1]Norikatsu Shigemura2005-09-175-25/+38
| | | | | | | | | | | | | | | | | | | o Fix typo in playmidi.c. [2] o Find tk84 or tk83 library for timidity++-tcltk slave port. [2] o Change install directory of Japanese documentation files. [2] o Add RUN_DEPENDS on the timidity.cfg installed by audio/eawpats. [2] [3] I'll add audio/eawplus, and change dependency on audio/eawplus. o Remove explicit requirements for particular major numbers [2] of the dependencies' share libraries. [2] Pointed out by: Mikhail Teterin <mi+kde@aldan.algebra.com> [1] [3] Noticed by: portmgr (marcus) [1] Suggested by: portmgr (kris) [1] Submitted by: Mikhail Teterin <mi@corbulon.video-collage.com> [2] Approved by: Jonathan Lennox <lennox@cs.columbia.edu> [3] Notes: svn path=/head/; revision=142980
* - Fix PKGNAMESUFFIX which doesn't work with make(1) on RELENG_4.Florent Thoumie2005-04-161-1/+2
| | | | | | | Noticed by: lofi, Dwayne MacKinnon <Dwayne.MacKinnon@xwave.com> Notes: svn path=/head/; revision=133476
* - Update to 2.13.2.Florent Thoumie2005-04-1210-148/+104
| | | | | | | | | | | | - Assign maintainership to nork. - Global overhaul of the port. PR: ports/79802 Submitted by: Conrad J. Sabatier <conrads@cox.net> Approved by: maintainer timeout (see ports/68909) Notes: svn path=/head/; revision=133145
* BROKEN on 6.0: Depends on libxpg4, which was removed prematurely by tjrKris Kennaway2005-04-101-0/+4
| | | | Notes: svn path=/head/; revision=132951
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-211-3/+3
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91809
* - Add CONFLICTS, because of the same item in pkg-plistKirill Ponomarev2003-10-111-0/+2
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90850
* Remove the USE_GNOMENG macro.Joe Marcus Clarke2003-04-081-1/+0
| | | | Notes: svn path=/head/; revision=78566
* De-pkg-comment.Akinori MUSHA2003-02-212-2/+2
| | | | Notes: svn path=/head/; revision=76030
* Change MASTER_SITES and MAINTAINER's mail address.Norikatsu Shigemura2003-02-081-3/+3
| | | | | | | | PR: ports/48086 Submitted by: Yoichi ASAI <yatt@luna2.org> (maintainer) Notes: svn path=/head/; revision=75124
* remove un-needed dirYing-Chieh Liao2002-11-193-2/+1
| | | | | | | | PR: 45268 Submitted by: maintainer Notes: svn path=/head/; revision=70497
* Use USE_GNOMENG.Joe Marcus Clarke2002-08-311-3/+5
| | | | | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65340
* Unbreak for -CURRENT (byte-swapping macros changed names).Bruce A. Mah2002-04-271-12/+18
| | | | | | | | | Run-tested on 4-STABLE/i386 and 5-CURRENT/i386. Approved by: Yoichi ASAI <yatt@msc.biglobe.ne.jp> (maintainer) Notes: svn path=/head/; revision=58205
* o update to 2.11.0.FUJISHIMA Satsuki2002-01-214-14/+28
| | | | | | | | | | o PORTDOCS. PR: 34080-34085 Submitted by: maintainer Notes: svn path=/head/; revision=53431
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47630
* Update to 2.10.4.Akinori MUSHA2001-03-202-2/+2
| | | | | | | | PR: ports/25937, ports/25938 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp> Notes: svn path=/head/; revision=40101
* update to 2.10.3.FUJISHIMA Satsuki2001-03-122-3/+4
| | | | | | | | PR: 25701,25702 Submitted by: maintainer Notes: svn path=/head/; revision=39671
* update to 2.10.2.FUJISHIMA Satsuki2001-01-232-2/+2
| | | | | | | | PR: 22591,22592 Submitted by: maintainer Notes: svn path=/head/; revision=37492
* Fix breakage on 5-CURRENT.Maxim Sobolev2001-01-011-8/+37
| | | | | | | | PR: 23777 Submitted by: Donald J. Maddox <dmaddox@sc.rr.com> Notes: svn path=/head/; revision=36587
* Update to version 2.10.1Kevin Lo2000-10-192-2/+2
| | | | | | | | PR: 22091 Submitted by: MAINTAINER Notes: svn path=/head/; revision=34000
* Implement WANT_ESOUND, USE_ESOUND.Jeremy Lea2000-10-051-7/+8
| | | | Notes: svn path=/head/; revision=33420
* Properly disable fp calls on FreeBSD/Alpha.Steve Price2000-08-211-1/+1
| | | | Notes: svn path=/head/; revision=31800
* Update to version 2.10.0Kevin Lo2000-08-162-2/+2
| | | | | | | | PR: 20640 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31686
* Fix this port so that it builds on the Alpha again.Steve Price2000-07-301-3/+12
| | | | Notes: svn path=/head/; revision=31134
* Update to 2.9.5.Akinori MUSHA2000-07-082-2/+2
| | | | | | | | PR: ports/19776, ports/19777 Submitted by: Maintainer Notes: svn path=/head/; revision=30360
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* @dirrm share/timiditySatoshi Asami2000-05-301-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=28992
* Update to version 2.9.4.Steve Price2000-05-292-2/+2
| | | | | | | | PR: 18853 Submitted by: maintainer Notes: svn path=/head/; revision=28853
* Update to 2.9.3.Akinori MUSHA2000-05-102-2/+2
| | | | | | | | PR: ports/18482, ports/18483 Submitted by: MAINTAINER Notes: svn path=/head/; revision=28393
* Update TiMidity++ to 2.9.2.Akinori MUSHA2000-04-272-3/+3
| | | | | | | | PR: ports/17827, ports/17828 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp> Notes: svn path=/head/; revision=28034