svn commit: r436813 - head/comms/aldo/files

Diane Bruce db at FreeBSD.org
Fri Mar 24 13:43:01 UTC 2017


Author: db
Date: Fri Mar 24 13:42:59 2017
New Revision: 436813
URL: https://svnweb.freebsd.org/changeset/ports/436813

Log:
  Fix compile fail under FreeBSD 10.3

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

Added: head/comms/aldo/files/patch-include_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/aldo/files/patch-include_Makefile.in	Fri Mar 24 13:42:59 2017	(r436813)
@@ -0,0 +1,11 @@
+--- include/Makefile.in.orig	2017-03-24 13:33:28 UTC
++++ include/Makefile.in
+@@ -101,7 +101,7 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
+ SET_MAKE = @SET_MAKE@
+ SHELL = @SHELL@
+ STRIP = @STRIP@
+-VERSION = @VERSION@
++VERSION = "@VERSION@"
+ abs_builddir = @abs_builddir@
+ abs_srcdir = @abs_srcdir@
+ abs_top_builddir = @abs_top_builddir@

Modified: head/comms/aldo/files/patch-src_audioworkspace.cc
==============================================================================
--- head/comms/aldo/files/patch-src_audioworkspace.cc	Fri Mar 24 13:27:15 2017	(r436812)
+++ head/comms/aldo/files/patch-src_audioworkspace.cc	Fri Mar 24 13:42:59 2017	(r436813)
@@ -1,5 +1,5 @@
---- src/audioworkspace.cc.orig	2007-11-05 03:58:46.000000000 -0500
-+++ src/audioworkspace.cc	2014-06-08 20:17:26.477449983 -0400
+--- src/audioworkspace.cc.orig	2007-11-05 08:58:46 UTC
++++ src/audioworkspace.cc
 @@ -31,7 +31,8 @@
  #include <cmath>
  #include <iostream>
@@ -10,7 +10,7 @@
  using namespace std;
  using namespace libaudiostream;
  
-@@ -104,6 +105,7 @@
+@@ -104,6 +105,7 @@ oastream AudioWorkSpace::create_output_s
  {
      ao_sample_format format;
      


More information about the svn-ports-all mailing list