Simple diff below to bring dlib to the latest satble version. Still no
other consumers.

Change log: http://dlib.net/change_log.html

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/dlib/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- Makefile    23 Oct 2017 14:43:38 -0000      1.1.1.1
+++ Makefile    31 Dec 2017 12:43:11 -0000
@@ -2,9 +2,9 @@
 
 COMMENT =              C++ toolkit for machine learning and data analysis
 
-DISTNAME =             dlib-19.7
+DISTNAME =             dlib-19.8
 
-SHARED_LIBS +=  dlib                      0.0 # 19.7
+SHARED_LIBS +=  dlib                      1.0 # 19.7
 
 CATEGORIES =           devel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/dlib/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo    23 Oct 2017 14:43:38 -0000      1.1.1.1
+++ distinfo    31 Dec 2017 12:43:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (dlib-19.7.tar.bz2) = gl2+ReDTeaTlWEwpGLHgyzfp7XVld2b9eytPPgX4ktY=
-SIZE (dlib-19.7.tar.bz2) = 9336154
+SHA256 (dlib-19.8.tar.bz2) = 29Mfe5cWbljzZsg/pRJ+n6RMSSkhVYthzmOn13W+aWs=
+SIZE (dlib-19.8.tar.bz2) = 10142691
Index: patches/patch-examples_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/devel/dlib/patches/patch-examples_CMakeLists_txt,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-examples_CMakeLists_txt
--- patches/patch-examples_CMakeLists_txt       23 Oct 2017 14:43:38 -0000      
1.1.1.1
+++ patches/patch-examples_CMakeLists_txt       31 Dec 2017 12:43:11 -0000
@@ -3,8 +3,8 @@ thread-local storage is not supported
 Index: examples/CMakeLists.txt
 --- examples/CMakeLists.txt.orig
 +++ examples/CMakeLists.txt
-@@ -112,7 +112,7 @@ endmacro()
- # to compile the rest of dlib.  
+@@ -124,7 +124,7 @@ endmacro()
+ #   cmake .. -G "Visual Studio 14 2015 Win64" -T host=x64 
  if (NOT USING_OLD_VISUAL_STUDIO_COMPILER)
     add_example(dnn_metric_learning_ex)
 -   add_gui_example(dnn_face_recognition_ex)
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/dlib/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   23 Oct 2017 14:43:38 -0000      1.1.1.1
+++ pkg/PLIST   31 Dec 2017 12:43:11 -0000
@@ -14,6 +14,7 @@ include/dlib/any/any_function_impl.h
 include/dlib/any/any_function_impl2.h
 include/dlib/any/any_trainer.h
 include/dlib/any/any_trainer_abstract.h
+include/dlib/appveyor/
 include/dlib/array/
 include/dlib/array.h
 include/dlib/array/array_kernel.h
@@ -86,6 +87,7 @@ include/dlib/clustering/spectral_cluster
 include/dlib/cmake_utils/
 include/dlib/cmake_utils/add_global_compiler_switch.cmake
 include/dlib/cmake_utils/check_if_neon_available.cmake
+include/dlib/cmake_utils/set_compiler_specific_options.cmake
 include/dlib/cmake_utils/tell_visual_studio_to_use_static_runtime.cmake
 include/dlib/cmake_utils/test_for_cpp11/
 include/dlib/cmake_utils/test_for_cuda/
@@ -172,6 +174,8 @@ include/dlib/disjoint_subsets/
 include/dlib/disjoint_subsets.h
 include/dlib/disjoint_subsets/disjoint_subsets.h
 include/dlib/disjoint_subsets/disjoint_subsets_abstract.h
+include/dlib/disjoint_subsets/disjoint_subsets_sized.h
+include/dlib/disjoint_subsets/disjoint_subsets_sized_abstract.h
 include/dlib/dnn/
 include/dlib/dnn.h
 include/dlib/dnn/core.h
@@ -302,6 +306,14 @@ include/dlib/geometry/rectangle.h
 include/dlib/geometry/rectangle_abstract.h
 include/dlib/geometry/vector.h
 include/dlib/geometry/vector_abstract.h
+include/dlib/global_optimization/
+include/dlib/global_optimization.h
+include/dlib/global_optimization/find_max_global.h
+include/dlib/global_optimization/find_max_global_abstract.h
+include/dlib/global_optimization/global_function_search.h
+include/dlib/global_optimization/global_function_search_abstract.h
+include/dlib/global_optimization/upper_bound_function.h
+include/dlib/global_optimization/upper_bound_function_abstract.h
 include/dlib/graph/
 include/dlib/graph.h
 include/dlib/graph/graph_kernel_1.h
@@ -554,6 +566,7 @@ include/dlib/matrix/lapack/gesdd.h
 include/dlib/matrix/lapack/gesvd.h
 include/dlib/matrix/lapack/getrf.h
 include/dlib/matrix/lapack/ormqr.h
+include/dlib/matrix/lapack/pbtrf.h
 include/dlib/matrix/lapack/potrf.h
 include/dlib/matrix/lapack/syev.h
 include/dlib/matrix/lapack/syevr.h
@@ -619,6 +632,7 @@ include/dlib/memory_manager_stateless.h
 include/dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h
 include/dlib/memory_manager_stateless/memory_manager_stateless_kernel_2.h
 
include/dlib/memory_manager_stateless/memory_manager_stateless_kernel_abstract.h
+include/dlib/metaprogramming.h
 include/dlib/misc_api/
 include/dlib/misc_api.h
 include/dlib/misc_api/misc_api_kernel_1.h

Reply via email to