summaryrefslogtreecommitdiff
path: root/audio/wsoundserver
AgeCommit message (Collapse)Author
2004-07-09Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke
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
2004-03-14Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett
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.
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke
(Part 2)
2004-01-27Add SIZE.Trevor Johnson
2003-10-31Per distfile survey, remove mastersite that vanished in 2001.Mark Linimon
2003-10-28Make fetchable.Trevor Johnson
found by: fenner's survey
2003-07-29Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev
these great pieces of software, so that let others with more free time to take over them.
2003-04-08Remove the USE_GNOMENG macro.Joe Marcus Clarke
2003-03-07Clear moonlight beckons.Ade Lovett
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
2002-08-31Use USE_GNOMENG.Joe Marcus Clarke
PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
2001-03-10Fix breakage introduced with newest WindowMaker and libaudiofile.Maxim Sobolev
Submitted by: bento
2000-10-05Implement WANT_ESOUND, USE_ESOUND.Jeremy Lea
2000-10-03Don't hack CFLAGS support. Fix the problem.Jeremy Lea
2000-08-21USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev
2000-06-16Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami
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
2000-06-16Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev
just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
2000-06-15First round of INSTALL_SHLIB fixes.Maxim Sobolev
2000-06-06Add windowmaker to the RUN_DEPENDS to ensure correct install/deinstall orderMaxim Sobolev
and stop bento's "Extra" warnings. Submitted by: bento
2000-05-30Correct WWW (.php3 -> .php).Maxim Sobolev
2000-05-25Add a WITH_ESD knob to use esd sound backend instead of default OSS.Maxim Sobolev
Suggested by: Pascal Hofstee <daeron@wit401305.student.utwente.nl>
2000-05-24Provide a small workarround to fix a bug in the pcm driver. The driver seemsMaxim Sobolev
need at least two write() calls for sound to be actually played. I have notified Cameron Grant <cg@FreeBSD.org> about the issue.
2000-05-23Import wsoundserver.Maxim Sobolev
WSoundServer is successor of the old wmsound.
2000-04-08update with the new PORTNAME/PORTVERSION variablesMichael Haro
2000-02-05Remove extra whitespaces (portlint).Dirk Froemberg
1999-10-07PropList.1 -> .2Chris Piazza
PR: 14180 Submitted by: Osokin Sergey <ozz@FreeBSD.org.ru>
1999-08-29Move MAINTAINERship to ports@FreeBSD.orgChris Piazza
PR: 13449 Submitted by: maintainer
1999-08-25Change Id->FreeBSD.David E. O'Brien
1999-06-26As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek
permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
1999-06-13update to 0.9.5Michael Haro
PR: 11939 Submitted by: maintainer
1999-06-05Adding missing WWW Site references ...Marc G. Fournier
1999-04-11Upgrade to wmsound-0.9.3Justin M. Seger
PR: ports/11061 Submitted by: mharo
1999-01-26Update to version 0.9.2.Steve Price
PR: 9627 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
1999-01-18Add virtual category "windowmaker".Satoshi Asami
1998-12-23PR: ports/9049Seiichirou Hiraoka
Submitted by: gljohns@bellsouth.net sound server for Window Maker.