Update to version 1.5

PR:		ports/78732
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2005-03-13 09:17:06 +00:00
parent c2901a97c7
commit 703ee967fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131058
3 changed files with 13 additions and 21 deletions

View File

@ -6,20 +6,25 @@
#
PORTNAME= asmix
PORTVERSION= 1.4
PORTVERSION= 1.5
CATEGORIES= audio afterstep
MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/
MASTER_SITE_SUBDIR= apps/asmix
MAINTAINER= ports@FreeBSD.org
COMMENT= Volume control dock-app for the AfterStep Window Manager
USE_X_PREFIX= yes
USE_XPM= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1x
PLIST_FILES= bin/asmix
USE_X_PREFIX= yes
USE_XPM= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
post-patch:
.for file in asmix.c configure autoconf/config.h.in
@${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g ; \
s|MACHINE_SOUNDCARD|SYS_SOUNDCARD|g' ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (asmix-1.4.tar.gz) = a1836666d0662f7b80774a9aaee377d4
SIZE (asmix-1.4.tar.gz) = 36383
MD5 (asmix-1.5.tar.gz) = de731150e2e57bf3d809b141ffdc8969
SIZE (asmix-1.5.tar.gz) = 35765

View File

@ -1,13 +0,0 @@
--- asmix.c.orig Sun Aug 31 15:18:35 2003
+++ asmix.c Sun Aug 31 15:19:04 2003
@@ -22,9 +22,7 @@
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <fcntl.h>
-#ifdef HAVE_MACHINE_SOUNDCARD_H
-# include <machine/soundcard.h>
-#endif
+#include <sys/soundcard.h>
#ifdef HAVE_LINUX_SOUNDCARD_H
# include <linux/soundcard.h>
#endif