summaryrefslogtreecommitdiff
path: root/audio/opmixer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Use DOCSDIR macro.Trevor Johnson2003-05-221-2/+2
| | | | | | | Submitted by: naddy Notes: svn path=/head/; revision=81711
* namespace fix for GCC 3.xTrevor Johnson2003-05-222-7/+13
| | | | | | | | PR: 48139 Submitted by: Volker Stolz (later by naddy) Notes: svn path=/head/; revision=81709
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81207
* Retire comment file.Trevor Johnson2003-03-012-1/+1
| | | | Notes: svn path=/head/; revision=76700
* Respect CFLAGS and CXXFLAGS.Trevor Johnson2002-09-212-0/+36
| | | | Notes: svn path=/head/; revision=67022
* RIP, <machine/soundcard.h>.Trevor Johnson2002-09-211-5/+0
| | | | Notes: svn path=/head/; revision=67021
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Add home page. Shorten "signature."Trevor Johnson2002-05-261-1/+2
| | | | Notes: svn path=/head/; revision=60033
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-5/+5
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53947
* Update to 0.70.Trevor Johnson2001-08-142-2/+2
| | | | Notes: svn path=/head/; revision=46243
* Update to 0.65.Trevor Johnson2001-06-042-3/+4
| | | | Notes: svn path=/head/; revision=43484
* Update version number of gtkmm shared library.Maxim Sobolev2001-03-131-1/+1
| | | | Notes: svn path=/head/; revision=39764
* Update to 0.60. Change master site. Remove home page.Trevor Johnson2001-01-213-7/+4
| | | | Notes: svn path=/head/; revision=37423
* Update opmixer to 0.55. This version mentions the license, so itTrevor Johnson2001-01-112-3/+5
| | | | | | | | | does not need to be restricted (I meant to have a RESTRICTED line before, but forgot). Remove it from ports/legal. Add MASTER_SITE_LOCAL because the real master site seems to be offline most of the time. Notes: svn path=/head/; revision=37105
* Fix a typo that I just introduced.Trevor Johnson2000-12-311-1/+1
| | | | Notes: svn path=/head/; revision=36541
* Install README into the proper directory.Trevor Johnson2000-12-311-1/+1
| | | | | | | Submitted by: Daniel Harris <dannyboy@freebsd.org> Notes: svn path=/head/; revision=36540
* Patch ossmixer.hh to #include <machine/soundcard.h> on old systems.Trevor Johnson2000-12-311-0/+5
| | | | Notes: svn path=/head/; revision=36539
* Add new port of opmixer, a gtk-- program for adjusting an audioTrevor Johnson2000-12-314-0/+49
mixer. I've marked it RESTRICTED because it doesn't mention the license. The author tells me that the next version will. The distfile for this weighs in at just over 4 kB! Notes: svn path=/head/; revision=36512