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-ab | |
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-ab')
-rw-r--r-- | misc/videotext/files/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/videotext/files/patch-ab b/misc/videotext/files/patch-ab deleted file mode 100644 index 3ce89ca54a29..000000000000 --- a/misc/videotext/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** scripts/install-magic.orig Tue Jun 8 16:10:07 1999 ---- scripts/install-magic Tue Jun 8 16:10:07 1999 -*************** fi -*** 21,27 **** - trap 'rm -f "$1.vtxnew"' 0 - - cp -p "$1" "$1.vtxnew" -! gawk ' - /^#.*Id: Localstuff/ { - localfound++ - } ---- 21,27 ---- - trap 'rm -f "$1.vtxnew"' 0 - - cp -p "$1" "$1.vtxnew" -! awk ' - /^#.*Id: Localstuff/ { - localfound++ - } |