aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ecasound
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* Sync with new bsd.autotools.mkade2004-06-051-0/+1
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* USE_REINPLACEarved2003-10-241-3/+4
| | | | | | | Respect CPPFLAGS and LDFLAGS PR: 47651 Submitted by: Simon Schubert
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* Update to 2.2.3arved2003-06-235-31/+304
| | | | | | | Fix Build. PR: 50858 Submitted by: "The Anarcat" <anarcat@anarcat.ath.cx>
* BROKEN: Does not compilekris2003-05-061-0/+2
|
* Update to 2.2.2arved2003-04-067-200/+180
| | | | | PR: 50580 Submitted by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Add some missing manpageskris2003-01-141-1/+2
|
* Removed sourceforge.net from the master-sites, the distfiles weren'tedwin2002-12-261-3/+1
| | | | | there. Noticed by: portsurvey
* Make audio/ecasound configuring and compiling again.edwin2002-11-211-0/+14
| | | | Noticed on: bento
* Update to 2.0.4pat2002-02-064-58/+4
| | | | | PR: 34645 Submitted by: maintainer
* First round of auto* cleanups:will2002-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/
* o Update to 2.0.3lioux2001-12-077-8/+110
| | | | | | | | | 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
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-211-1/+1
| | | | the later case
* Make configure script find audio libsdwcjr2001-09-151-5/+12
| | | | | | | Bump PORTREVISION PR: 30058 Submitted by: maintainer
* Rephrase pkg-comment, shorten pkg-descr.roam2001-08-252-7/+2
| | | | | PR: 20034 Submitted by: maintainer
* Update to 2.0.2, introducing NOPORTDOCS support.roam2001-08-253-18/+44
| | | | | PR: 30033 Submitted by: maintainer
* Update port to version 1.9dev5, plus misc. cleanups.olgeni2001-04-2513-340/+38
| | | | | | | | | | | | | | 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
* from maintainer:dinoex2001-03-173-8/+175
| | | | | | | | | | | | | | | | | | 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
* Add ecasound 1.8.5d15, a software package designed for multitrack audiowill2000-12-2612-0/+354
processing. PR: 23778 Submitted by: The Anarcat <beaupran@iro.umontreal.ca>