aboutsummaryrefslogtreecommitdiff
path: root/audio/wsoundserver
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix build, install and (hopefuly) run with custom PREFIX/LOCALBASE.Ion-Mihai Tetcu2009-05-312-3/+7
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=234906
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
| | | | Notes: svn path=/head/; revision=184749
* - 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-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - 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
* Bump PORTREVISION for ports affected by libdockapp library version bump.Sam Lawrance2005-06-131-1/+1
| | | | Notes: svn path=/head/; revision=137377
* Chase libdockapp update.Sam Lawrance2005-06-121-1/+1
| | | | Notes: svn path=/head/; revision=137320
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-312-7/+15
| | | | Notes: svn path=/head/; revision=136546
* 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