Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 18:11:52 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513504 - in head/audio/xanalyser: . files
Message-ID:  <201910011811.x91IBqxa058121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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

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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910011811.x91IBqxa058121>