aboutsummaryrefslogtreecommitdiff
path: root/audio/esound
Commit message (Collapse)AuthorAgeFilesLines
* - Respect the esd.conf and add est.conf.default. [1]Jeremy Messenger2004-08-173-17/+20
| | | | | | | | | | | - Remove the patch-configure; it's no longer need. - Make the portlint a happy man. PR: ports/69175 [1] Reported by: Torfinn Ingolfsen <tingo@start.no> [1] Notes: svn path=/head/; revision=116463
* Update to 0.2.35.Joe Marcus Clarke2004-08-123-5/+5
| | | | Notes: svn path=/head/; revision=116049
* 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
* Update to 0.2.34.Joe Marcus Clarke2004-03-162-3/+3
| | | | Notes: svn path=/head/; revision=104193
* 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
* Update to 0.2.33.Joe Marcus Clarke2004-03-013-9/+9
| | | | Notes: svn path=/head/; revision=102682
* Add CONFLICTS to these ports as they install conflicting plist items.Joe Marcus Clarke2003-10-101-0/+2
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90729
* Fix an LD_PRELOAD in esddsp.Joe Marcus Clarke2003-10-052-0/+12
| | | | | | | | PR: 57610 Submitted by: James McNaughton <jtm63@rcn.com> Notes: svn path=/head/; revision=90323
* Update to 0.2.32.Joe Marcus Clarke2003-09-032-3/+3
| | | | Notes: svn path=/head/; revision=88450
* Update to 0.2.31.Joe Marcus Clarke2003-08-112-2/+2
| | | | Notes: svn path=/head/; revision=86770
* Update to 0.2.30.Joe Marcus Clarke2003-08-013-22/+10
| | | | Notes: svn path=/head/; revision=86135
* Use USE_GETOPT_LONG vs. -lgnugetopt (and other strings)Sergey A. Osokin2003-06-301-4/+2
| | | | | | | | | Do not bump PORTREVISION Approved by: adamw (gnome), fjoe (mentor) (implicit) Notes: svn path=/head/; revision=83920
* 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
* Remove MarcusCom from the list of MASTER_SITES. I was only hostingJoe Marcus Clarke2002-12-261-2/+1
| | | | | | | | | 0.2.28. Spotted by: edwin Notes: svn path=/head/; revision=71887
* Use a description that actually explains what esound is, and what it does.Adam Weinberger2002-12-101-1/+11
| | | | Notes: svn path=/head/; revision=71490
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Update to 0.2.29.Joe Marcus Clarke2002-08-273-36/+34
| | | | Notes: svn path=/head/; revision=65116
* Add another mirror for esound since it appears there are some GNOME-mirrorJoe Marcus Clarke2002-06-191-1/+2
| | | | | | | | | | problems. PR: 39541 Prompted by: many Notes: svn path=/head/; revision=61600
* Update to 0.2.28.Joe Marcus Clarke2002-06-192-2/+2
| | | | | | | Reminder by: pat Notes: svn path=/head/; revision=61578
* Update to 0.2.27.Joe Marcus Clarke2002-06-094-27/+15
| | | | Notes: svn path=/head/; revision=60943
* Put back gugetopt dependency taken out by marcus. The reason the dependencyMaxim Sobolev2002-05-111-3/+4
| | | | | | | | is here is to prevent gettext from rolling its own version of getopt_long into the binary, thereby slightly improving code sharing. Notes: svn path=/head/; revision=58916
* Remove need for gnugetopt. This was corrected in 0.2.26.Joe Marcus Clarke2002-05-071-3/+3
| | | | Notes: svn path=/head/; revision=58661
* Update to 0.2.26.Maxim Sobolev2002-05-074-48/+16
| | | | Notes: svn path=/head/; revision=58644
* Update to 0.2.25.Maxim Sobolev2002-04-245-33/+70
| | | | Notes: svn path=/head/; revision=58071
* Fix silly typo in last commit.Ade Lovett2002-03-112-2/+2
| | | | Notes: svn path=/head/; revision=55843
* Update to 0.2.24.Maxim Sobolev2002-03-043-10/+14
| | | | | | | | PR: 35468 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=55508
* Remove pkgconfig from ${BUILD,RUN}_DEPENDS, because from now on it is inheritedMaxim Sobolev2002-02-211-2/+0
| | | | | | | along with libaudiofile dependency. Notes: svn path=/head/; revision=55028
* Prevent /bin/sh from hanging around along with esd just polluting ps(1) output.Maxim Sobolev2002-02-181-4/+16
| | | | | | | | This is more a "style" fix than anything else, so that leave PORTREVISION intact. Notes: svn path=/head/; revision=54863
* Update to 0.2.23.Maxim Sobolev2001-10-245-9/+37
| | | | Notes: svn path=/head/; revision=49159
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Sigh. Reclaim these, primarily for GNOME 1.4Ade Lovett2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40248
* Update to 0.2.22Ade Lovett2000-12-013-21/+17
| | | | Notes: svn path=/head/; revision=35589
* Update to 0.2.20Ade Lovett2000-10-054-16/+3
| | | | Notes: svn path=/head/; revision=33442
* patch-ac back to version 1.5 :(Vanilla I. Shu2000-09-231-9/+10
| | | | | | | Approved by: green Notes: svn path=/head/; revision=33042
* Add a patch that fixes the vulnerability.Vanilla I. Shu2000-09-231-10/+9
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=33034
* Update to 0.2.19Ade Lovett2000-08-043-7/+8
| | | | Notes: svn path=/head/; revision=31282
* Fix EsounD daemon and library insecurities noted on BugTraq.Brian Feldman2000-06-304-0/+107
| | | | | | | | | | | | | | | | | | | | | | Instead of an 0777 chock-full-o-races /tmp/.esd/, use a 0755 ~/.esd/. Also, the ~/.esd/socket of course needs only be 0644. Two macros had to be backed up by functions which returned a static buffer. These macros, ESD_UNIX_SOCKET_DIR and ESD_UNIX_SOCKET_NAME, both return constant strings as the new functions esd_unix_socket_dir() and esd_unix_socket_name(), so the static buffers are not particularly evil. The fix has been tested (without needing recompilation) by the most important EsounD-related apps, esd and XMMS, and works perfectly in both cases. It will be submitted to the EsounD maintainer to be fixed in the source distribution ASAP. Approved by: Security Officer Kris Noticed by: Stan Bubrouski <satan@FASTDIAL.NET> Notes: svn path=/head/; revision=30007
* 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* Update to 0.2.18Ade Lovett2000-04-062-3/+3
| | | | Notes: svn path=/head/; revision=27377
* Update to 0.2.17Ade Lovett2000-02-062-3/+3
| | | | | | | OK'd by: vanilla Notes: svn path=/head/; revision=25520
* New location on MASTER_SITE.Steve Price1999-12-041-1/+1
| | | | | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23576
* Update to 0.2.16Yukihiro Nakai1999-11-092-3/+3
| | | | | | | | PR: ports/14788 Submitted by: Ade Lovett<ade@lovett.com> Notes: svn path=/head/; revision=22978
* Update to 0.2.15Yukihiro Nakai1999-10-084-8/+9
| | | | Notes: svn path=/head/; revision=22237
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* 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
* Adding missing WWW Site references ...Marc G. Fournier1999-06-051-0/+2
| | | | Notes: svn path=/head/; revision=19212
* Set USE_LIBTOOL=yes and get rid of those pesky .la files.Steve Price1999-05-303-27/+2
| | | | | | | | PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19103