pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update quickfix to 1.14.3.



Module Name:	pkgsrc-wip
Committed By:	Alexander Nasonov <alnsn%yandex.ru@localhost>
Pushed By:	alnsn
Date:		Thu Oct 15 08:11:30 2015 +0100
Changeset:	1fe2fa21b79b6b5cf3a599250f7c9476f5dd95d2

Modified Files:
	quickfix/Makefile
	quickfix/PLIST
	quickfix/distinfo
Added Files:
	quickfix/patches/patch-UnitTest++_Makefile
	quickfix/patches/patch-configure

Log Message:
Update quickfix to 1.14.3.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1fe2fa21b79b6b5cf3a599250f7c9476f5dd95d2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 quickfix/Makefile                          |   2 +-
 quickfix/PLIST                             |  22 ++--
 quickfix/distinfo                          |   9 +-
 quickfix/patches/patch-UnitTest++_Makefile |  15 +++
 quickfix/patches/patch-configure           | 168 +++++++++++++++++++++++++++++
 5 files changed, 201 insertions(+), 15 deletions(-)

diffs:
diff --git a/quickfix/Makefile b/quickfix/Makefile
index eef81b4..6d6f885 100644
--- a/quickfix/Makefile
+++ b/quickfix/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.7 2014/10/09 14:06:30 thomasklausner Exp $
 
-DISTNAME=		quickfix-1.13.3
+DISTNAME=		quickfix-1.14.3
 CATEGORIES=		finance
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=quickfix/}
 
diff --git a/quickfix/PLIST b/quickfix/PLIST
index 5be164b..d9a4643 100644
--- a/quickfix/PLIST
+++ b/quickfix/PLIST
@@ -2,7 +2,7 @@
 include/quickfix/Acceptor.h
 include/quickfix/Allocator.h
 include/quickfix/Application.h
-include/quickfix/CallStack.h
+include/quickfix/AtomicCount.h
 include/quickfix/DOMDocument.h
 include/quickfix/DataDictionary.h
 include/quickfix/DataDictionaryProvider.h
@@ -30,9 +30,7 @@ include/quickfix/HttpMessage.h
 include/quickfix/HttpParser.h
 include/quickfix/HttpServer.h
 include/quickfix/Initiator.h
-include/quickfix/LIBXML_DOMDocument.h
 include/quickfix/Log.h
-include/quickfix/MSXML_DOMDocument.h
 include/quickfix/Message.h
 include/quickfix/MessageCracker.h
 include/quickfix/MessageSorters.h
@@ -45,6 +43,7 @@ include/quickfix/NullStore.h
 include/quickfix/OdbcConnection.h
 include/quickfix/OdbcLog.h
 include/quickfix/OdbcStore.h
+include/quickfix/PUGIXML_DOMDocument.h
 include/quickfix/Parser.h
 include/quickfix/PostgreSQLConnection.h
 include/quickfix/PostgreSQLLog.h
@@ -57,6 +56,7 @@ include/quickfix/SessionID.h
 include/quickfix/SessionSettings.h
 include/quickfix/SessionState.h
 include/quickfix/Settings.h
+include/quickfix/SharedArray.h
 include/quickfix/SocketAcceptor.h
 include/quickfix/SocketConnection.h
 include/quickfix/SocketConnector.h
@@ -71,12 +71,12 @@ include/quickfix/Utility.h
 include/quickfix/Values.h
 include/quickfix/fix40/Advertisement.h
 include/quickfix/fix40/Allocation.h
-include/quickfix/fix40/AllocationACK.h
+include/quickfix/fix40/AllocationInstructionAck.h
 include/quickfix/fix40/DontKnowTrade.h
 include/quickfix/fix40/Email.h
 include/quickfix/fix40/ExecutionReport.h
 include/quickfix/fix40/Heartbeat.h
-include/quickfix/fix40/IndicationofInterest.h
+include/quickfix/fix40/IOI.h
 include/quickfix/fix40/ListCancelRequest.h
 include/quickfix/fix40/ListExecute.h
 include/quickfix/fix40/ListStatus.h
@@ -100,12 +100,12 @@ include/quickfix/fix40/SequenceReset.h
 include/quickfix/fix40/TestRequest.h
 include/quickfix/fix41/Advertisement.h
 include/quickfix/fix41/Allocation.h
