aboutsummaryrefslogtreecommitdiff
path: root/audio/ecasound/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 2.4.4Simon Barner2006-01-311-3/+5
| | | | | | | | Submitted by: Ports fury PR: ports/92609 Notes: svn path=/head/; revision=154906
* Update to 2.4.3.Sam Lawrance2005-12-181-47/+33
| | | | | | | | PR: ports/90562 Submitted by: Ports Fury Notes: svn path=/head/; revision=151471
* Reset maintainer at his request.Mark Linimon2005-11-261-1/+1
| | | | | | | PR: ports/89566 Notes: svn path=/head/; revision=149544
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-3/+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
* 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
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* 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
* 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
* USE_REINPLACETilman Keskinoz2003-10-231-3/+4
| | | | | | | | | | Respect CPPFLAGS and LDFLAGS PR: 47651 Submitted by: Simon Schubert Notes: svn path=/head/; revision=91986
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Update to 2.2.3Tilman Keskinoz2003-06-221-4/+1
| | | | | | | | | | Fix Build. PR: 50858 Submitted by: "The Anarcat" <anarcat@anarcat.ath.cx> Notes: svn path=/head/; revision=83457
* BROKEN: Does not compileKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80220
* Update to 2.2.2Tilman Keskinoz2003-04-061-16/+4
| | | | | | | | PR: 50580 Submitted by: maintainer Notes: svn path=/head/; revision=78371
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76030
* Add some missing manpagesKris Kennaway2003-01-141-1/+2
| | | | Notes: svn path=/head/; revision=73083
* Removed sourceforge.net from the master-sites, the distfiles weren'tEdwin Groothuis2002-12-261-3/+1
| | | | | | | | there. Noticed by: portsurvey Notes: svn path=/head/; revision=71860
* Update to 2.0.4Patrick Li2002-02-061-1/+1
| | | | | | | | PR: 34645 Submitted by: maintainer Notes: svn path=/head/; revision=54252
* First round of auto* cleanups:Will Andrews2002-01-061-3/+1
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* o Update to 2.0.3Mario Sergio Fujikawa Ferreira2001-12-061-6/+23
| | | | | | | | | | | | o Style fix: replace all spaces with tabs where appropriate o Add WITH_OPTMIZED_CFLAGS knob, build without any unless defined o Advertise WITH* options PR: 32139 Submitted by: maintainer Notes: svn path=/head/; revision=51156
* Make configure script find audio libsDavid W. Chapman Jr.2001-09-151-5/+12
| | | | | | | | | | Bump PORTREVISION PR: 30058 Submitted by: maintainer Notes: svn path=/head/; revision=47841
* Update to 2.0.2, introducing NOPORTDOCS support.Peter Pentchev2001-08-241-11/+25
| | | | | | | | PR: 30033 Submitted by: maintainer Notes: svn path=/head/; revision=46803
* Update port to version 1.9dev5, plus misc. cleanups.Jimmy Olgeni2001-04-241-13/+14
| | | | | | | | | | | | | | | | | Aside from the PR, I also removed the pkg-plist.py file and merged support for the python plist changes in the standard file, using PLIST_SUB. The plist has been resynced with the installed files, since "make package" used to fail. All patch files have been removed, as stated by related PR ports/26492, from maintainer. PR: 26629 (with some changes) Submitted by: maintainer Notes: svn path=/head/; revision=41877
* from maintainer:Dirk Meyer2001-03-171-5/+24
| | | | | | | | | | | | | | | | | | | | | Actually, the problem is that the ecasound port can optionally be compiled with python so that you have another interface to the program. The python dependency wasn't recorded in the makefile and the port was building the python bits by default, so the process of installing or packaging failed a one point. The fix is quite simple. And it features a couple of other enhancments. First off, the current plist must be renamed "pkg-plist.py". Second, a new plist must be made with the following diff on the original: me: The file pkg-plist contains only one revision, so a repro copy of this file won't be needed. I changed whitespaces to taps. PR: 25814 Submitted by: anarcat@tao.ca Notes: svn path=/head/; revision=39969
* Add ecasound 1.8.5d15, a software package designed for multitrack audioWill Andrews2000-12-261-0/+38
processing. PR: 23778 Submitted by: The Anarcat <beaupran@iro.umontreal.ca> Notes: svn path=/head/; revision=36366