<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8c069103ddcdbcc9330ee2291f4dd0f350af6ae4">https://github.com/macports/macports-ports/commit/8c069103ddcdbcc9330ee2291f4dd0f350af6ae4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8c069103ddcdbcc9330ee2291f4dd0f350af6ae4
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Dec 29 23:20:44 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> pbrt3: add compatibility/current version to library
</span>---
graphics/pbrt3/Portfile | 1 +
graphics/pbrt3/files/patch-CMakeLists.txt.diff | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/pbrt3/Portfile b/graphics/pbrt3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0ed2633..19aa3ee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/pbrt3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/pbrt3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,7 @@ PortGroup cxx11 1.1
</span> github.setup mmp pbrt-v3 af4b70601bb770caa720c569f1641c4ddff333b7
name pbrt3
version 20181215
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> homepage https://www.pbrt.org
categories graphics
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/pbrt3/files/patch-CMakeLists.txt.diff b/graphics/pbrt3/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index d011ef8..6680c13 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/pbrt3/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/pbrt3/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -111,7 +111,7 @@
</span>
###########################################################################
# On to pbrt...
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -483,13 +422,14 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -483,13 +422,15 @@
</span> ###########################################################################
# pbrt libraries and executables
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -124,10 +124,11 @@
</span> )
ADD_SANITIZERS ( pbrt )
+TARGET_LINK_LIBRARIES ( pbrt ${OPENEXR_LIBRARIES} glog Ptex )
<span style='display:block; white-space:pre;background:#e0ffe0;'>++set_target_properties( pbrt PROPERTIES VERSION 3 SOVERSION 3 )
</span>
# A non-exhaustive but pretty representative set..
# Note that we work-around shoddy c++11 support in MSVC2013
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -512,9 +452,9 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -512,9 +453,9 @@
</span> SET(ALL_PBRT_LIBS
pbrt
${CMAKE_THREAD_LIBS_INIT}
</pre><pre style='margin:0'>
</pre>