From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/coot/files/, sci-chemistry/coot/
Date: Wed, 2 Oct 2013 06:49:18 +0000 (UTC) [thread overview]
Message-ID: <1380696555.1639fbdaa00e3a3f8bd4c4f0e9386bf0d73a6cde.jlec@gentoo> (raw)
commit: 1639fbdaa00e3a3f8bd4c4f0e9386bf0d73a6cde
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 2 06:49:15 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 06:49:15 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1639fbda
sci-chemistry/coot: Update patch for HEAD
Package-Manager: portage-2.2.7
---
sci-chemistry/coot/ChangeLog | 3 ++
sci-chemistry/coot/files/9999-pc.patch | 52 ++++++++++++++++------------------
2 files changed, 28 insertions(+), 27 deletions(-)
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
index 2d2b7c3..d1c9584 100644
--- a/sci-chemistry/coot/ChangeLog
+++ b/sci-chemistry/coot/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 02 Oct 2013; Justin Lecher <jlec@gentoo.org> files/9999-pc.patch:
+ Update patch for HEAD
+
21 Sep 2013; Justin Lecher <jlec@gentoo.org> files/9999-pc.patch:
Adjust pc patch for latest head
diff --git a/sci-chemistry/coot/files/9999-pc.patch b/sci-chemistry/coot/files/9999-pc.patch
index 2f97194..7f85532 100644
--- a/sci-chemistry/coot/files/9999-pc.patch
+++ b/sci-chemistry/coot/files/9999-pc.patch
@@ -262,7 +262,9 @@ index 7734f09..c58fe1d 100644
libccp4mg_utils_la_SOURCES = geomutil.cc mgtree.cc cartesian.cc \
diff --git a/ccp4mg-utils/mmut/Makefile.am b/ccp4mg-utils/mmut/Makefile.am
-index d0651db..d4e0bf8 100755
+old mode 100755
+new mode 100644
+index d0651db..d4e0bf8
--- a/ccp4mg-utils/mmut/Makefile.am
+++ b/ccp4mg-utils/mmut/Makefile.am
@@ -70,9 +70,9 @@ INCLUDES = \
@@ -279,7 +281,9 @@ index d0651db..d4e0bf8 100755
# $(WITH_SCRIPT_CFLAGS)
diff --git a/ccp4mg-utils/pygl/Makefile.am b/ccp4mg-utils/pygl/Makefile.am
-index a7e68b5..e26a6c8 100755
+old mode 100755
+new mode 100644
+index a7e68b5..e26a6c8
--- a/ccp4mg-utils/pygl/Makefile.am
+++ b/ccp4mg-utils/pygl/Makefile.am
@@ -108,9 +108,9 @@ INCLUDES = \
@@ -296,7 +300,9 @@ index a7e68b5..e26a6c8 100755
# $(WITH_SCRIPT_CFLAGS)
diff --git a/ccp4mg-utils/util/Makefile.am b/ccp4mg-utils/util/Makefile.am
-index 399f453..3d2ff55 100755
+old mode 100755
+new mode 100644
+index 399f453..3d2ff55
--- a/ccp4mg-utils/util/Makefile.am
+++ b/ccp4mg-utils/util/Makefile.am
@@ -73,9 +73,9 @@ INCLUDES = \
@@ -799,35 +805,27 @@ index de8ab65..4c1b418 100644
])
diff --git a/macros/goo-canvas.m4 b/macros/goo-canvas.m4
-index 30fdcb9..3e4c0c6 100644
+index e2494a5..cf96688 100644
--- a/macros/goo-canvas.m4
+++ b/macros/goo-canvas.m4
-@@ -36,9 +36,9 @@ if test x$goocanvas_prefix != x; then
+@@ -35,7 +35,7 @@ if test x$goocanvas_prefix != x; then
+ # SGI compiler CC (CXX=CC) needs -lm to link maths library, but
# GCC c++ does not.
#
- if test -e $goocanvas_prefix/lib/libgoocanvas.la ; then
-- GOOCANVAS_LDOPTS="$goocanvas_prefix/lib/libgoocanvas.la"
-+ GOOCANVAS_LIBS="$goocanvas_prefix/lib/libgoocanvas.la"
- else
-- GOOCANVAS_LDOPTS="-L$goocanvas_prefix/lib -lgoocanvas"
-+ GOOCANVAS_LIBS="-L$goocanvas_prefix/lib -lgoocanvas"
- fi
+- GOOCANVAS_LDOPTS="-L$goocanvas_prefix/lib -lgoocanvas"
++ GOOCANVAS_LIBS="-L$goocanvas_prefix/lib -lgoocanvas"
+
else
# the compiler looks in the "standard" places for GOOCANVAS. (or uses pkgconfig)
-@@ -57,19 +57,19 @@ else
+@@ -54,15 +54,15 @@ else
break;;
esac
- if test -e /usr/lib/libgoocanvas.la ; then
-- GOOCANVAS_LDOPTS="libgoocanvas.la"
-+ GOOCANVAS_LIBS="libgoocanvas.la"
+ if test -z "${PKG_CONFIG}"; then
+- GOOCANVAS_LDOPTS="-lgoocanvas"
++ GOOCANVAS_LIBS="-lgoocanvas"
else
- if test -z "${PKG_CONFIG}"; then
-- GOOCANVAS_LDOPTS="-lgoocanvas"
-+ GOOCANVAS_LIBS="-lgoocanvas"
- else
-- GOOCANVAS_LDOPTS=`$PKG_CONFIG goocanvas --libs`
-+ GOOCANVAS_LIBS=`$PKG_CONFIG goocanvas --libs`
- fi
+- GOOCANVAS_LDOPTS=`$PKG_CONFIG goocanvas --libs`
++ GOOCANVAS_LIBS=`$PKG_CONFIG goocanvas --libs`
fi
fi
@@ -836,9 +834,9 @@ index 30fdcb9..3e4c0c6 100644
-LIBS="$saved_LIBS $GOOCANVAS_LDOPTS $GTK_LIBS"
+LIBS="$saved_LIBS $GOOCANVAS_LIBS $GTK_LIBS"
CXXFLAGS="$saved_CXXFLAGS $GOOCANVAS_CFLAGS $GTK_CFLAGS"
- #
- # AC_TRY_LINK uses the c compiler (set by AC_LANG), so we will
-@@ -95,7 +95,7 @@ AC_MSG_RESULT($have_goocanvas)
+
+
+@@ -96,7 +96,7 @@ AC_MSG_RESULT($have_goocanvas)
if test x$have_goocanvas = xyes; then
GOOCANVAS_CFLAGS="$GOOCANVAS_CFLAGS"
@@ -1028,7 +1026,7 @@ index af5276b..d0ab482 100644
$(GLOB_CFLAGS) \
$(CURL_CFLAGS)
diff --git a/surface/Makefile.am b/surface/Makefile.am
-index 8cb8432..d82e6ff 100644
+index 3de5953..2461f58 100644
--- a/surface/Makefile.am
+++ b/surface/Makefile.am
@@ -1,5 +1,5 @@
next reply other threads:[~2013-10-02 6:49 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-02 6:49 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-22 13:40 [gentoo-commits] proj/sci:master commit in: sci-chemistry/coot/files/, sci-chemistry/coot/ Aisha Tammy
2015-09-15 13:34 Justin Lecher
2014-06-30 19:02 Justin Lecher
2013-11-25 18:48 Justin Lecher
2013-09-28 9:15 Justin Lecher
2013-08-27 6:58 Justin Lecher
2013-07-22 13:29 Justin Lecher
2013-06-02 16:48 Justin Lecher
2012-07-04 7:43 Justin Lecher
2012-06-14 12:11 Justin Lecher
2012-04-25 15:26 Justin Lecher
2012-03-21 11:20 Justin Lecher
2012-02-27 7:29 Justin Lecher
2011-10-11 20:50 Justin Lecher
2011-07-16 13:45 Justin Lecher
2011-07-16 13:45 Justin Lecher
2011-06-29 13:32 Justin Lecher
2011-06-15 20:50 Justin Lecher
2011-06-02 8:39 Justin Lecher
2011-05-28 11:50 Justin Lecher
2011-04-29 10:05 Justin Lecher
2011-04-29 10:05 Justin Lecher
2011-03-03 14:23 Justin Lecher
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=1380696555.1639fbdaa00e3a3f8bd4c4f0e9386bf0d73a6cde.jlec@gentoo \
--to=jlec@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