summaryrefslogtreecommitdiff
path: root/audio/wsoundserver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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)
* - 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}.
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
|
* - 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>
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
|
* 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.
* Bump PORTREVISION for ports affected by libdockapp library version bump.Sam Lawrance2005-06-131-1/+1
|
* Chase libdockapp update.Sam Lawrance2005-06-121-1/+1
|
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-312-7/+15
|
* 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
* 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* Add SIZE.Trevor Johnson2004-01-271-0/+1
|
* Per distfile survey, remove mastersite that vanished in 2001.Mark Linimon2003-10-311-2/+0
|
* Make fetchable.Trevor Johnson2003-10-281-1/+1
| | | | found by: fenner's survey
* 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.
* Remove the USE_GNOMENG macro.Joe Marcus Clarke2003-04-081-1/+0
|
* 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.
* Use USE_GNOMENG.Joe Marcus Clarke2002-08-311-3/+5
| | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Fix breakage introduced with newest WindowMaker and libaudiofile.Maxim Sobolev2001-03-102-0/+38
| | | | Submitted by: bento
* Implement WANT_ESOUND, USE_ESOUND.Jeremy Lea2000-10-051-10/+10
|
* Don't hack CFLAGS support. Fix the problem.Jeremy Lea2000-10-032-1/+25
|
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
|
* 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
* 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
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-152-2/+1
|
* 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
* Correct WWW (.php3 -> .php).Maxim Sobolev2000-05-301-1/+1
|
* 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>
* 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.
* Import wsoundserver.Maxim Sobolev2000-05-234-35/+40
| | | | WSoundServer is successor of the old wmsound.
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
|
* Remove extra whitespaces (portlint).Dirk Froemberg2000-02-051-1/+1
|
* PropList.1 -> .2Chris Piazza1999-10-071-1/+1
| | | | | PR: 14180 Submitted by: Osokin Sergey <ozz@FreeBSD.org.ru>
* Move MAINTAINERship to ports@FreeBSD.orgChris Piazza1999-08-291-1/+1
| | | | | PR: 13449 Submitted by: maintainer
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* 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.
* update to 0.9.5Michael Haro1999-06-133-4/+4
| | | | | PR: 11939 Submitted by: maintainer
* Adding missing WWW Site references ...Marc G. Fournier1999-06-051-0/+2
|
* Upgrade to wmsound-0.9.3Justin M. Seger1999-04-112-3/+4
| | | | | PR: ports/11061 Submitted by: mharo
* Update to version 0.9.2.Steve Price1999-01-263-7/+6
| | | | | PR: 9627 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
* Add virtual category "windowmaker".Satoshi Asami1999-01-181-2/+2
|
* PR: ports/9049Seiichirou Hiraoka1998-12-236-0/+83
Submitted by: gljohns@bellsouth.net sound server for Window Maker.