From 8588f8abceea427eecf37b5e39bc893c682775a3 Mon Sep 17 00:00:00 2001 From: benoit Date: Thu, 3 Jan 2013 08:23:18 +0000 Subject: [PATCH] - update ht to 2.0.21 - regen patches tweaks and ok @sthen --- editors/ht/Makefile | 4 ++-- editors/ht/distinfo | 7 ++----- editors/ht/patches/patch-configure | 14 +++++++------- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/editors/ht/Makefile b/editors/ht/Makefile index 28253166749..c1c8dd5a7c5 100644 --- a/editors/ht/Makefile +++ b/editors/ht/Makefile @@ -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/ diff --git a/editors/ht/distinfo b/editors/ht/distinfo index dce46b60fd3..47cbbde761b 100644 --- a/editors/ht/distinfo +++ b/editors/ht/distinfo @@ -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 diff --git a/editors/ht/patches/patch-configure b/editors/ht/patches/patch-configure index 03338552c5b..2103a036c2a 100644 --- a/editors/ht/patches/patch-configure +++ b/editors/ht/patches/patch-configure @@ -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