From owner-svn-ports-all@FreeBSD.ORG Sat Jan 10 16:11:22 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0290F2B; Sat, 10 Jan 2015 16:11:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 BBABC636; Sat, 10 Jan 2015 16:11:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0AGBMU5020443; Sat, 10 Jan 2015 16:11:22 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0AGBMmM020442; Sat, 10 Jan 2015 16:11:22 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501101611.t0AGBMmM020442@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 10 Jan 2015 16:11:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376714 - head/graphics/aeskulap/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 16:11:22 -0000 Author: antoine Date: Sat Jan 10 16:11:21 2015 New Revision: 376714 URL: https://svnweb.freebsd.org/changeset/ports/376714 QAT: https://qat.redports.org/buildarchive/r376714/ Log: Allow building with libc++ r224926 Submitted by: dim@ Added: head/graphics/aeskulap/files/patch-dcmtk_ofstd_libsrc_oftime.cc (contents, props changed) Added: head/graphics/aeskulap/files/patch-dcmtk_ofstd_libsrc_oftime.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aeskulap/files/patch-dcmtk_ofstd_libsrc_oftime.cc Sat Jan 10 16:11:21 2015 (r376714) @@ -0,0 +1,10 @@ +--- dcmtk/ofstd/libsrc/oftime.cc.orig 2006-03-08 09:25:25 UTC ++++ dcmtk/ofstd/libsrc/oftime.cc +@@ -35,6 +35,7 @@ + + #define INCLUDE_CSTDIO + #define INCLUDE_CTIME ++#define INCLUDE_OSTREAM + #include "ofstdinc.h" + + BEGIN_EXTERN_C