aboutsummaryrefslogtreecommitdiff
path: root/audio/fluidsynth
Commit message (Collapse)AuthorAgeFilesLines
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* Add default OPTION for READLINE so users can disable it for custom buildsThomas Zander2017-03-041-3/+7
| | | | | | | | | PR: 213513 Reported by: rozhuk.im@gmail.com MFH: 2017Q1 Notes: svn path=/head/; revision=435389
* Bump PORTREVISION (due to changed OPTIONS set in the previous commit)Thomas Zander2016-12-171-1/+1
| | | | Notes: svn path=/head/; revision=428782
* Add SNDIO support and non-default OPTIONThomas Zander2016-12-178-1/+712
| | | | | | | | PR: 212838 Submitted by: t@tobik.me Notes: svn path=/head/; revision=428763
* Cleanup patches, a* categories.Mathieu Arnold2016-07-263-8/+11
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Add back part of LDFLAGS removed in r387982, it's needed to link at leastAntoine Brodin2015-05-311-1/+3
| | | | | | | | | | on FreeBSD 9.3: fluid_sys.c:(.text+0xced): undefined reference to `pthread_setschedparam' - While here, fix a typo in an option helper Notes: svn path=/head/; revision=388047
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-301-6/+2
| | | | | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer Notes: svn path=/head/; revision=387982
* audio category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+2
| | | | | | | | | xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382272
* Fix build failure with non-default ALSA optionThomas Zander2015-01-041-0/+17
| | | | | | | | | PR: 196163 Submitted by: mi@ALDAN.algebra.com MFH: 2015Q1 Notes: svn path=/head/; revision=376263
* - Fix build with PORTAUDIO option enabled in presence of old portaudio by ↵Dmitry Marakasov2014-11-201-10/+3
| | | | | | | | | | | always prepending portaudio2 include/link paths [1] - While here, add LICENSE_FILE Approved by: kwm [1] (via irc) Notes: svn path=/head/; revision=372914
* Cleanup plistBaptiste Daroussin2014-09-221-1/+0
| | | | Notes: svn path=/head/; revision=368834
* - Mark broken when portaudio(2) support is requested and portaudio(1) is ↵Dmitry Marakasov2014-07-251-0/+6
| | | | | | | | | installed: doesn't build Approved by: portmgr blanket Notes: svn path=/head/; revision=362922
* - Switch audio/lash to USES=libtool, drop .la filesDmitry Marakasov2014-06-201-0/+1
| | | | | | | | | | - Add required LIBS - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358565
* use USES=tar:bzip2Baptiste Daroussin2014-04-251-2/+1
| | | | Notes: svn path=/head/; revision=352120
* Prefer ninja over make(1)Baptiste Daroussin2014-01-071-1/+1
| | | | Notes: svn path=/head/; revision=339004
* StagifyBaptiste Daroussin2013-10-042-58/+32
| | | | | | | Use options helpers Notes: svn path=/head/; revision=329340
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-2/+1
| | | | Notes: svn path=/head/; revision=316287
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 1.1.6Martin Wilke2013-02-045-72/+30
| | | | | | | | PR: 171958 Submitted by: ports fury Notes: svn path=/head/; revision=311590
* Convert audio/jack and fluidsynth to only build depend on pkgconf, trackBaptiste Daroussin2012-10-061-6/+3
| | | | | | | dependency impact Notes: svn path=/head/; revision=305354
* Convert to new options frameworkBaptiste Daroussin2012-05-301-16/+10
| | | | Notes: svn path=/head/; revision=297765
* - Add missing patchesMartin Wilke2011-11-182-0/+98
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286024
* - Update to 1.5.1Martin Wilke2011-11-184-50/+51
| | | | | | | | | PR: 161631 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=286023
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+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
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Fixed problem with games/scumm when compiled with option fluidsynth.Sylvio Cesar Teixeira2010-05-091-0/+1
| | | | | | | | PR: 146121 Submitted by: Oliver Herold <oh@fixmbr.de> Notes: svn path=/head/; revision=253955
* - Update to 1.1.1Martin Wilke2010-01-044-16/+62
| | | | | | | | PR: 142312 Submitted by: Ports Fury Notes: svn path=/head/; revision=247168
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* - Update to 1.0.8Pav Lucistnik2007-12-192-6/+5
| | | | | | | | PR: ports/118259 Submitted by: Dmitry Klimov <lazyklimm@gmail.com> Notes: svn path=/head/; revision=204094
* - Transfer maintainership to multimedia@Michael Johnson2007-06-241-3/+8
| | | | | | | | - Make jack-audio support on by default (per configure script) - add OPTIONS Notes: svn path=/head/; revision=194207
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include astro/ audio/ biology/ chinese/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170572
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 1.0.7aMarcus Alves Grando2006-02-222-6/+8
| | | | | | | | | | - portlint(1) PR: 93652 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=156705
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 1.0.6Renato Botelho2005-10-104-24/+29
| | | | | | | | PR: ports/87053 Submitted by: Ports Fury Notes: svn path=/head/; revision=144782
* Drop maintainershipMario Sergio Fujikawa Ferreira2005-09-251-1/+1
| | | | Notes: svn path=/head/; revision=143507
* Now builds on sparc64Kris Kennaway2005-04-101-7/+1
| | | | Notes: svn path=/head/; revision=132935
* o Update to 1.0.5Mario Sergio Fujikawa Ferreira2005-04-042-6/+6
| | | | | | | | | o Take over maintainership (suggested by previous maintainer [1]) Approved by: Juha Nyg?rd <juha.nygard1@netikka.fi> [1] Notes: svn path=/head/; revision=132434
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* BROKEN on !i386 and !amd64: Does not compile.Kris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101900
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Savannah is still dead but there is a new master_sitesPav Lucistnik2004-01-291-2/+1
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=99365