File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Attempt to guess a canonical system name.
33# Copyright 1992-2015 Free Software Foundation, Inc.
44
5- timestamp=' 2015-10-21 '
5+ timestamp=' 2015-11-19 '
66
77# This file is free software; you can redistribute it and/or modify it
88# under the terms of the GNU General Public License as published by
@@ -1393,6 +1393,9 @@ EOF
13931393 x86_64:VMkernel:* :* )
13941394 echo ${UNAME_MACHINE} -unknown-esx
13951395 exit ;;
1396+ amd64:Isilon\ OneFS:* :* )
1397+ echo x86_64-unknown-onefs
1398+ exit ;;
13961399esac
13971400
13981401cat >&2 << EOF
Original file line number Diff line number Diff line change 22# Configuration validation subroutine script.
33# Copyright 1992-2015 Free Software Foundation, Inc.
44
5- timestamp=' 2015-08-20 '
5+ timestamp=' 2015-11-22 '
66
77# This file is free software; you can redistribute it and/or modify it
88# under the terms of the GNU General Public License as published by
@@ -53,8 +53,7 @@ timestamp='2015-08-20'
5353me=` echo " $0 " | sed -e ' s,.*/,,' `
5454
5555usage=" \
56- Usage: $0 [OPTION] CPU-MFR-OPSYS
57- $0 [OPTION] ALIAS
56+ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
5857
5958Canonicalize a configuration name.
6059
@@ -1399,7 +1398,8 @@ case $os in
13991398 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
14001399 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
14011400 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1402- | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos* )
1401+ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
1402+ | -onefs* | -tirtos* )
14031403 # Remember, each alternative MUST END IN *, to match a version number.
14041404 ;;
14051405 -qnx* )
Original file line number Diff line number Diff line change 11package =boost
2- $(package)_version =1_58_0
3- $(package)_download_path =http://sourceforge.net/projects/boost/files/boost/1.58 .0
2+ $(package)_version =1_59_0
3+ $(package)_download_path =http://sourceforge.net/projects/boost/files/boost/1.59 .0
44$(package)_file_name =$(package ) _$($(package ) _version) .tar.bz2
5- $(package)_sha256_hash =fdfc204fc33ec79c99b9a74944c3e54bd78be4f7f15e260c0e2700a36dc7d3e5
5+ $(package)_sha256_hash =727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca
66
77define $(package)_set_vars
88$(package ) _config_opts_release=variant=release
Original file line number Diff line number Diff line change 11package =miniupnpc
2- $(package)_version =1.9.20151008
2+ $(package)_version =1.9.20151026
33$(package)_download_path =http://miniupnp.free.fr/files
44$(package)_file_name =$(package ) -$($(package ) _version) .tar.gz
5- $(package)_sha256_hash =e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633
5+ $(package)_sha256_hash =f3cf9a5a31588a917d4d9237e5bc50f84d00c5aa48e27ed50d9b88dfa6a25d47
66
77define $(package)_set_vars
88$(package ) _build_opts=CC="$($(package ) _cc) "
9- $(package ) _build_opts_darwin=OS=Darwin
9+ $(package ) _build_opts_darwin=OS=Darwin LIBTOOL=" $( $( package ) _libtool) "
1010$(package ) _build_opts_mingw32=-f Makefile.mingw
1111$(package ) _build_env+=CFLAGS="$($(package ) _cflags) $($(package ) _cppflags) " AR="$($(package ) _ar) "
1212endef
Original file line number Diff line number Diff line change 11package =native_ccache
2- $(package)_version =3.2.3
2+ $(package)_version =3.2.4
33$(package)_download_path =http://samba.org/ftp/ccache
44$(package)_file_name =ccache-$($(package ) _version) .tar.bz2
5- $(package)_sha256_hash =b07165d4949d107d17f2f84b90b52953617bf1abbf249d5cc20636f43337c98c
5+ $(package)_sha256_hash =ffeb967edb549e67da0bd5f44f729a2022de9fdde65dfd80d2a7204d7f75332e
66
77define $(package)_set_vars
88$(package ) _config_opts=
Original file line number Diff line number Diff line change 11package =zeromq
2- $(package)_version =4.0.4
2+ $(package)_version =4.0.7
33$(package)_download_path =http://download.zeromq.org
44$(package)_file_name =$(package ) -$($(package ) _version) .tar.gz
5- $(package)_sha256_hash =1ef71d46e94f33e27dd5a1661ed626cd39be4d2d6967792a275040e34457d399
5+ $(package)_sha256_hash =e00b2967e074990d0538361cc79084a0a92892df2c6e7585da34e4c61ee47b03
66
77define $(package)_set_vars
88 $(package ) _config_opts=--without-documentation --disable-shared
You can’t perform that action at this time.
0 commit comments