mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 1.5
PR: ports/78732 Submitted by: Ports Fury
This commit is contained in:
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
|
@ -6,20 +6,25 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= asmix
|
PORTNAME= asmix
|
||||||
PORTVERSION= 1.4
|
PORTVERSION= 1.5
|
||||||
CATEGORIES= audio afterstep
|
CATEGORIES= audio afterstep
|
||||||
MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/
|
MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/
|
||||||
MASTER_SITE_SUBDIR= apps/asmix
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Volume control dock-app for the AfterStep Window Manager
|
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
|
MAN1= ${PORTNAME}.1x
|
||||||
PLIST_FILES= bin/asmix
|
PLIST_FILES= bin/asmix
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
post-patch:
|
||||||
USE_XPM= yes
|
.for file in asmix.c configure autoconf/config.h.in
|
||||||
HAS_CONFIGURE= yes
|
@${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g ; \
|
||||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
s|MACHINE_SOUNDCARD|SYS_SOUNDCARD|g' ${WRKSRC}/${file}
|
||||||
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (asmix-1.4.tar.gz) = a1836666d0662f7b80774a9aaee377d4
|
MD5 (asmix-1.5.tar.gz) = de731150e2e57bf3d809b141ffdc8969
|
||||||
SIZE (asmix-1.4.tar.gz) = 36383
|
SIZE (asmix-1.5.tar.gz) = 35765
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue