Browse Source

gawk: Updated (4.0.1 -> 4.1.3)

tc-work-wip
Nagy Károly Gábriel 9 years ago
committed by Nagy Károly Gábriel
parent
commit
57f0113337
Signed by: karasz GPG Key ID: C6BA1070A8CBDA0C
3 changed files with 36 additions and 4 deletions
  1. +6
    -1
      base/gawk/gawk.conf
  2. +3
    -3
      base/gawk/gawk.desc
  3. +27
    -0
      base/gawk/no-extensions.patch.cross

+ 6
- 1
base/gawk/gawk.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../gawk/gawk.conf # Filename: package/.../gawk/gawk.conf
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2006 - 2016 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -20,3 +20,8 @@ var_append INSTALL_WRAPPER_FILTER "|" \
# INSTALL_WRAPPER_FILTER needs to be empty to not filter the symlink ... # INSTALL_WRAPPER_FILTER needs to be empty to not filter the symlink ...
hook_add postmake 3 "INSTALL_WRAPPER_FILTER= ; ln -sfv ../../bin/gawk \ hook_add postmake 3 "INSTALL_WRAPPER_FILTER= ; ln -sfv ../../bin/gawk \
$root/usr/bin/gawk ; ln -sfv gawk $root/bin/awk" $root/usr/bin/gawk ; ln -sfv gawk $root/bin/awk"
var_append confopt ' ' "CFLAGS=\"$CFLAGS\""
var_append confopt ' ' "LDFLAGS=\"$LDFLAGS\""

+ 3
- 3
base/gawk/gawk.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../gawk/gawk.desc [COPY] Filename: package/.../gawk/gawk.desc
[COPY] Copyright (C) 2006 - 2012 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2016 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY] [COPY]
@ -31,7 +31,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.1.3
[P] X -1---5---9 108.400 [P] X -1---5---9 108.400
[D] 3451752614 gawk-4.0.1.tar.gz ftp://ftp.gnu.org/pub/gnu/gawk/
[D] 4031128767 gawk-4.1.3.tar.gz ftp://ftp.gnu.org/pub/gnu/gawk/

+ 27
- 0
base/gawk/no-extensions.patch.cross

@ -0,0 +1,27 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../gawk/no-extensions.patch.cross
# Copyright (C) 2016 The OpenSDE Project
# Copyright (C) 2014 The T2 SDE 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 ---
--- gawk-4.1.1/Makefile.in.vanilla 2014-06-04 09:11:22.000000000 +0200
+++ gawk-4.1.1/Makefile.in 2014-06-04 09:11:35.000000000 +0200
@@ -472,7 +472,6 @@
awklib \
doc \
po \
- extension \
test
include_HEADERS = gawkapi.h

Loading…
Cancel
Save