svn commit: r357081 - in head/comms/aldo: . files

Diane Bruce db at FreeBSD.org
Mon Jun 9 01:19:33 UTC 2014


Author: db
Date: Mon Jun  9 01:19:32 2014
New Revision: 357081
URL: http://svnweb.freebsd.org/changeset/ports/357081
QAT: https://qat.redports.org/buildarchive/r357081/

Log:
  - Simple fix to unbreak this port

Modified:
  head/comms/aldo/Makefile
  head/comms/aldo/files/patch-src_audioworkspace.cc   (contents, props changed)

Modified: head/comms/aldo/Makefile
==============================================================================
--- head/comms/aldo/Makefile	Mon Jun  9 00:34:49 2014	(r357080)
+++ head/comms/aldo/Makefile	Mon Jun  9 01:19:32 2014	(r357081)
@@ -11,8 +11,6 @@ MASTER_SITE_SUBDIR=	${PORTNAME}
 MAINTAINER=	lambert at lambertfam.org
 COMMENT=	Morse code training program
 
-BROKEN=		Does not build with modern compilers
-
 LIB_DEPENDS=	libao.so:${PORTSDIR}/audio/libao
 
 GNU_CONFIGURE=	yes

Modified: head/comms/aldo/files/patch-src_audioworkspace.cc
==============================================================================
--- head/comms/aldo/files/patch-src_audioworkspace.cc	Mon Jun  9 00:34:49 2014	(r357080)
+++ head/comms/aldo/files/patch-src_audioworkspace.cc	Mon Jun  9 01:19:32 2014	(r357081)
@@ -1,6 +1,16 @@
---- src/audioworkspace.cc.orig	2010-06-06 14:43:58.000000000 +0200
-+++ src/audioworkspace.cc	2010-06-06 14:44:27.000000000 +0200
-@@ -104,6 +104,7 @@ oastream AudioWorkSpace::create_output_s
+--- src/audioworkspace.cc.orig	2007-11-05 03:58:46.000000000 -0500
++++ src/audioworkspace.cc	2014-06-08 20:17:26.477449983 -0400
+@@ -31,7 +31,8 @@
+ #include <cmath>
+ #include <iostream>
+ #include <limits>
+-    
++#include <string.h>
++   
+ using namespace std;
+ using namespace libaudiostream;
+ 
+@@ -104,6 +105,7 @@
  {
      ao_sample_format format;
      


More information about the svn-ports-head mailing list