diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-18 10:42:42 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-18 10:42:42 +0000 |
commit | beb28ea1070265bf9126416df9a9287c48a0f144 (patch) | |
tree | 11d49f3b0ce9fea1f9b6e32c96ce8a8ddc60cd8f /audio/fmio | |
parent | 8aec53cacc4aa2d1818aef6063889d3d18dcf9c7 (diff) |
Notes
Diffstat (limited to 'audio/fmio')
-rw-r--r-- | audio/fmio/Makefile | 8 | ||||
-rw-r--r-- | audio/fmio/distinfo | 4 | ||||
-rw-r--r-- | audio/fmio/files/patch-aa | 13 | ||||
-rw-r--r-- | audio/fmio/files/patch-ab | 12 |
4 files changed, 7 insertions, 30 deletions
diff --git a/audio/fmio/Makefile b/audio/fmio/Makefile index 08ae0b6f25b5..6da41a9b6c56 100644 --- a/audio/fmio/Makefile +++ b/audio/fmio/Makefile @@ -6,10 +6,10 @@ # PORTNAME= fmio -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.8 CATEGORIES= audio -MASTER_SITES= http://www.jumbo.narod.ru/src/fmio/ -WRKSRC= ${WRKDIR}/${DISTNAME}/src +MASTER_SITES= http://www.aliasnet.ru/~pva/src/fmio/ \ + http://www.jumbo.narod.ru/src/fmio/ MAINTAINER= kunia@istc.kiev.ua COMMENT= FM radio card manipulation utility @@ -18,6 +18,8 @@ MAN1= fmio.1 MANCOMPRESSED= no ONLY_FOR_ARCHS= i386 +WRKSRC= ${WRKDIR}/${DISTNAME}/src + pre-build: .if !defined(WITH_BKTR) @${ECHO_MSG} diff --git a/audio/fmio/distinfo b/audio/fmio/distinfo index b204039fa62a..b4b8cc75d631 100644 --- a/audio/fmio/distinfo +++ b/audio/fmio/distinfo @@ -1,2 +1,2 @@ -MD5 (fmio-2.0.4.tar.gz) = 4dd7f51f931f021e015f28b2b6bad09d -SIZE (fmio-2.0.4.tar.gz) = 70599 +MD5 (fmio-2.0.8.tar.gz) = 3eb91258db51e7ab78e2d4a8c2c31037 +SIZE (fmio-2.0.8.tar.gz) = 74132 diff --git a/audio/fmio/files/patch-aa b/audio/fmio/files/patch-aa deleted file mode 100644 index 2922ad6a4644..000000000000 --- a/audio/fmio/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- mixer.c.orig Wed Oct 23 20:23:43 2002 -+++ mixer.c Wed Oct 23 20:23:55 2002 -@@ -34,9 +34,7 @@ - #include <sys/ioctl.h> - #if defined (__OpenBSD__) || defined (__NetBSD__) - #include <sys/audioio.h> --#elif defined (__FreeBSD__) --#include <machine/soundcard.h> --#elif defined (linux) -+#elif defined (linux) || defined(__FreeBSD__) - #include <sys/soundcard.h> - #endif /* __OpenBSD__ || __NetBSD__ */ - diff --git a/audio/fmio/files/patch-ab b/audio/fmio/files/patch-ab deleted file mode 100644 index cde8d0917f12..000000000000 --- a/audio/fmio/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- fmio.1.orig Wed Oct 23 20:23:18 2002 -+++ fmio.1 Wed Oct 23 20:23:32 2002 -@@ -108,8 +108,7 @@ - .Dl <line name>=[+-]<left channel>,[+-]<right channel>. - For line names see: - .Dl /usr/include/sys/audioio.h under OpenBSD and NetBSD --.Dl /usr/include/machine/soundcard.h under FreeBSD --.Dl /usr/include/sys/soundcard.h under Linux -+.Dl /usr/include/sys/soundcard.h under FreeBSD Linux - .It Fl X Ar volume - Set volume of the sound card master output thru /dev/mixer. - Format of this option is similar to option |