public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tiziano Mueller (dev-zero)" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog
Date: Thu, 23 Aug 2012 13:40:52 +0000 (UTC)	[thread overview]
Message-ID: <20120823134052.DDF292046D@flycatcher.gentoo.org> (raw)

dev-zero    12/08/23 13:40:52

  Modified:             xsd-3.3.0.ebuild ChangeLog
  Log:
  Fix compatibility with boost >=1.49.0 (filesystem v2 gone), bug #425426.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-cpp/xsd/xsd-3.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.3&r2=1.4

Index: xsd-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xsd-3.3.0.ebuild	1 Jun 2012 20:52:32 -0000	1.3
+++ xsd-3.3.0.ebuild	23 Aug 2012 13:40:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.3 2012/06/01 20:52:32 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.4 2012/08/23 13:40:52 dev-zero Exp $
 
 EAPI="2"
 
@@ -30,7 +30,8 @@
 		"${FILESDIR}/${PV}-disable_examples_and_tests.patch" \
 		"${FILESDIR}/${PV}-xsdcxx-rename.patch" \
 		"${FILESDIR}/${PV}-fix_include.patch" \
-		"${FILESDIR}/${PV}-fix_tests.patch"
+		"${FILESDIR}/${PV}-fix_tests.patch" \
+		"${FILESDIR}/${PV}-boost-filesystem-v2-deprecation.patch"
 }
 
 use_yesno() {
@@ -65,7 +66,7 @@
 cxx_optimize := n
 cxx_debug    := n
 cxx_rpath    := n
-cxx_pp_extra_options := -DBOOST_FILESYSTEM_VERSION=2
+cxx_pp_extra_options :=
 cxx_extra_options    := ${CXXFLAGS} -I${BOOST_INC}
 cxx_ld_extra_options := ${LDFLAGS}
 cxx_extra_libs       :=



1.4                  dev-cpp/xsd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	1 Jun 2012 20:52:32 -0000	1.3
+++ ChangeLog	23 Aug 2012 13:40:52 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/xsd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.3 2012/06/01 20:52:32 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.4 2012/08/23 13:40:52 dev-zero Exp $
+
+  23 Aug 2012; Tiziano Müller <dev-zero@gentoo.org>
+  +files/3.3.0-boost-filesystem-v2-deprecation.patch, xsd-3.3.0.ebuild:
+  Fix compatibility with boost >=1.49.0 (filesystem v2 gone), bug #425426.
 
   01 Jun 2012; Tiziano Müller <dev-zero@gentoo.org> xsd-3.3.0.ebuild:
   Fix bug #372925 by adding -DBOOST_FILESYSTEM_VERSION=2 to
@@ -16,4 +20,3 @@
   +files/3.3.0-fix_include.patch, +files/3.3.0-fix_tests.patch,
   +files/3.3.0-xsdcxx-rename.patch, +xsd-3.3.0.ebuild, +metadata.xml:
   Initial commit (ebuild written by me).
-





             reply	other threads:[~2012-08-23 13:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-23 13:40 Tiziano Mueller (dev-zero) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-02 20:56 [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog Agostino Sarubbo (ago)
2012-11-30 15:12 Agostino Sarubbo (ago)
2012-11-23 18:25 Agostino Sarubbo (ago)
2012-11-23 16:52 Agostino Sarubbo (ago)
2012-10-17 18:55 Markus Meier (maekke)
2012-06-01 20:52 Tiziano Mueller (dev-zero)
2010-10-21  5:49 Tiziano Mueller (dev-zero)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120823134052.DDF292046D@flycatcher.gentoo.org \
    --to=dev-zero@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox