summaryrefslogtreecommitdiff
path: root/config/versions/glibc-ports.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-05 07:30:35 (GMT)
committerGitHub <noreply@github.com>2017-06-05 07:30:35 (GMT)
commit02f21e8bf37deaab1a836f4afd11c5fc8ee30220 (patch)
tree14f8612734a1b2e44e50afc90e9a7651d2339cd5 /config/versions/glibc-ports.in
parented1d2d6a0e826b172454bae988de79945a67fe24 (diff)
parent6aaa2a1a67d2f105bac21750b02142201052393f (diff)
Merge pull request #734 from stilor/upgrades
Upgrades (a bunch of)
Diffstat (limited to 'config/versions/glibc-ports.in')
-rw-r--r--config/versions/glibc-ports.in105
1 files changed, 105 insertions, 0 deletions
diff --git a/config/versions/glibc-ports.in b/config/versions/glibc-ports.in
new file mode 100644
index 0000000..ea52b41
--- /dev/null
+++ b/config/versions/glibc-ports.in
@@ -0,0 +1,105 @@
+#
+# DO NOT EDIT! This file is automatically generated.
+#
+
+
+if EXPERIMENTAL
+choice
+ bool "Source of glibc-ports"
+
+config GLIBC_PORTS_SRC_RELEASE
+ bool "Released tarball"
+ help
+ Download a released tarball.
+
+config GLIBC_PORTS_SRC_DEVEL
+ bool "Vendor repository"
+ help
+ Check out from vendor repository at:
+ git://sourceware.org/git/glibc-ports.git
+
+if GLIBC_PORTS_SRC_DEVEL
+
+config GLIBC_PORTS_DEVEL_VCS
+ string
+ default "git"
+
+config GLIBC_PORTS_DEVEL_URL
+ string
+ default "git://sourceware.org/git/glibc-ports.git"
+
+config GLIBC_PORTS_DEVEL_BRANCH
+ string "Branch to check out"
+ default "master"
+ help
+ Git: branch to be checked out
+ Subversion: directories to append to the repository URL.
+
+config GLIBC_PORTS_DEVEL_REVISION
+ string "Revision/changeset"
+ default "HEAD"
+ help
+ Commit ID or revision ID to check out.
+
+endif
+
+config GLIBC_PORTS_SRC_CUSTOM
+ bool "Custom location"
+ depends on EXPERIMENTAL
+ help
+ Custom directory or tarball.
+
+if GLIBC_PORTS_SRC_CUSTOM
+
+config GLIBC_PORTS_CUSTOM_LOCATION
+ string "Custom source location"
+ help
+ Path to the directory or tarball with the sources.
+
+endif
+
+endchoice
+endif
+
+config GLIBC_PORTS_MIRRORS_ARRAY
+ string
+ default "https://ftp.gnu.org/gnu/glibc http://ftp.gnu.org/gnu/glibc ftp://ftp.gnu.org/gnu/glibc ftp://sourceware.org/pub/glibc/releases ftp://gcc.gnu.org/pub/glibc/releases"
+
+
+config GLIBC_PORTS_V_2_16_0
+ def_bool y
+ depends on GLIBC_V_2_16_0
+
+config GLIBC_PORTS_V_2_15
+ def_bool y
+ depends on GLIBC_V_2_15
+
+config GLIBC_PORTS_V_2_14_1
+ def_bool y
+ depends on GLIBC_V_2_14_1
+
+config GLIBC_PORTS_V_2_14
+ def_bool y
+ depends on GLIBC_V_2_14
+
+config GLIBC_PORTS_V_2_13
+ def_bool y
+ depends on GLIBC_V_2_13
+
+config GLIBC_PORTS_V_2_12_1
+ def_bool y
+ depends on GLIBC_V_2_12_1
+
+
+
+config GLIBC_PORTS_VERSION
+ string
+ default "2.16.0" if GLIBC_PORTS_V_2_16_0
+ default "2.15" if GLIBC_PORTS_V_2_15
+ default "2.14.1" if GLIBC_PORTS_V_2_14_1
+ default "2.14" if GLIBC_PORTS_V_2_14
+ default "2.13" if GLIBC_PORTS_V_2_13
+ default "2.12.1" if GLIBC_PORTS_V_2_12_1
+ default "unknown"
+
+