svn commit: r347810 - head/science/gchemutils/files
Koop Mast
kwm at FreeBSD.org
Mon Mar 10 22:29:21 UTC 2014
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;
More information about the svn-ports-all
mailing list