summaryrefslogtreecommitdiffstats
path: root/audio/esound
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.2.36ahze2005-06-072-5/+32
| | | | - Add new knob, WITH_ARTS, this enables arts backend (weird...)
* Only process the var_args argument to open() if flags contain O_CREAT.marcus2005-04-272-1/+19
| | | | | | This avoids a bus error crash when using esddsp. PR: 80382
* - Respect the esd.conf and add est.conf.default. [1]mezz2004-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]
* Update to 0.2.35.marcus2004-08-123-5/+5
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-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
* Update to 0.2.34.marcus2004-03-162-3/+3
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Update to 0.2.33.marcus2004-03-013-9/+9
|
* Add CONFLICTS to these ports as they install conflicting plist items.marcus2003-10-101-0/+2
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Fix an LD_PRELOAD in esddsp.marcus2003-10-052-0/+12
| | | | | PR: 57610 Submitted by: James McNaughton <jtm63@rcn.com>
* Update to 0.2.32.marcus2003-09-032-3/+3
|
* Update to 0.2.31.marcus2003-08-112-2/+2
|
* Update to 0.2.30.marcus2003-08-013-22/+10
|
* Use USE_GETOPT_LONG vs. -lgnugetopt (and other strings)osa2003-06-301-4/+2
| | | | | | Do not bump PORTREVISION Approved by: adamw (gnome), fjoe (mentor) (implicit)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove MarcusCom from the list of MASTER_SITES. I was only hostingmarcus2002-12-261-2/+1
| | | | | | 0.2.28. Spotted by: edwin
* Use a description that actually explains what esound is, and what it does.adamw2002-12-101-1/+11
|
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-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.
* Update to 0.2.29.marcus2002-08-273-36/+34
|
* Add another mirror for esound since it appears there are some GNOME-mirrormarcus2002-06-191-1/+2
| | | | | | | problems. PR: 39541 Prompted by: many
* Update to 0.2.28.marcus2002-06-192-2/+2
| | | | Reminder by: pat
* Update to 0.2.27.marcus2002-06-094-27/+15
|
* Put back gugetopt dependency taken out by marcus. The reason the dependencysobomax2002-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.
* Remove need for gnugetopt. This was corrected in 0.2.26.marcus2002-05-071-3/+3
|
* Update to 0.2.26.sobomax2002-05-074-48/+16
|
* Update to 0.2.25.sobomax2002-04-245-33/+70
|
* Fix silly typo in last commit.ade2002-03-112-2/+2
|
* Update to 0.2.24.sobomax2002-03-043-10/+14
| | | | | PR: 35468 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Remove pkgconfig from ${BUILD,RUN}_DEPENDS, because from now on it is inheritedsobomax2002-02-211-2/+0
| | | | along with libaudiofile dependency.
* Prevent /bin/sh from hanging around along with esd just polluting ps(1) output.sobomax2002-02-181-4/+16
| | | | | This is more a "style" fix than anything else, so that leave PORTREVISION intact.
* Update to 0.2.23.sobomax2001-10-245-9/+37
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-111-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Sigh. Reclaim these, primarily for GNOME 1.4ade2001-03-231-1/+1
|
* Update to 0.2.22ade2000-12-013-21/+17
|
* Update to 0.2.20ade2000-10-054-16/+3
|
* patch-ac back to version 1.5 :(vanilla2000-09-231-9/+10
| | | | Approved by: green
* Add a patch that fixes the vulnerability.vanilla2000-09-231-10/+9
| | | | Submitted by: ade
* Update to 0.2.19ade2000-08-043-7/+8
|
* Fix EsounD daemon and library insecurities noted on BugTraq.green2000-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>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-2/+2
|
* Update to 0.2.18ade2000-04-062-3/+3
|
* Update to 0.2.17ade2000-02-062-3/+3
| | | | OK'd by: vanilla
* New location on MASTER_SITE.steve1999-12-041-1/+1
| | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com>
* Update to 0.2.16nakai1999-11-092-3/+3
| | | | | PR: ports/14788 Submitted by: Ade Lovett<ade@lovett.com>
* Update to 0.2.15nakai1999-10-084-8/+9
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-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.
OpenPOWER on IntegriCloud