Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2014 22:29:20 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347810 - head/science/gchemutils/files
Message-ID:  <201403102229.s2AMTKHB002619@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Mar 10 22:29:20 2014
New Revision: 347810
URL: http://svnweb.freebsd.org/changeset/ports/347810
QAT: https://qat.redports.org/buildarchive/r347810/

Log:
  Fix compile on 10+

Added:
  head/science/gchemutils/files/patch-Makefile.in   (contents, props changed)
  head/science/gchemutils/files/patch-libs_gcr_document.cc   (contents, props changed)

Added: head/science/gchemutils/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/gchemutils/files/patch-Makefile.in	Mon Mar 10 22:29:20 2014	(r347810)
@@ -0,0 +1,10 @@
+--- Makefile.in.orig	2014-03-10 23:12:16.000000000 +0100
++++ Makefile.in	2014-03-10 23:14:08.000000000 +0100
+@@ -927,7 +927,6 @@
+ 
+ install-data-am: install-mimeDATA
+ 	@$(NORMAL_INSTALL)
+-	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
+ install-dvi: install-dvi-recursive
+ 
+ install-dvi-am:

Added: head/science/gchemutils/files/patch-libs_gcr_document.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/gchemutils/files/patch-libs_gcr_document.cc	Mon Mar 10 22:29:20 2014	(r347810)
@@ -0,0 +1,10 @@
+--- libs/gcr/document.cc.orig	2013-12-03 21:16:21.000000000 +0100
++++ libs/gcr/document.cc	2013-12-03 21:22:51.000000000 +0100
+@@ -1521,7 +1521,6 @@
+ 		if (error) {
+ 			cerr << "gio error: " << error->message << endl;
+ 			g_error_free (error);
+-			g_object_unref (file);
+ 			throw (int) 1;
+ 		}
+ 		std::map<std::string, sAtom>AtomsMap;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403102229.s2AMTKHB002619>