aboutsummaryrefslogtreecommitdiff
path: root/audio/wsoundserver
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Per distfile survey, remove mastersite that vanished in 2001.Mark Linimon2003-10-311-2/+0
| | | | Notes: svn path=/head/; revision=92743
* Make fetchable.Trevor Johnson2003-10-281-1/+1
| | | | | | | found by: fenner's survey Notes: svn path=/head/; revision=92397
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Remove the USE_GNOMENG macro.Joe Marcus Clarke2003-04-081-1/+0
| | | | Notes: svn path=/head/; revision=78566
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* 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
* Fix breakage introduced with newest WindowMaker and libaudiofile.Maxim Sobolev2001-03-102-0/+38
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=39421
* Implement WANT_ESOUND, USE_ESOUND.Jeremy Lea2000-10-051-10/+10
| | | | Notes: svn path=/head/; revision=33420
* Don't hack CFLAGS support. Fix the problem.Jeremy Lea2000-10-032-1/+25
| | | | Notes: svn path=/head/; revision=33342
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29613
* Add windowmaker to the RUN_DEPENDS to ensure correct install/deinstall orderMaxim Sobolev2000-06-061-0/+1
| | | | | | | | | and stop bento's "Extra" warnings. Submitted by: bento Notes: svn path=/head/; revision=29249
* Correct WWW (.php3 -> .php).Maxim Sobolev2000-05-301-1/+1
| | | | Notes: svn path=/head/; revision=28977
* Add a WITH_ESD knob to use esd sound backend instead of default OSS.Maxim Sobolev2000-05-251-1/+9
| | | | | | | Suggested by: Pascal Hofstee <daeron@wit401305.student.utwente.nl> Notes: svn path=/head/; revision=28743
* Provide a small workarround to fix a bug in the pcm driver. The driver seemsMaxim Sobolev2000-05-241-0/+44
| | | | | | | | | need at least two write() calls for sound to be actually played. I have notified Cameron Grant <cg@FreeBSD.org> about the issue. Notes: svn path=/head/; revision=28724
* Import wsoundserver.Maxim Sobolev2000-05-234-35/+40
| | | | | | | WSoundServer is successor of the old wmsound. Notes: svn path=/head/; revision=28698
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* Remove extra whitespaces (portlint).Dirk Froemberg2000-02-051-1/+1
| | | | Notes: svn path=/head/; revision=25496
* PropList.1 -> .2Chris Piazza1999-10-071-1/+1
| | | | | | | | PR: 14180 Submitted by: Osokin Sergey <ozz@FreeBSD.org.ru> Notes: svn path=/head/; revision=22229
* Move MAINTAINERship to ports@FreeBSD.orgChris Piazza1999-08-291-1/+1
| | | | | | | | PR: 13449 Submitted by: maintainer Notes: svn path=/head/; revision=21076
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* update to 0.9.5Michael Haro1999-06-133-4/+4
| | | | | | | | PR: 11939 Submitted by: maintainer Notes: svn path=/head/; revision=19458
* Adding missing WWW Site references ...Marc G. Fournier1999-06-051-0/+2
| | | | Notes: svn path=/head/; revision=19212
* Upgrade to wmsound-0.9.3Justin M. Seger1999-04-112-3/+4
| | | | | | | | PR: ports/11061 Submitted by: mharo Notes: svn path=/head/; revision=17786
* Update to version 0.9.2.Steve Price1999-01-263-7/+6
| | | | | | | | PR: 9627 Submitted by: Glenn Johnson <gljohns@bellsouth.net> Notes: svn path=/head/; revision=16312
* Add virtual category "windowmaker".Satoshi Asami1999-01-181-2/+2
| | | | Notes: svn path=/head/; revision=16177
* PR: ports/9049Seiichirou Hiraoka1998-12-236-0/+83
Submitted by: gljohns@bellsouth.net sound server for Window Maker. Notes: svn path=/head/; revision=15517