summaryrefslogtreecommitdiff
path: root/packages/dev-libs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-libs')
-rw-r--r--packages/dev-libs/log4cxx/log4cxx-0.10.0.exheres-01
-rw-r--r--packages/dev-libs/log4cxx/log4cxx-scm.exheres-01
-rw-r--r--packages/dev-libs/log4cxx/log4cxx.exlib3
-rw-r--r--packages/dev-libs/rapidjson/rapidjson-1.1.0.exheres-01
-rw-r--r--packages/dev-libs/rapidjson/rapidjson-scm.exheres-01
-rw-r--r--packages/dev-libs/rapidjson/rapidjson.exlib2
6 files changed, 7 insertions, 2 deletions
diff --git a/packages/dev-libs/log4cxx/log4cxx-0.10.0.exheres-0 b/packages/dev-libs/log4cxx/log4cxx-0.10.0.exheres-0
index 6b5e204..2d66d86 100644
--- a/packages/dev-libs/log4cxx/log4cxx-0.10.0.exheres-0
+++ b/packages/dev-libs/log4cxx/log4cxx-0.10.0.exheres-0
@@ -4,3 +4,4 @@
require log4cxx
PLATFORMS="~amd64 ~x86"
+
diff --git a/packages/dev-libs/log4cxx/log4cxx-scm.exheres-0 b/packages/dev-libs/log4cxx/log4cxx-scm.exheres-0
index 6b5e204..2d66d86 100644
--- a/packages/dev-libs/log4cxx/log4cxx-scm.exheres-0
+++ b/packages/dev-libs/log4cxx/log4cxx-scm.exheres-0
@@ -4,3 +4,4 @@
require log4cxx
PLATFORMS="~amd64 ~x86"
+
diff --git a/packages/dev-libs/log4cxx/log4cxx.exlib b/packages/dev-libs/log4cxx/log4cxx.exlib
index 40ac126..1db3b65 100644
--- a/packages/dev-libs/log4cxx/log4cxx.exlib
+++ b/packages/dev-libs/log4cxx/log4cxx.exlib
@@ -2,7 +2,7 @@
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
-require github [ user=apache project=logging-log4cxx tag=v$(ever replace_all _) force_git_clone=true ]
+require github [ user=apache project=logging-log4cxx tag=v$(ever replace_all _) ]
#TODO: version 0.10.0 require earlier autotools
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
@@ -46,3 +46,4 @@ DEFAULT_SRC_CONFIGURE_OPTION_WITHS=(
'providers:unixodbc ODBC unixODBC'
'providers:iodbc ODBC iODBC'
)
+
diff --git a/packages/dev-libs/rapidjson/rapidjson-1.1.0.exheres-0 b/packages/dev-libs/rapidjson/rapidjson-1.1.0.exheres-0
index e27c7a3..6318f69 100644
--- a/packages/dev-libs/rapidjson/rapidjson-1.1.0.exheres-0
+++ b/packages/dev-libs/rapidjson/rapidjson-1.1.0.exheres-0
@@ -4,3 +4,4 @@
require rapidjson
PLATFORMS="~amd64 ~x86"
+
diff --git a/packages/dev-libs/rapidjson/rapidjson-scm.exheres-0 b/packages/dev-libs/rapidjson/rapidjson-scm.exheres-0
index e27c7a3..6318f69 100644
--- a/packages/dev-libs/rapidjson/rapidjson-scm.exheres-0
+++ b/packages/dev-libs/rapidjson/rapidjson-scm.exheres-0
@@ -4,3 +4,4 @@
require rapidjson
PLATFORMS="~amd64 ~x86"
+
diff --git a/packages/dev-libs/rapidjson/rapidjson.exlib b/packages/dev-libs/rapidjson/rapidjson.exlib
index f4baff7..4e6cf9f 100644
--- a/packages/dev-libs/rapidjson/rapidjson.exlib
+++ b/packages/dev-libs/rapidjson/rapidjson.exlib
@@ -11,7 +11,7 @@ SCM_SECONDARY_REPOSITORIES="gtest"
SCM_gtest_REPOSITORY="https://github.com/google/googletest.git"
-require github [ user=miloyip tag=v${PV} force_git_clone=true ]
+require github [ user=miloyip tag=v${PV} ]
require cmake [ api=2 ]
SUMMARY="A fast JSON parser/generator for C++ with both SAX/DOM style API"