<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[144353] trunk/dports/devel/quickfix</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/144353">144353</a></dd>
<dt>Author</dt> <dd>ryandesign@macports.org</dd>
<dt>Date</dt> <dd>2016-01-06 18:53:15 -0800 (Wed, 06 Jan 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>quickfix: update to 1.14.3 (#49773); add python27, python34 and python35 variants (#39573)</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsdevelquickfixPortfile">trunk/dports/devel/quickfix/Portfile</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkdportsdevelquickfixfilespatchpostgresql84diff">trunk/dports/devel/quickfix/files/patch-postgresql84.diff</a></li>
<li><a href="#trunkdportsdevelquickfixfilespatchpostgresql90diff">trunk/dports/devel/quickfix/files/patch-postgresql90.diff</a></li>
<li><a href="#trunkdportsdevelquickfixfilespatchpythondiff">trunk/dports/devel/quickfix/files/patch-python.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsdevelquickfixPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/devel/quickfix/Portfile (144352 => 144353)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/quickfix/Portfile        2016-01-07 02:51:35 UTC (rev 144352)
+++ trunk/dports/devel/quickfix/Portfile        2016-01-07 02:53:15 UTC (rev 144353)
</span><span class="lines">@@ -2,7 +2,7 @@
</span><span class="cx"> 
</span><span class="cx"> PortSystem          1.0
</span><span class="cx"> name                quickfix
</span><del>-version             1.14.0
</del><ins>+version             1.14.3
</ins><span class="cx"> license             Permissive
</span><span class="cx"> # http://www.quickfixengine.org/quickfix/doc/html/license.html
</span><span class="cx"> categories          devel finance
</span><span class="lines">@@ -18,22 +18,23 @@
</span><span class="cx"> master_sites        sourceforge:project/quickfix/quickfix/${version}
</span><span class="cx"> worksrcdir          ${name}
</span><span class="cx"> 
</span><del>-checksums           rmd160  99e808a79acc4cfad924831da6e073c9d1211bdf \
-                    sha256  1d6906ba828c5ef909199117d992143f117831e4fdb4999f9012f575a0882d90
</del><ins>+checksums           rmd160  369d5bf7044fa4c90d2d74e4470e50c0ad82951b \
+                    sha256  f6e8bdb004eaf45e50f63005b8c2611cb0afd42cf70f110f600c852aa572342d
</ins><span class="cx"> 
</span><span class="cx"> depends_lib         port:libxml2
</span><span class="cx"> 
</span><span class="cx"> patchfiles          patch-UnitTest++-Makefile.diff
</span><span class="cx"> 
</span><del>-variant universal {}
-
</del><span class="cx"> post-patch {
</span><del>-   reinplace &quot;s|@@PREFIX@@|${prefix}|g&quot; ${worksrcpath}/configure
</del><span class="cx">    reinplace &quot;s|@CXX@|${configure.cxx}|g&quot; ${worksrcpath}/UnitTest++/Makefile
</span><span class="cx">    reinplace &quot;s|@ARCHFLAGS@|[get_canonical_archflags cxx]|g&quot; ${worksrcpath}/UnitTest++/Makefile
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-configure.args      --with-java
</del><ins>+configure.args      --with-java \
+                    --with-mysql-config=false \
+                    --without-postgresql \
+                    --without-python \
+                    --without-ruby
</ins><span class="cx"> configure.env       &quot;JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home&quot;
</span><span class="cx"> 
</span><span class="cx"> post-destroot {
</span><span class="lines">@@ -41,20 +42,33 @@
</span><span class="cx">    copy ${worksrcpath}/src/sql/postgresql ${destroot}${prefix}/share/${name}/sql
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-variant python description {Include python support} {
-   depends_lib-append      port:python26
-   configure.args-append   --with-python=${prefix}
-   patchfiles-append       patch-python.diff
-}
-
-variant postgresql84 conflicts postgresql90 description {Include PostGreSQL 8.4 support} {
</del><ins>+variant postgresql84 conflicts postgresql90 description {Include PostgreSQL 8.4 support} {
</ins><span class="cx">    depends_lib-append      port:postgresql84
</span><del>-   configure.args-append   --with-postgresql=${prefix}
-   patchfiles-append       patch-postgresql84.diff
</del><ins>+    configure.args-replace  --without-postgresql --with-postgresql=${prefix}/lib/postgresql84/bin/pg_config
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-variant postgresql90 conflicts postgresql84 description {Include PostGreSQL 9.0 support} {
</del><ins>+variant postgresql90 conflicts postgresql84 description {Include PostgreSQL 9.0 support} {
</ins><span class="cx">    depends_lib-append      port:postgresql90
</span><del>-   configure.args-append   --with-postgresql=${prefix}
-   patchfiles-append       patch-postgresql90.diff
</del><ins>+    configure.args-replace  --without-postgresql --with-postgresql=${prefix}/lib/postgresql90/bin/pg_config
</ins><span class="cx"> }
</span><ins>+
+# To be removed after January 2017
+variant python requires python27 description {Legacy compatibility variant} {}
+
+variant python27 conflicts python34 python35 description {Include Python 2.7 support} {
+    depends_lib-append      port:python27
+    configure.python        ${prefix}/bin/python2.7
+    configure.args-replace  --without-python --with-python
+}
+
+variant python34 conflicts python27 python35 description {Include Python 3.4 support} {
+    depends_lib-append      port:python34
+    configure.python        ${prefix}/bin/python3.4
+    configure.args-replace  --without-python --with-python
+}
+
+variant python35 conflicts python27 python34 description {Include Python 3.5 support} {
+    depends_lib-append      port:python35
+    configure.python        ${prefix}/bin/python3.5
+    configure.args-replace  --without-python --with-python
+}
</ins></span></pre></div>
<a id="trunkdportsdevelquickfixfilespatchpostgresql84diff"></a>
<div class="delfile"><h4>Deleted: trunk/dports/devel/quickfix/files/patch-postgresql84.diff (144352 => 144353)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/quickfix/files/patch-postgresql84.diff        2016-01-07 02:51:35 UTC (rev 144352)
+++ trunk/dports/devel/quickfix/files/patch-postgresql84.diff        2016-01-07 02:53:15 UTC (rev 144353)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>---- configure.orig        2010-04-05 20:00:26.000000000 -0600
-+++ configure        2010-05-02 15:37:33.000000000 -0600
-@@ -14938,9 +14938,9 @@

- if test $has_postgresql = true
- then
--    POSTGRESQL_CFLAGS=&quot;-I${POSTGRESQL_PREFIX}/include -I${POSTGRESQL_PREFIX}/include/postgresql&quot;
-+    POSTGRESQL_CFLAGS=&quot;-I${POSTGRESQL_PREFIX}/include -I${POSTGRESQL_PREFIX}/include/postgresql84&quot;

--    POSTGRESQL_LIBS=&quot;-L${POSTGRESQL_PREFIX}/lib -lpq&quot;
-+    POSTGRESQL_LIBS=&quot;-L${POSTGRESQL_PREFIX}/lib/postgresql84 -lpq&quot;


- $as_echo &quot;#define HAVE_POSTGRESQL 1&quot; &gt;&gt;confdefs.h
</del></span></pre></div>
<a id="trunkdportsdevelquickfixfilespatchpostgresql90diff"></a>
<div class="delfile"><h4>Deleted: trunk/dports/devel/quickfix/files/patch-postgresql90.diff (144352 => 144353)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/quickfix/files/patch-postgresql90.diff        2016-01-07 02:51:35 UTC (rev 144352)
+++ trunk/dports/devel/quickfix/files/patch-postgresql90.diff        2016-01-07 02:53:15 UTC (rev 144353)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>---- configure.orig        2010-04-05 20:00:26.000000000 -0600
-+++ configure        2010-05-02 15:37:33.000000000 -0600
-@@ -14938,9 +14938,9 @@

- if test $has_postgresql = true
- then
--    POSTGRESQL_CFLAGS=&quot;-I${POSTGRESQL_PREFIX}/include -I${POSTGRESQL_PREFIX}/include/postgresql&quot;
-+    POSTGRESQL_CFLAGS=&quot;-I${POSTGRESQL_PREFIX}/include -I${POSTGRESQL_PREFIX}/include/postgresql90&quot;

--    POSTGRESQL_LIBS=&quot;-L${POSTGRESQL_PREFIX}/lib -lpq&quot;
-+    POSTGRESQL_LIBS=&quot;-L${POSTGRESQL_PREFIX}/lib/postgresql90 -lpq&quot;


- $as_echo &quot;#define HAVE_POSTGRESQL 1&quot; &gt;&gt;confdefs.h
</del></span></pre></div>
<a id="trunkdportsdevelquickfixfilespatchpythondiff"></a>
<div class="delfile"><h4>Deleted: trunk/dports/devel/quickfix/files/patch-python.diff (144352 => 144353)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/quickfix/files/patch-python.diff        2016-01-07 02:51:35 UTC (rev 144352)
+++ trunk/dports/devel/quickfix/files/patch-python.diff        2016-01-07 02:53:15 UTC (rev 144353)
</span><span class="lines">@@ -1,54 +0,0 @@
</span><del>---- configure.orig        2010-04-05 20:00:26.000000000 -0600
-+++ configure        2010-05-02 17:52:37.000000000 -0600
-@@ -14971,9 +14971,9 @@

- if test $has_python = true
- then
--    PYTHON_CFLAGS=&quot;-I${PYTHON_PREFIX}&quot;
-+    PYTHON_CFLAGS=&quot;-I`@@PREFIX@@/bin/python2.6 -c 'from distutils import sysconfig; print sysconfig.get_python_inc()'`&quot;

--    PYTHON_SITE_PACKAGES=`python -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'`
-+    PYTHON_SITE_PACKAGES=`@@PREFIX@@/bin/python2.6 -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'`


- $as_echo &quot;#define HAVE_PYTHON 1&quot; &gt;&gt;confdefs.h
---- src/python/Makefile.in.orig        2010-04-05 20:00:25.000000000 -0600
-+++ src/python/Makefile.in        2010-05-23 15:38:52.000000000 -0600
-@@ -594,21 +594,22 @@
-         rm -rf $(top_builddir)/lib/python

- install-exec-local:
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/_quickfix.so
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/_quickfix.dylib
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/quickfix.py
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/quickfix40.py
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/quickfix41.py
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/quickfix42.py
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/quickfix43.py
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/quickfix44.py
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/quickfix50.py
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/quickfix50sp1.py
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/quickfix50sp2.py
--        rm -rf $(PYTHON_SITE_PACKAGES)/python/quickfixt11.py
--        ln -sf $(prefix)/lib/python/_quickfix.so $(PYTHON_SITE_PACKAGES)/_quickfix.so
--        ln -sf $(prefix)/lib/python/_quickfix.dylib $(PYTHON_SITE_PACKAGES)/_quickfix.dylib
--        cp $(top_builddir)/lib/python/*.py $(PYTHON_SITE_PACKAGES)
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/_quickfix.so
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/_quickfix.dylib
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/quickfix.py
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/quickfix40.py
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/quickfix41.py
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/quickfix42.py
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/quickfix43.py
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/quickfix44.py
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/quickfix50.py
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/quickfix50sp1.py
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/quickfix50sp2.py
-+        rm -rf $(DESTDIR)$(PYTHON_SITE_PACKAGES)/python/quickfixt11.py
-+        $(mkinstalldirs) $(DESTDIR)$(PYTHON_SITE_PACKAGES)
-+        cp $(top_builddir)/lib/python/*.py $(DESTDIR)$(PYTHON_SITE_PACKAGES)
-+        cp $(top_builddir)/lib/python/_quickfix.dylib $(DESTDIR)$(PYTHON_SITE_PACKAGES)
-+        ln -sf $(PYTHON_SITE_PACKAGES)/_quickfix.dylib $(DESTDIR)$(PYTHON_SITE_PACKAGES)/_quickfix.so

- uninstall-local:
-         rm -rf $(PYTHON_SITE_PACKAGES)/_quickfix.so
</del></span></pre>
</div>
</div>

</body>
</html>