aboutsummaryrefslogtreecommitdiff
path: root/audio/esound
Commit message (Collapse)AuthorAgeFilesLines
* -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
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removeMarcelo Araujo2009-02-021-2/+1
| | | | | | | | | | | | MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav) Notes: svn path=/head/; revision=227416
* Presenting GNOME 2.24 for FreeBSD.Joe Marcus Clarke2009-01-104-23/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790 Notes: svn path=/head/; revision=225629
* Update to 0.2.40.Joe Marcus Clarke2008-09-084-29/+13
| | | | Notes: svn path=/head/; revision=220206
* Fix a potential infinite loop when starting esd from gnome-settings-daemon.Joe Marcus Clarke2008-07-182-4/+13
| | | | Notes: svn path=/head/; revision=217006
* Update to 0.2.39.Joe Marcus Clarke2008-07-177-33/+66
| | | | Notes: svn path=/head/; revision=216967
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* Add a pkg-message talking about the correct way to start esd.Joe Marcus Clarke2007-09-162-0/+7
| | | | | | | PR: 114168 Notes: svn path=/head/; revision=199572
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 0.2.38.Joe Marcus Clarke2007-05-284-37/+17
| | | | Notes: svn path=/head/; revision=192216
* Protect the check for the mode argument to open with a test to makeJoe Marcus Clarke2007-03-222-4/+36
| | | | | | | | | sure flags contains O_CREAT. This fixes a potential bus error. PR: 110673 Notes: svn path=/head/; revision=188064
* Fix a bug where esd could take 100% of the CPU when a client disconnected.Joe Marcus Clarke2007-02-272-0/+21
| | | | Notes: svn path=/head/; revision=186090
* Update to 0.2.37.Joe Marcus Clarke2007-02-272-5/+5
| | | | Notes: svn path=/head/; revision=186084
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176397
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Fix the build when docbook-utils is installed.Joe Marcus Clarke2006-03-261-0/+1
| | | | | | | Submitted by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=158224
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* 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
* Remove arts support as this causes a circular dependency when arts isJoe Marcus Clarke2005-09-142-29/+1
| | | | | | | | | built with esound support. Reported by: mi Notes: svn path=/head/; revision=142664
* - Update to 0.2.36Michael Johnson2005-06-072-5/+32
| | | | | | | - Add new knob, WITH_ARTS, this enables arts backend (weird...) Notes: svn path=/head/; revision=137003
* Only process the var_args argument to open() if flags contain O_CREAT.Joe Marcus Clarke2005-04-272-1/+19
| | | | | | | | | This avoids a bus error crash when using esddsp. PR: 80382 Notes: svn path=/head/; revision=134228
* - 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