diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-08-16 20:49:59 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-08-16 20:49:59 +0000 |
commit | f2db0bcd9543cb80c6da9bebfc7bdd5a6316d432 (patch) | |
tree | 041e3203742321dd481435694bd5967559df7182 /misc/videotext/files/patch-aa | |
parent | Fix security issue noted in http://drupal.org/files/sa-2005-004/advisory.txt. (diff) |
- Fix build with new gcc version (patch-tvchannels.c)
- Remove s/gawk/awk/ patches and introduce build time dependecy to gawk
because one of the scripts uses `strftime' which is not available in
our base systems awk.
Approved by: portmgr (clement)
Notes
Notes:
svn path=/head/; revision=140896
Diffstat (limited to 'misc/videotext/files/patch-aa')
-rw-r--r-- | misc/videotext/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/videotext/files/patch-aa b/misc/videotext/files/patch-aa deleted file mode 100644 index f0533324e0fb..000000000000 --- a/misc/videotext/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** scripts/check-help.orig Tue Jun 8 16:10:07 1999 ---- scripts/check-help Tue Jun 8 16:10:07 1999 -*************** INFOFILE="$1" -*** 24,30 **** - shift - - egrep -h 'XV_HELP_DATA.*"videotext:[a-zA-Z0-9_]+"' "$@" | -! gawk ' - BEGIN { - RS = "[ \t,]" - } ---- 24,30 ---- - shift - - egrep -h 'XV_HELP_DATA.*"videotext:[a-zA-Z0-9_]+"' "$@" | -! awk ' - BEGIN { - RS = "[ \t,]" - } |