From owner-svn-ports-head@freebsd.org Fri Mar 24 13:43:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAA8AD14893; Fri, 24 Mar 2017 13:43:00 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA539209; Fri, 24 Mar 2017 13:43:00 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2ODgxTR019213; Fri, 24 Mar 2017 13:42:59 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ODgxmP019211; Fri, 24 Mar 2017 13:42:59 GMT (envelope-from db@FreeBSD.org) Message-Id: <201703241342.v2ODgxmP019211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Fri, 24 Mar 2017 13:42:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436813 - head/comms/aldo/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2017 13:43:01 -0000 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 #include @@ -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;