diff options
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r-- | audio/wmsmixer/Makefile | 36 | ||||
-rw-r--r-- | audio/wmsmixer/distinfo | 2 | ||||
-rw-r--r-- | audio/wmsmixer/files/patch-Imakefile | 8 | ||||
-rw-r--r-- | audio/wmsmixer/files/patch-mixctl.h | 11 | ||||
-rw-r--r-- | audio/wmsmixer/files/patch-wmsmixer.cc | 11 | ||||
-rw-r--r-- | audio/wmsmixer/pkg-descr | 3 |
6 files changed, 0 insertions, 71 deletions
diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile deleted file mode 100644 index ad2157c0d56a..000000000000 --- a/audio/wmsmixer/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr> -# $FreeBSD$ - -PORTNAME= wmsmixer -PORTVERSION= 0.5.1 -PORTREVISION= 1 -CATEGORIES= audio windowmaker -MASTER_SITES= http://redundancy.redundancy.org/mirror/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Audio mixer for the WindowMaker dock - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= alias imake -USE_XORG= xpm -MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}" - -PLIST_FILES= bin/wmsmixer -PORTDOCS= README - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmsmixer ${STAGEDIR}${PREFIX}/bin - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/audio/wmsmixer/distinfo b/audio/wmsmixer/distinfo deleted file mode 100644 index c1f6ac3d1532..000000000000 --- a/audio/wmsmixer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmsmixer-0.5.1.tar.gz) = 168b0f608e4da9fab078845652a8bbffcfeabbcdce949faf597ba9a17c4bb556 -SIZE (wmsmixer-0.5.1.tar.gz) = 33085 diff --git a/audio/wmsmixer/files/patch-Imakefile b/audio/wmsmixer/files/patch-Imakefile deleted file mode 100644 index 5f9b582ac665..000000000000 --- a/audio/wmsmixer/files/patch-Imakefile +++ /dev/null @@ -1,8 +0,0 @@ ---- Imakefile.orig 2003-04-12 22:08:16 UTC -+++ Imakefile -@@ -12,4 +12,4 @@ LD = c++ -m32 -nostdlib - SRCS = wmsmixer.cc - OBJS = wmsmixer.o - --ComplexProgramTarget(wmsmixer) -+ComplexProgramTargetNoMan(wmsmixer) diff --git a/audio/wmsmixer/files/patch-mixctl.h b/audio/wmsmixer/files/patch-mixctl.h deleted file mode 100644 index 9a27cf4c6dce..000000000000 --- a/audio/wmsmixer/files/patch-mixctl.h +++ /dev/null @@ -1,11 +0,0 @@ ---- mixctl.h.orig 2001-03-02 10:32:05 UTC -+++ mixctl.h -@@ -19,7 +19,7 @@ - #include <soundcard.h> - #endif - #ifdef __FreeBSD__ --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - #endif - #ifdef __linux__ - #include <linux/soundcard.h> diff --git a/audio/wmsmixer/files/patch-wmsmixer.cc b/audio/wmsmixer/files/patch-wmsmixer.cc deleted file mode 100644 index dc388a529c67..000000000000 --- a/audio/wmsmixer/files/patch-wmsmixer.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- wmsmixer.cc.orig 2003-04-12 22:08:58 UTC -+++ wmsmixer.cc -@@ -547,7 +547,7 @@ void readFile() - } - } - --void checkVol(bool forced=true) -+void checkVol(bool forced) - { - mixctl->readVol(channel[curchannel], true); - int nl=mixctl->readLeft(channel[curchannel]); diff --git a/audio/wmsmixer/pkg-descr b/audio/wmsmixer/pkg-descr deleted file mode 100644 index 7f6180f28850..000000000000 --- a/audio/wmsmixer/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Improved version of wmmixer, an audio mixer for the WindowMaker dock. - -WWW: http://www.dockapps.org/file.php/id/63 |