- update ht to 2.0.21

- regen patches

tweaks and ok @sthen
This commit is contained in:
benoit 2013-01-03 08:23:18 +00:00
parent 1b6ba4e3ad
commit 8588f8abce
3 changed files with 11 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.20 2012/04/15 18:38:53 gonzalo Exp $
# $OpenBSD: Makefile,v 1.21 2013/01/03 08:23:18 benoit Exp $
COMMENT = file editor/viewer/analyzer for executables
DISTNAME = ht-2.0.20
DISTNAME = ht-2.0.21
CATEGORIES = editors
HOMEPAGE = http://hte.sourceforge.net/

View File

@ -1,5 +1,2 @@
MD5 (ht-2.0.20.tar.gz) = ItWjBHADLsi4WNSjok+NAg==
RMD160 (ht-2.0.20.tar.gz) = rng3HIR6DD/jUT/0hBt3r6W6nxA=
SHA1 (ht-2.0.20.tar.gz) = ie0z1KZpmpfvE9e/2Q++T0QhWP0=
SHA256 (ht-2.0.20.tar.gz) = 79ZfGzDuE9g2NG3idGh/0obF7srVEER6gzf0VukIfXo=
SIZE (ht-2.0.20.tar.gz) = 1078031
SHA256 (ht-2.0.21.tar.gz) = SYiJKgKcZdhJMtahtIAGQEdjuDFTHU/ZrwKFY/xoCu0=
SIZE (ht-2.0.21.tar.gz) = 1086771

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-configure,v 1.6 2012/04/15 18:38:53 gonzalo Exp $
--- configure.orig Sat Mar 3 12:16:47 2012
+++ configure Fri Apr 13 09:49:30 2012
@@ -2571,7 +2571,7 @@ fi
$OpenBSD: patch-configure,v 1.7 2013/01/03 08:23:22 benoit Exp $
--- configure.orig Sat Nov 3 10:15:46 2012
+++ configure Tue Jan 1 17:58:27 2013
@@ -2582,7 +2582,7 @@
if test "x$enable_maintainermode" = "xno"; then
if test "x$enable_release" = "xyes"; then
- FLAGS_ALL="-O3 -fomit-frame-pointer -Wall -fsigned-char"
+ FLAGS_ALL="${CFLAGS} -fomit-frame-pointer -Wall -fsigned-char"
- default_user_CFLAGS="-O3 -fomit-frame-pointer"
+ default_user_CFLAGS="${CFLAGS}"
else
FLAGS_ALL="-ggdb -g3 -O0 -Wall -fsigned-char"
default_user_CFLAGS="-ggdb3 -O0 -Wall"
fi