1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Upgrade to 1.0b1.

PR:		ports/8980
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
This commit is contained in:
Vanilla I. Shu 1998-12-09 09:59:15 +00:00
parent dfb0114a65
commit f41c762393
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15223
3 changed files with 4 additions and 14 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (wmmixer.tgz) = d34d3f9413859131adb23f052618cad1
MD5 (wmmixer.tgz) = 8200c0cb94e3e6a0f4768fc23d2391ac

View File

@ -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