mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Fix runtime crash [1]
- Update WWW - Style PR: ports/86365 [1] Submitted by: Fred Wheeler <fred.s.wheeler@gmail.com>
This commit is contained in:
parent
e58680c783
commit
068791f652
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144115
@ -1,12 +1,13 @@
|
||||
# New ports collection makefile for: linux-vsound
|
||||
# Date created: 13 June 2002
|
||||
# Whom: Rahul Siddharthan <rsidd@online.fr>
|
||||
# New ports collection makefile for: linux-vsound
|
||||
# Date created: 13 June 2002
|
||||
# Whom: Rahul Siddharthan <rsidd@online.fr>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vsound
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.zorg.org/vsound/
|
||||
|
||||
@ -18,12 +19,10 @@ RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
||||
|
||||
USE_LIBTOOL_VER=15
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- vsound.c.orig Tue Apr 13 16:52:15 2004
|
||||
+++ vsound.c Tue Apr 13 17:01:30 2004
|
||||
@@ -70,11 +70,11 @@
|
||||
--- vsound.c.orig Sat Jul 10 23:29:33 2004
|
||||
+++ vsound.c Tue Oct 4 00:20:25 2005
|
||||
@@ -73,11 +73,11 @@
|
||||
/*------------------------------------------------------------------------------
|
||||
** Macros to handle big/little endian issues.
|
||||
*/
|
||||
@ -14,3 +14,12 @@
|
||||
#if (__BYTE_ORDER == __LITTLE_ENDIAN)
|
||||
#define CPU_IS_LITTLE_ENDIAN 1
|
||||
#define CPU_IS_BIG_ENDIAN 0
|
||||
@@ -210,7 +210,7 @@
|
||||
dsp_init () ;
|
||||
|
||||
va_start (args, flags) ;
|
||||
- mode = va_arg (args, mode_t) ;
|
||||
+ mode = va_arg (args, int) ;
|
||||
va_end (args) ;
|
||||
|
||||
if (strcmp (pathname, "/dev/dsp"))
|
||||
|
@ -14,5 +14,4 @@ if you connected a loopback cable to the line in and line out jacks on
|
||||
your sound card, but no DA or AD conversions take place, so quality is
|
||||
not lost.
|
||||
|
||||
Erik de Castro Lopo <erikd@zip.com.au>
|
||||
WWW: http://www.zip.com.au/~erikd/vsound/
|
||||
WWW: http://www.zorg.org/vsound/
|
||||
|
Loading…
Reference in New Issue
Block a user