summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-07-21 21:58:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-07-21 21:58:30 +0300
commite1c2938d2a09cef47408feb5a946492750c150f3 (patch)
tree83a2f842c0d5162090f201a1622655d0c6cff16f
parent95003d8803a671a7f9ef6fddcba42ccd219d6ab2 (diff)
Release version 3.2.3+1v3.2.3+1
Build only default configuration set
-rw-r--r--libxerces-c/manifest9
1 files changed, 7 insertions, 2 deletions
diff --git a/libxerces-c/manifest b/libxerces-c/manifest
index 2841a6b..c40c2e6 100644
--- a/libxerces-c/manifest
+++ b/libxerces-c/manifest
@@ -3,7 +3,7 @@ name: libxerces-c
# Note: remember to update doc-url below!
#
-version: 3.2.3
+version: 3.2.3+1
project: xerces-c
summary: Validating XML parsing and serialization C++ library
@@ -17,7 +17,12 @@ package-url: https://git.build2.org/cgit/packaging/xerces-c/
email: c-users@xerces.apache.org ; Mailing list.
package-email: packaging@build2.org ; Mailing list.
build-error-email: builds@build2.org
-builds: all
+
+# Don't build the legacy configurations since the respective machines may not
+# have enough disk space for that.
+#
+builds: default
+
depends: * build2 >= 0.12.0
depends: * bpkg >= 0.12.0
depends: libcurl >= 7.67.0