<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch stellarium_0.15.0
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/61fec3dac7206863b0b09213511d41988c8c26f8">https://github.com/macports/macports-ports/commit/61fec3dac7206863b0b09213511d41988c8c26f8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 61fec3dac7206863b0b09213511d41988c8c26f8
</span>Author: Ed Maros <ed.maros@ligo.org>
AuthorDate: Sat Nov 5 16:58:11 2016 -0700
<span style='display:block; white-space:pre;color:#404040;'> ldas-tools-*: Add build dependency on pkgconfig
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This addresses all 7 ldas-tools packages, which need pkgconfig as
</span><span style='display:block; white-space:pre;color:#404040;'> a build dependency.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/52799
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/52800
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/52801
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/52802
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/52803
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/52804
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/52805
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: #20
</span>---
science/ldas-tools-al/Portfile | 1 +
science/ldas-tools-diskcacheAPI/Portfile | 1 +
science/ldas-tools-filters/Portfile | 1 +
science/ldas-tools-frameAPI/Portfile | 1 +
science/ldas-tools-framecpp/Portfile | 1 +
science/ldas-tools-ldasgen/Portfile | 1 +
science/ldas-tools-utilities/Portfile | 1 +
7 files changed, 7 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ldas-tools-al/Portfile b/science/ldas-tools-al/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1c024f8..6da2537 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ldas-tools-al/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ldas-tools-al/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +18,7 @@ master_sites http://software.ligo.org/lscsoft/source/
</span> checksums rmd160 fc50f9c7911463fabd79f55e59fbcc8519bd45b1 \
sha256 5583e511bd680a43023b1d9a1c05d3e0c11ac70624032e8c918bdb47dd7a4b8e
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build port:pkgconfig
</span> depends_lib port:lib/libssl.dylib:openssl \
port:zlib \
port:bzip2 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ldas-tools-diskcacheAPI/Portfile b/science/ldas-tools-diskcacheAPI/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4491f79..6c151b3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ldas-tools-diskcacheAPI/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ldas-tools-diskcacheAPI/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +18,7 @@ master_sites http://software.ligo.org/lscsoft/source/
</span> checksums rmd160 580e1ffbafbd039906622a5b72c591a2ff8fcd9b \
sha256 22790bbd2437c190168fe1b137bdcd3b0179ba8ef53cad3d826788f70995907f
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build port:pkgconfig
</span> depends_lib port:ldas-tools-ldasgen
configure.args --disable-warnings-as-errors \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ldas-tools-filters/Portfile b/science/ldas-tools-filters/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2f2ffd2..1669229 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ldas-tools-filters/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ldas-tools-filters/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +18,7 @@ master_sites http://software.ligo.org/lscsoft/source/
</span> checksums rmd160 ef9771271586b6b31c2f70687d5750ef5a61f276 \
sha256 44d475e625f5a59c9846a85d79419ef1303d3d9011bae56780156cab1a55f3b4
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build port:pkgconfig
</span> depends_lib port:ldas-tools-al
configure.args --disable-warnings-as-errors \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ldas-tools-frameAPI/Portfile b/science/ldas-tools-frameAPI/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 631119a..a0a9d54 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ldas-tools-frameAPI/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ldas-tools-frameAPI/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +18,7 @@ master_sites http://software.ligo.org/lscsoft/source/
</span> checksums rmd160 d8ca30fc0d10b05015591a87951ee7e0333218e0 \
sha256 c7d58952e213a024dd6ac33dd907862b2c96baa7a4fb2ac4bb47ceef6bc45d50
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build port:pkgconfig
</span> depends_lib port:ldas-tools-ldasgen \
port:ldas-tools-filters \
port:ldas-tools-framecpp
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ldas-tools-framecpp/Portfile b/science/ldas-tools-framecpp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cdbb82b..bf98d39 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ldas-tools-framecpp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ldas-tools-framecpp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +18,7 @@ master_sites http://software.ligo.org/lscsoft/source/
</span> checksums rmd160 53853b72a57db344437b8ab7b8d199c6cee91495 \
sha256 54783c5ae235b8016adbc02d95aedcbd5f1256ae3b74b27ae516d9dee3cbe11b
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build port:pkgconfig
</span> depends_lib port:ldas-tools-al \
port:openssl \
port:zlib \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ldas-tools-ldasgen/Portfile b/science/ldas-tools-ldasgen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f2050a3..d208bb2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ldas-tools-ldasgen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ldas-tools-ldasgen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +18,7 @@ master_sites http://software.ligo.org/lscsoft/source/
</span> checksums rmd160 b8f7600b992f599b183146732967582a942b4ad8 \
sha256 48b410aeb1b9718c5185c74fc9cba11c79da08f8bdc78a140db72b07a8ba099f
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build port:pkgconfig
</span> depends_lib port:ldas-tools-al
configure.args --disable-warnings-as-errors \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ldas-tools-utilities/Portfile b/science/ldas-tools-utilities/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2115bac..3317aff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ldas-tools-utilities/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ldas-tools-utilities/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +18,7 @@ master_sites http://software.ligo.org/lscsoft/source/
</span> checksums rmd160 e81be56d8d8e079ded4547f0dbe6bafe1cecac93 \
sha256 cd19fcb17927173133d81777aa598c928f2854c998e82653fbc4922e72df771d
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build port:pkgconfig
</span> depends_lib port:ldas-tools-frameAPI \
port:ldas-tools-diskcacheAPI
</pre><pre style='margin:0'>
</pre>