-include/quickfix/fix41/AllocationACK.h
+include/quickfix/fix41/AllocationInstructionAck.h
 include/quickfix/fix41/DontKnowTrade.h
 include/quickfix/fix41/Email.h
 include/quickfix/fix41/ExecutionReport.h
 include/quickfix/fix41/Heartbeat.h
-include/quickfix/fix41/IndicationofInterest.h
+include/quickfix/fix41/IOI.h
 include/quickfix/fix41/ListCancelRequest.h
 include/quickfix/fix41/ListExecute.h
 include/quickfix/fix41/ListStatus.h
@@ -130,7 +130,7 @@ include/quickfix/fix41/SettlementInstructions.h
 include/quickfix/fix41/TestRequest.h
 include/quickfix/fix42/Advertisement.h
 include/quickfix/fix42/Allocation.h
-include/quickfix/fix42/AllocationACK.h
+include/quickfix/fix42/AllocationInstructionAck.h
 include/quickfix/fix42/BidRequest.h
 include/quickfix/fix42/BidResponse.h
 include/quickfix/fix42/BusinessMessageReject.h
@@ -138,7 +138,7 @@ include/quickfix/fix42/DontKnowTrade.h
 include/quickfix/fix42/Email.h
 include/quickfix/fix42/ExecutionReport.h
 include/quickfix/fix42/Heartbeat.h
-include/quickfix/fix42/IndicationofInterest.h
+include/quickfix/fix42/IOI.h
 include/quickfix/fix42/ListCancelRequest.h
 include/quickfix/fix42/ListExecute.h
 include/quickfix/fix42/ListStatus.h
@@ -245,6 +245,7 @@ include/quickfix/fix43/TradeCaptureReport.h
 include/quickfix/fix43/TradeCaptureReportRequest.h
 include/quickfix/fix43/TradingSessionStatus.h
 include/quickfix/fix43/TradingSessionStatusRequest.h
+include/quickfix/fix43/XMLnonFIX.h
 include/quickfix/fix44/Advertisement.h
 include/quickfix/fix44/AllocationInstruction.h
 include/quickfix/fix44/AllocationInstructionAck.h
@@ -339,6 +340,7 @@ include/quickfix/fix44/TradingSessionStatus.h
 include/quickfix/fix44/TradingSessionStatusRequest.h
 include/quickfix/fix44/UserRequest.h
 include/quickfix/fix44/UserResponse.h
+include/quickfix/fix44/XMLnonFIX.h
 include/quickfix/fix50/AdjustedPositionReport.h
 include/quickfix/fix50/Advertisement.h
 include/quickfix/fix50/AllocationInstruction.h
@@ -608,8 +610,6 @@ include/quickfix/fix50sp2/OrderMassCancelReport.h
 include/quickfix/fix50sp2/OrderMassCancelRequest.h
 include/quickfix/fix50sp2/OrderMassStatusRequest.h
 include/quickfix/fix50sp2/OrderStatusRequest.h
-include/quickfix/fix50sp2/PartyDetailsListReport.h
-include/quickfix/fix50sp2/PartyDetailsListRequest.h
 include/quickfix/fix50sp2/PositionMaintenanceReport.h
 include/quickfix/fix50sp2/PositionMaintenanceRequest.h
 include/quickfix/fix50sp2/PositionReport.h
diff --git a/quickfix/distinfo b/quickfix/distinfo
index b337e51..87761d7 100644
--- a/quickfix/distinfo
+++ b/quickfix/distinfo
@@ -1,5 +1,8 @@
 $NetBSD: distinfo,v 1.4 2010/04/25 13:22:23 alnsn Exp $
 
