aboutsummaryrefslogtreecommitdiffstats
path: root/audio/wmmixer
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-12-09 17:59:15 +0800
committervanilla <vanilla@FreeBSD.org>1998-12-09 17:59:15 +0800
commit40334729fb0570fa9bce28215f43252de1d0dbd4 (patch)
treecef1f0df7ab2616020d6596028c6585e5fb32865 /audio/wmmixer
parentfe3125b66a95354c1a59e7ef57b653791c5cca12 (diff)
downloadfreebsd-ports-gnome-40334729fb0570fa9bce28215f43252de1d0dbd4.tar.gz
freebsd-ports-gnome-40334729fb0570fa9bce28215f43252de1d0dbd4.tar.zst
freebsd-ports-gnome-40334729fb0570fa9bce28215f43252de1d0dbd4.zip
Upgrade to 1.0b1.
PR: ports/8980 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
Diffstat (limited to 'audio/wmmixer')
-rw-r--r--audio/wmmixer/Makefile6
-rw-r--r--audio/wmmixer/distinfo2
-rw-r--r--audio/wmmixer/files/patch-aa10
3 files changed, 4 insertions, 14 deletions
diff --git a/audio/wmmixer/Makefile b/audio/wmmixer/Makefile
index b8264d292e87..35fe3eb02052 100644
--- a/audio/wmmixer/Makefile
+++ b/audio/wmmixer/Makefile
@@ -3,11 +3,11 @@
# Date created: 11 July 1998
# Whom: Rich Neswold <rneswold@mcs.net>
#
-# $Id: Makefile,v 1.2 1998/09/15 11:12:58 asami Exp $
+# $Id: Makefile,v 1.3 1998/09/17 00:32:28 asami Exp $
#
DISTNAME= wmmixer
-PKGNAME= wmmixer-0.8
+PKGNAME= wmmixer-1.0b1
CATEGORIES= audio
MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/
EXTRACT_SUFX= .tgz
@@ -17,7 +17,7 @@ MAINTAINER= rneswold@mcs.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
FETCH_BEFORE_ARGS= -t
-NO_INSTALL_MANPAGES= 1
USE_IMAKE= yes
+NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
diff --git a/audio/wmmixer/distinfo b/audio/wmmixer/distinfo
index fc626ff49fda..ea5583695f15 100644
--- a/audio/wmmixer/distinfo
+++ b/audio/wmmixer/distinfo
@@ -1 +1 @@
-MD5 (wmmixer.tgz) = d34d3f9413859131adb23f052618cad1
+MD5 (wmmixer.tgz) = 8200c0cb94e3e6a0f4768fc23d2391ac
diff --git a/audio/wmmixer/files/patch-aa b/audio/wmmixer/files/patch-aa
deleted file mode 100644
index 1e4a58ca77f8..000000000000
--- a/audio/wmmixer/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- mixctl.h.orig Sat Jul 11 21:10:33 1998
-+++ mixctl.h Sat Jul 11 21:10:49 1998
-@@ -15,7 +15,6 @@
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <unistd.h>
--#include <malloc.h>
- #ifdef __NetBSD__
- #include <soundcard.h>
- #endif