From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 24 12:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7CF2670 for ; Tue, 24 Sep 2013 12:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87B4729E8 for ; Tue, 24 Sep 2013 12:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8OCe0C1028344 for ; Tue, 24 Sep 2013 12:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8OCe0rH028343; Tue, 24 Sep 2013 12:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 24 Sep 2013 12:40:00 GMT Resent-Message-Id: <201309241240.r8OCe0rH028343@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A67B5FC for ; Tue, 24 Sep 2013 12:36:03 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37A5B29B6 for ; Tue, 24 Sep 2013 12:36:03 +0000 (UTC) Received: from meatwad.mouf.net (cpe-107-015-170-205.nc.res.rr.com [107.15.170.205]) by mouf.net (8.14.5/8.14.5) with ESMTP id r8OCZrip088437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 24 Sep 2013 12:35:58 GMT (envelope-from swills@meatwad.mouf.net) Received: (from swills@localhost) by meatwad.mouf.net (8.14.7/8.14.5/Submit) id r8OCZnKm061096; Tue, 24 Sep 2013 12:35:49 GMT (envelope-from swills) Message-Id: <201309241235.r8OCZnKm061096@meatwad.mouf.net> Date: Tue, 24 Sep 2013 12:35:49 GMT From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/182345: [PATCH] audio/chromaprint: fix build on 10.0-ALPHA2 Cc: jhale@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2013 12:40:00 -0000 >Number: 182345 >Category: ports >Synopsis: [PATCH] audio/chromaprint: fix build on 10.0-ALPHA2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 24 12:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-ALPHA2 amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-ALPHA2 FreeBSD 10.0-ALPHA2 #7 r255703M: Thu Sep 19 21:42:35 UTC >Description: - Fix build on 10.0-ALPHA2 Port maintainer (jhale@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- chromaprint-0.7_1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 328121) +++ Makefile (working copy) @@ -26,4 +26,10 @@ ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ ${WRKSRC}/CMakeLists.txt -.include +.include + +.if (${CXX:T} == "clang++" && ${OSVERSION} > 902000) || ${OSVERSION} > 1000054 +CXXFLAGS+= -stdlib=libc++ -std=c++11 +.endif + +.include Index: files/patch-src__utils.h =================================================================== --- files/patch-src__utils.h (revision 0) +++ files/patch-src__utils.h (working copy) @@ -0,0 +1,10 @@ +--- src/utils.h.orig 2013-09-21 17:20:43.538723086 +0000 ++++ src/utils.h 2013-09-21 17:21:02.622721058 +0000 +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include // std::fill + + #ifndef HAVE_ROUND + static inline double round(double x) Property changes on: files/patch-src__utils.h ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property --- chromaprint-0.7_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: