MFH: r513504

Unbreak port due to missing dependencies
Regenerate bad non makepatch patch
Give to hamradio@ team

Reported by:		pkg-fallout
This commit is contained in:
Antoine Brodin 2019-10-05 20:38:58 +00:00
parent 6df06f2048
commit ef7d74f43b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=513845
2 changed files with 6 additions and 5 deletions

View File

@ -8,13 +8,14 @@ CATEGORIES= audio hamradio
MASTER_SITES= http://arvin.schnell-web.net/xanalyser/ \
LOCAL/db
MAINTAINER= db@FreeBSD.org
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Spectrum analyser
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool motif tar:bzip2
USES= gmake libtool motif tar:bzip2 xorg
USE_XORG= x11 xmu ice sm xt xp xext
GNU_CONFIGURE= yes
PLIST_FILES= bin/xanalyser lib/X11/app-defaults/XAnalyser man/man1/xanalyser.1.gz

View File

@ -1,6 +1,6 @@
--- src/pcm-oss.cc 2014-09-06 09:44:07.000000000 +0200
+++ src/pcm-oss.cc 2014-09-06 09:45:02.000000000 +0200
@@ -100,7 +100,8 @@
--- src/pcm-oss.cc.orig 2006-07-03 20:05:03 UTC
+++ src/pcm-oss.cc
@@ -100,7 +100,8 @@ PCMOSS::PCMOSS (const char* name, pcm_type_t type, pcm
}
int tmp_buffer_size = want_buffer_size;