diff options
author | trevor <trevor@FreeBSD.org> | 2000-11-03 06:38:54 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-11-03 06:38:54 +0800 |
commit | e47ae6928e02d207d78806aa16d4dc054e27795d (patch) | |
tree | 43b0cceabd170f24cceade94f4b6a400760374e6 /audio/xmixer | |
parent | 964a9b07aaf448f87dfa9230cb2cfc3ab6525eb4 (diff) | |
download | freebsd-ports-gnome-e47ae6928e02d207d78806aa16d4dc054e27795d.tar.gz freebsd-ports-gnome-e47ae6928e02d207d78806aa16d4dc054e27795d.tar.zst freebsd-ports-gnome-e47ae6928e02d207d78806aa16d4dc054e27795d.zip |
Mark this broken.
Mention conflict with audio/gmixer.
Set maintainer to ports@FreeBSD.org.
(gdb) bt
#0 0x280eeaf6 in _XtCountVaList () from /usr/X11R6/lib/libXt.so.6
#1 0x280ee07f in XtVaSetValues () from /usr/X11R6/lib/libXt.so.6
#2 0x804ae1a in CbMute ()
#3 0x280c2815 in XtCallCallbackList () from /usr/X11R6/lib/libXt.so.6
#4 0x8051f97 in Notify ()
Submitted by: Frederik Meerwaldt <frederik@freddym.org>
Diffstat (limited to 'audio/xmixer')
-rw-r--r-- | audio/xmixer/Makefile | 4 | ||||
-rw-r--r-- | audio/xmixer/pkg-comment | 2 | ||||
-rw-r--r-- | audio/xmixer/pkg-descr | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/xmixer/Makefile b/audio/xmixer/Makefile index 153c3b3cea89..57dedcf14aa5 100644 --- a/audio/xmixer/Makefile +++ b/audio/xmixer/Makefile @@ -11,7 +11,9 @@ CATEGORIES= audio MASTER_SITES= http://www.hdk-berlin.de/~rasca/ MASTER_SITE_SUBDIR= apps/sound/mixers -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org + +BROKEN= seems incompatible with newpcm WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/audio/xmixer/pkg-comment b/audio/xmixer/pkg-comment index beab6c554b69..1939307ba95b 100644 --- a/audio/xmixer/pkg-comment +++ b/audio/xmixer/pkg-comment @@ -1 +1 @@ -Audio mixer (gtk and Xlib) for X11R6 +Audio mixer (gtk and Xlib) for X11R6 (conflicts with audio/gmixer) diff --git a/audio/xmixer/pkg-descr b/audio/xmixer/pkg-descr index de832c7042c3..d07d6185f006 100644 --- a/audio/xmixer/pkg-descr +++ b/audio/xmixer/pkg-descr @@ -13,7 +13,6 @@ uses the Athena toolkit, and gmixer, based on GTK+. From the README: * Batch support - just read and evaluate the settings in the configuration file. -WWW: http://www.hdk-berlin.de/~rasca/xmixer/ +Note: this conflicts with audio/gmixer. -Trevor Johnson -trevor@jpj.net +WWW: http://www.hdk-berlin.de/~rasca/xmixer/ |