Browse Source

automake: Updated (1.11.6 -> 1.15)

master
Nagy Károly Gábriel 8 years ago
parent
commit
aa476c3bd5
3 changed files with 5 additions and 43 deletions
  1. +0
    -38
      base/automake/automake-add-linux-musl.patch
  2. +2
    -2
      base/automake/automake.conf
  3. +3
    -3
      base/automake/automake.desc

+ 0
- 38
base/automake/automake-add-linux-musl.patch

@ -1,38 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../automake/automake-add-linux-musl.patch
# Copyright (C) 2013 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
Add support for linux-musl
--- automake-1.11.6/lib/config.sub.orig 2013-08-28 22:51:24.700026499 +0200
+++ automake-1.11.6/lib/config.sub 2013-08-28 22:52:27.241453933 +0200
@@ -123,7 +123,7 @@
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in
nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
- linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
+ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
knetbsd*-gnu* | netbsd*-gnu* | \
kopensolaris*-gnu* | \
storm-chaos* | os2-emx* | rtmk-nova*)
@@ -1354,7 +1354,7 @@
| -chorusos* | -chorusrdb* | -cegcc* \
| -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -linux-android* \
- | -linux-newlib* | -linux-uclibc* \
+ | -linux-newlib* | -linux-musl* | -linux-uclibc* \
| -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \

+ 2
- 2
base/automake/automake.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../automake/automake.conf
# Copyright (C) 2007 - 2013 The OpenSDE Project
# Copyright (C) 2007 - 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -16,7 +16,7 @@ automake_symlink() {
local v=$( echo $ver | cut -d'.' -f'1-2' )
# strangely ln -n is not working in this case
for x in aclocal automake; do
for x in automake; do
rm -f $root$datadir/$x
ln -snf $x-$v $root$datadir/$x
done

+ 3
- 3
base/automake/automake.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../automake/automake.desc
[COPY] Copyright (C) 2006 - 2013 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2015 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -35,8 +35,8 @@
[L] GPL
[S] Stable
[V] 1.11.6
[V] 1.15
[P] X 01-3-5---9 102.002
[D] 1559165781 automake-1.11.6.tar.xz ftp://ftp.gnu.org/gnu/automake/
[D] 2164388240 automake-1.15.tar.xz ftp://ftp.gnu.org/gnu/automake/

Loading…
Cancel
Save