summaryrefslogtreecommitdiff
path: root/audio/opmixer (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-09-19BROKEN on 5.x: Does not compileKris Kennaway1-1/+7
Approved by: portmgr (self) Notes: svn path=/head/; revision=118288
2004-03-28Avoid linking with libintl. As found by kris, opmixer does notTrevor Johnson2-6/+7
really use it (PORTREVISION 4). Notes: svn path=/head/; revision=105499
2004-02-04Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke1-3/+3
Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
2004-01-27Add size data.Trevor Johnson1-0/+1
Notes: svn path=/head/; revision=99278
2004-01-23Now gettext 0.12.1 is gettext-old.Trevor Johnson1-1/+1
Notes: svn path=/head/; revision=98909
2003-08-26Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke1-1/+1
Prodded by: kris Notes: svn path=/head/; revision=87743
2003-08-25Chase the libintl.so shared lib version.Joe Marcus Clarke1-1/+1
Notes: svn path=/head/; revision=87644
2003-05-22Use DOCSDIR macro.Trevor Johnson1-2/+2
Submitted by: naddy Notes: svn path=/head/; revision=81711
2003-05-22namespace fix for GCC 3.xTrevor Johnson2-7/+13
PR: 48139 Submitted by: Volker Stolz (later by naddy) Notes: svn path=/head/; revision=81709
2003-05-18BROKEN on 5.1: bad C++Kris Kennaway1-1/+7
Notes: svn path=/head/; revision=81207
2003-03-01Retire comment file.Trevor Johnson2-1/+1
Notes: svn path=/head/; revision=76700
2002-09-21Respect CFLAGS and CXXFLAGS.Trevor Johnson2-0/+36
Notes: svn path=/head/; revision=67022
2002-09-21RIP, <machine/soundcard.h>.Trevor Johnson1-5/+0
Notes: svn path=/head/; revision=67021
2002-08-01Chase shlib rev of devel/gettextAde Lovett1-1/+1
Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
2002-05-26Add home page. Shorten "signature."Trevor Johnson1-1/+2
Notes: svn path=/head/; revision=60033
2002-04-12gettext upgrade uber-patch (stage 3)Ade Lovett1-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
2002-03-15Stage 1 of gettext update.Ade Lovett1-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
2002-01-29Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA1-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
2001-08-14Update to 0.70.Trevor Johnson2-2/+2
Notes: svn path=/head/; revision=46243
2001-06-04Update to 0.65.Trevor Johnson2-3/+4
Notes: svn path=/head/; revision=43484
2001-03-13Update version number of gtkmm shared library.Maxim Sobolev1-1/+1
Notes: svn path=/head/; revision=39764
2001-01-21Update to 0.60. Change master site. Remove home page.Trevor Johnson3-7/+4
Notes: svn path=/head/; revision=37423
2001-01-11Update opmixer to 0.55. This version mentions the license, so itTrevor Johnson2-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
2000-12-31Fix a typo that I just introduced.Trevor Johnson1-1/+1
Notes: svn path=/head/; revision=36541
2000-12-31Install README into the proper directory.Trevor Johnson1-1/+1
Submitted by: Daniel Harris <dannyboy@freebsd.org> Notes: svn path=/head/; revision=36540
2000-12-31Patch ossmixer.hh to #include <machine/soundcard.h> on old systems.Trevor Johnson1-0/+5
Notes: svn path=/head/; revision=36539
2000-12-31Add new port of opmixer, a gtk-- program for adjusting an audioTrevor Johnson4-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