FreeBSD Bugzilla – Attachment 182659 Details for
Bug 218985
math/cadabra2: Update to 2.1.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
cadabra2.patch (text/plain), 6.34 KB, created by
Yuri Victorovich
on 2017-05-17 08:29:03 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-05-17 08:29:03 UTC
Size:
6.34 KB
patch
obsolete
>Index: math/cadabra2/Makefile >=================================================================== >--- math/cadabra2/Makefile (revision 436530) >+++ math/cadabra2/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= cadabra2 >-PORTVERSION= 2.1.2 >+PORTVERSION= 2.1.4 > CATEGORIES= math > > MAINTAINER= yuri@rawbw.com >Index: math/cadabra2/distinfo >=================================================================== >--- math/cadabra2/distinfo (revision 439698) >+++ math/cadabra2/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1486104650 >-SHA256 (kpeeters-cadabra2-2.1.2_GH0.tar.gz) = d8e4c304b71ab2bc7109347197bf4f19fce9ccb7c2986ad07d56b43383697995 >-SIZE (kpeeters-cadabra2-2.1.2_GH0.tar.gz) = 4444189 >+TIMESTAMP = 1493518416 >+SHA256 (kpeeters-cadabra2-2.1.4_GH0.tar.gz) = 89a8dc02f41fcb1061007fc87034975ba2a249ea8e03b2e5f035b8a123459559 >+SIZE (kpeeters-cadabra2-2.1.4_GH0.tar.gz) = 4475773 >Index: math/cadabra2/files/patch-client__server_CMakeLists.txt >=================================================================== >--- math/cadabra2/files/patch-client__server_CMakeLists.txt (revision 439698) >+++ math/cadabra2/files/patch-client__server_CMakeLists.txt (working copy) >@@ -1,11 +1,11 @@ >---- client_server/CMakeLists.txt.orig 2017-01-04 17:38:25 UTC >+--- client_server/CMakeLists.txt.orig 2017-04-14 09:26:53 UTC > +++ client_server/CMakeLists.txt >-@@ -86,21 +86,21 @@ add_definitions("-D_WEBSOCKETPP_CPP11_ST >+@@ -90,21 +90,21 @@ add_definitions("-D_WEBSOCKETPP_CPP11_ST > > # Create the server library > #link_directories(${UUID_LIBRARY_DIRS}) >--add_library(cadabra_server SHARED Server.cc Snoop.cc jsoncpp/jsoncpp.cpp) >-+add_library(cadabra_server SHARED Server.cc Snoop.cc) >+-add_library(cadabra_server SHARED Server.cc Snoop.cc jsoncpp/jsoncpp.cpp ../core/CdbPython.cc ../core/Stopwatch.cc ../core/ProgressMonitor.cc) >++add_library(cadabra_server SHARED Server.cc Snoop.cc ../core/CdbPython.cc ../core/Stopwatch.cc ../core/ProgressMonitor.cc) > target_link_libraries(cadabra_server ${Boost_LIBRARIES} ${SNOOP_LIBRARIES} sqlite3 ${PYTHON_LIBRARIES} ${GLIBMM3_LIBRARIES}) > if (WIN32) > target_link_libraries(cadabra_server ws2_32 mswsock) >Index: math/cadabra2/files/patch-core_cadabra2.in >=================================================================== >--- math/cadabra2/files/patch-core_cadabra2.in (nonexistent) >+++ math/cadabra2/files/patch-core_cadabra2.in (working copy) >@@ -0,0 +1,8 @@ >+--- core/cadabra2.in.orig 2017-05-17 08:17:17 UTC >++++ core/cadabra2.in >+@@ -1,4 +1,4 @@ >+-#!/usr/bin/env python@PYTHON_POSTFIX@ >++#!@PYTHON_EXECUTABLE@ >+ # >+ # \ingroup pythoncore >+ # > >Property changes on: math/cadabra2/files/patch-core_cadabra2.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: math/cadabra2/files/patch-frontend_gtkmm_CMakeLists.txt >=================================================================== >--- math/cadabra2/files/patch-frontend_gtkmm_CMakeLists.txt (revision 439698) >+++ math/cadabra2/files/patch-frontend_gtkmm_CMakeLists.txt (working copy) >@@ -1,4 +1,4 @@ >---- frontend/gtkmm/CMakeLists.txt.orig 2017-02-03 07:40:10 UTC >+--- frontend/gtkmm/CMakeLists.txt.orig 2017-04-14 09:26:53 UTC > +++ frontend/gtkmm/CMakeLists.txt > @@ -116,11 +116,11 @@ install(FILES ${PROJECT_SOURCE_DIR}/. > # there anyway. >Index: math/cadabra2/files/patch-override_include_boost_asio_detail_impl_socket__ops.ipp >=================================================================== >--- math/cadabra2/files/patch-override_include_boost_asio_detail_impl_socket__ops.ipp (revision 439698) >+++ math/cadabra2/files/patch-override_include_boost_asio_detail_impl_socket__ops.ipp (working copy) >@@ -1,4 +1,4 @@ >---- override/include/boost/asio/detail/impl/socket_ops.ipp.orig 2016-10-09 22:39:18 UTC >+--- override/include/boost/asio/detail/impl/socket_ops.ipp.orig 2017-05-17 08:16:13 UTC > +++ override/include/boost/asio/detail/impl/socket_ops.ipp > @@ -469,7 +469,15 @@ template <typename SockLenType> > inline int call_connect(SockLenType msghdr::*, >Index: math/cadabra2/files/patch-override_include_websocketpp_transport_asio_endpoint.hpp >=================================================================== >--- math/cadabra2/files/patch-override_include_websocketpp_transport_asio_endpoint.hpp (revision 439698) >+++ math/cadabra2/files/patch-override_include_websocketpp_transport_asio_endpoint.hpp (working copy) >@@ -1,4 +1,4 @@ >---- override/include/websocketpp/transport/asio/endpoint.hpp.orig 2016-10-09 22:39:45 UTC >+--- override/include/websocketpp/transport/asio/endpoint.hpp.orig 2017-05-17 08:16:13 UTC > +++ override/include/websocketpp/transport/asio/endpoint.hpp > @@ -491,7 +491,7 @@ public: > * @param ec Set to indicate what error occurred, if any. >Index: math/cadabra2/pkg-plist >=================================================================== >--- math/cadabra2/pkg-plist (revision 439698) >+++ math/cadabra2/pkg-plist (working copy) >@@ -2,6 +2,7 @@ > bin/cadabra-server > bin/cadabra2 > bin/cadabra2html >+bin/cadabra2python > lib/libcadabra_client.so > lib/libcadabra_server.so > %%GUI%%lib/libtexengine.so >@@ -46,11 +47,13 @@ > %%GUI%%%%DATADIR%%/manual/algorithms/integrate_by_parts.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/join_gamma.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/keep_weight.cnb >+%%GUI%%%%DATADIR%%/manual/algorithms/lr_tensor.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/product_rule.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/reduce_delta.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/rename_dummies.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/rewrite_indices.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/sort_product.cnb >+%%GUI%%%%DATADIR%%/manual/algorithms/sort_spinors.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/sort_sum.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/split_gamma.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/split_index.cnb >@@ -94,5 +97,9 @@ > %%GUI%%%%DATADIR%%/manual/properties/SortOrder.cnb > %%GUI%%%%DATADIR%%/manual/properties/Spinor.cnb > %%GUI%%%%DATADIR%%/manual/properties/Symmetric.cnb >+%%GUI%%%%DATADIR%%/manual/properties/Tableau.cnb > %%GUI%%%%DATADIR%%/manual/properties/TableauSymmetry.cnb >+%%GUI%%%%DATADIR%%/manual/properties/WeightInherit.cnb >+%%GUI%%%%DATADIR%%/notebook.html >+%%GUI%%%%DATADIR%%/notebook.tex > %%GUI%%%%DATADIR%%/texengine/preamble.tex
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
yuri
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 218985
:
182203
|
182658
| 182659