-SHA1 (quickfix-1.13.3.tar.gz) = 8a20894a9320206beaeee11c3967dced8b8d2fc0
-RMD160 (quickfix-1.13.3.tar.gz) = 13d72e1c16a124e444f4ae520654015e06974356
-Size (quickfix-1.13.3.tar.gz) = 26464983 bytes
+SHA1 (quickfix-1.14.3.tar.gz) = a67a8affaf9273f10eb378d63cfdd7f2c653be84
+RMD160 (quickfix-1.14.3.tar.gz) = 369d5bf7044fa4c90d2d74e4470e50c0ad82951b
+SHA512 (quickfix-1.14.3.tar.gz) = aff3676f2c43a9de7dbe86732e1411f9ce42946e2e74e20a3cd2d7c032cc46c1492c97a4a67eb175f118d93f07f94f9297122e3961069537907bf1c4d68f9a09
+Size (quickfix-1.14.3.tar.gz) = 21803784 bytes
+SHA1 (patch-UnitTest++_Makefile) = 22482a78df02996a7af623148576093441ba140d
+SHA1 (patch-configure) = 831eb5bb24c82549b81c40f7e9896628dcef6ef6
diff --git a/quickfix/patches/patch-UnitTest++_Makefile b/quickfix/patches/patch-UnitTest++_Makefile
new file mode 100644
index 0000000..04cf8aa
--- /dev/null
+++ b/quickfix/patches/patch-UnitTest++_Makefile
@@ -0,0 +1,15 @@
+$NetBSD$
+
+The $(test) target crashes on NetBSD. Disable it.
+
+--- UnitTest++/Makefile.orig	2014-09-15 06:23:52.000000000 +0000
++++ UnitTest++/Makefile
+@@ -68,7 +68,7 @@ define make-depend
+ endef
+ 
+ 
+-all: $(test)
++all: $(lib)
+ 
+ 
+ $(lib): $(objects) 
diff --git a/quickfix/patches/patch-configure b/quickfix/patches/patch-configure
new file mode 100644
index 0000000..497faba
--- /dev/null
+++ b/quickfix/patches/patch-configure
@@ -0,0 +1,168 @@
+$NetBSD$
+
+Please check-portability.awk.
+
+--- configure.orig	2014-09-15 06:24:18.000000000 +0000
++++ configure
+@@ -15607,7 +15607,7 @@ fi
+ 
+ # Check whether --with-mysql was given.
+ if test "${with_mysql+set}" = set; then :
+-  withval=$with_mysql; if test $withval == "no"
++  withval=$with_mysql; if test $withval = "no"
+          then
+            has_mysql=false
+          else
+@@ -15779,7 +15779,7 @@ has_boost=false
+ 
+ # Check whether --with-boost was given.
+ if test "${with_boost+set}" = set; then :
+-  withval=$with_boost; if test $withval == "no"
++  withval=$with_boost; if test $withval = "no"
+      then
+        has_boost=false
+      else
+@@ -15807,7 +15807,7 @@ has_stlport=false
+ 
+ # Check whether --with-stlport was given.
+ if test "${with_stlport+set}" = set; then :
+-  withval=$with_stlport; if test $withval == "no"
++  withval=$with_stlport; if test $withval = "no"
+      then
+        has_stlport=false
+      else
+@@ -15864,7 +15864,7 @@ fi
+ 
+ # Check whether --with-allocator was given.
+ if test "${with_allocator+set}" = set; then :
+-  withval=$with_allocator; if test $withval == "no"
++  withval=$with_allocator; if test $withval = "no"
+      then
+        has_allocator=false
+      else
+@@ -15885,7 +15885,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+ 
+ 
+ # check for debug allocator
+-if test "x$with_allocator" == "xdebug"
++if test "x$with_allocator" = "xdebug"
+ then
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __gnu_cxx::debug_allocator" >&5
+ $as_echo_n "checking for __gnu_cxx::debug_allocator... " >&6; }
+@@ -15917,7 +15917,7 @@ rm -f core conftest.err conftest.$ac_obj
+ fi
+ 
+ # check for new allocator
+-if test "x$with_allocator" == "xnew"
++if test "x$with_allocator" = "xnew"
+ then
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __gnu_cxx::new_allocator" >&5
+ $as_echo_n "checking for __gnu_cxx::new_allocator... " >&6; }
+@@ -15948,7 +15948,7 @@ rm -f core conftest.err conftest.$ac_obj
+ fi
+ 
+ # check for boost::pool_allocator
+-if test "x$with_allocator" == "xboost"
++if test "x$with_allocator" = "xboost"
+ then
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for boost::pool_allocator" >&5
+ $as_echo_n "checking for boost::pool_allocator... " >&6; }
+@@ -15979,7 +15979,7 @@ rm -f core conftest.err conftest.$ac_obj
+ fi
+ 
+ # check for boost::fast_pool_allocator
+-if test "x$with_allocator" == "xboost_fast"
++if test "x$with_allocator" = "xboost_fast"
+ then
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for boost::fast_pool_allocator" >&5
+ $as_echo_n "checking for boost::fast_pool_allocator... " >&6; }
+@@ -16010,7 +16010,7 @@ rm -f core conftest.err conftest.$ac_obj
+ fi
+ 
+ # check for __gnu_cxx::__pool_alloc
+-if test "x$with_allocator" == "xpool"
++if test "x$with_allocator" = "xpool"
+ then
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __gnu_cxx::__pool_alloc" >&5
+ $as_echo_n "checking for __gnu_cxx::__pool_alloc... " >&6; }
+@@ -16041,7 +16041,7 @@ rm -f core conftest.err conftest.$ac_obj
+ fi
+ 
+ # check for __gnu_cxx::__mt_alloc
+-if test "x$with_allocator" == "xmt"
++if test "x$with_allocator" = "xmt"
+ then
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __gnu_cxx::__mt_alloc" >&5
+ $as_echo_n "checking for __gnu_cxx::__mt_alloc... " >&6; }
+@@ -16072,7 +16072,7 @@ rm -f core conftest.err conftest.$ac_obj
+ fi
+ 
+ # check for __gnu_cxx::bitmap_allocator
+-if test "x$with_allocator" == "xbitmap"
++if test "x$with_allocator" = "xbitmap"
+ then
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __gnu_cxx::bitmap_allocator" >&5
+ $as_echo_n "checking for __gnu_cxx::bitmap_allocator... " >&6; }
+@@ -16103,7 +16103,7 @@ rm -f core conftest.err conftest.$ac_obj
+ fi
+ 
+ # check for tbb::scalable_allocator
+-if test "x$with_allocator" == "xtbb"
++if test "x$with_allocator" = "xtbb"
+ then
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tbb::scalable_allocator" >&5
+ $as_echo_n "checking for tbb::scalable_allocator... " >&6; }
+@@ -16140,7 +16140,7 @@ has_python=false
+ 
+ # Check whether --with-python was given.
+ if test "${with_python+set}" = set; then :
+-  withval=$with_python; if test $withval == "no"
++  withval=$with_python; if test $withval = "no"
+      then
+        has_python=false
+      else
+@@ -16184,7 +16184,7 @@ has_ruby=false
+ 
+ # Check whether --with-ruby was given.
+ if test "${with_ruby+set}" = set; then :
+-  withval=$with_ruby; if test $withval == "no"
++  withval=$with_ruby; if test $withval = "no"
+      then
+        has_ruby=false
+      else
+@@ -16220,7 +16220,7 @@ has_java=false
+ 
+ # Check whether --with-java was given.
+ if test "${with_java+set}" = set; then :
+-  withval=$with_java; if test $withval == "no"
++  withval=$with_java; if test $withval = "no"
+      then
+        has_java=false
+      else
+@@ -16259,7 +16259,7 @@ has_tbb=false
+ 
+ # Check whether --with-tbb was given.
+ if test "${with_tbb+set}" = set; then :
+-  withval=$with_tbb; if test $withval == "no"
++  withval=$with_tbb; if test $withval = "no"
+      then
+        has_tbb=false
+      else
+@@ -16277,7 +16277,7 @@ has_tbb_arch=false
+ 
+ # Check whether --with-tbb-arch was given.
+ if test "${with_tbb_arch+set}" = set; then :
+-  withval=$with_tbb_arch; if test $withval == "no"
++  withval=$with_tbb_arch; if test $withval = "no"
+      then
+        has_tbb_arch=false
+      else
+@@ -16306,7 +16306,7 @@ fi
+ # libs
+ LIBS="$STLPORT_LIBS $XML_LIBS $MYSQL_LIBS $POSTGRESQL_LDFLAGS $TBB_LIBS $LIBS"
+ # gcc flags
+-if test `uname` == SunOS; then
++if test `uname` = SunOS; then
+    	SHAREDFLAGS="$TBB_CFLAGS $BOOST_CFLAGS $STLPORT_CFLAGS $MYSQL_CFLAGS $POSTGRESQL_CFLAGS $XML_CPPFLAGS $XML_CFLAGS $JAVA_CFLAGS $PYTHON_CFLAGS $RUBY_CFLAGS"
+ else
+ 	SHAREDFLAGS="-Wall -ansi -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual $TBB_CFLAGS $BOOST_CFLAGS $STLPORT_CFLAGS $MYSQL_CFLAGS $POSTGRESQL_CFLAGS $XML_CPPFLAGS $XML_CFLAGS $PYTHON_CFLAGS $RUBY_CFLAGS"


Home | Main Index | Thread Index | Old Index