svn commit: r513504 - in head/audio/xanalyser: . files

Diane Bruce db at FreeBSD.org
Tue Oct 1 18:11:53 UTC 2019


Author: db
Date: Tue Oct  1 18:11:52 2019
New Revision: 513504
URL: https://svnweb.freebsd.org/changeset/ports/513504

Log:
  Unbreak port due to missing dependencies
  Regenerate bad non makepatch patch
  Give to hamradio@ team
  
  Reported by:		pkg-fallout

Modified:
  head/audio/xanalyser/Makefile
  head/audio/xanalyser/files/patch-src_pcm-oss.cc   (contents, props changed)

Modified: head/audio/xanalyser/Makefile
==============================================================================
--- head/audio/xanalyser/Makefile	Tue Oct  1 17:05:33 2019	(r513503)
+++ head/audio/xanalyser/Makefile	Tue Oct  1 18:11:52 2019	(r513504)
@@ -8,13 +8,14 @@ CATEGORIES=	audio hamradio
 MASTER_SITES=	http://arvin.schnell-web.net/xanalyser/ \
 		LOCAL/db
 
-MAINTAINER=	db at FreeBSD.org
+MAINTAINER=	hamradio at 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

Modified: head/audio/xanalyser/files/patch-src_pcm-oss.cc
==============================================================================
--- head/audio/xanalyser/files/patch-src_pcm-oss.cc	Tue Oct  1 17:05:33 2019	(r513503)
+++ head/audio/xanalyser/files/patch-src_pcm-oss.cc	Tue Oct  1 18:11:52 2019	(r513504)
@@ -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;


More information about the svn-ports-head mailing list