From 98b5be0ab15c4d34c96cb82f5e07838d5b5b3731 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Fri, 24 Feb 2012 10:10:18 +0400 Subject: [PATCH] editors/hte: update to 2.0.19 Changelog: - [x86] fixed a lot of small bugs - fixed a crash with the "follow" function on invalid addresses in analyser - [x86] AVX updates - [x86] AVX2 - [x86] BMI, BMI2 and TBM instructions - fixed loading of ELF files with no section headers - [Win32] Fixed loading of files with path length > 100 Port enhancements: - added license information; - converted port to bsd.options.mk and made X11 knob to be visible through the OPTIONS framework; - installing info(1) file for ht binary. Signed-off-by: Eygene Ryabinkin --- editors/hte/Makefile | 18 +++++++++++------- editors/hte/distinfo | 4 ++-- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/editors/hte/Makefile b/editors/hte/Makefile index fb5d3c0..ee16f0a 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -7,7 +7,7 @@ # PORTNAME= hte -PORTVERSION= 2.0.18 +PORTVERSION= 2.0.19 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/ht-source DISTNAME= ht-${PORTVERSION} @@ -15,18 +15,20 @@ DISTNAME= ht-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= A file editor/viewer/analyzer for executables +LICENSE= GPLv2 + USE_BZIP2= yes GNU_CONFIGURE= yes PLIST_FILES= bin/ht -OPTIONS= LZO2 "Enable external lzo2 compresssion support" off +OPTIONS= LZO2 "Enable external lzo2 compresssion support" off \ + X11 "Build X11 textmode support" on -.include +NOT_FOR_ARCHS= ia64 +NOT_FOR_ARCHS_REASON= does not build on ia64 -.if ${ARCH} == "ia64" -BROKEN= Does not build on ia64 -.endif +.include .if defined(WITH_LZO2) LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2 @@ -45,6 +47,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(NOPORTDOCS) PORTDOCS= README +INFO= ht .endif post-patch: @@ -58,6 +61,7 @@ do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/hthelp.info ${PREFIX}/${INFO_PATH}/ht.info .endif -.include +.include diff --git a/editors/hte/distinfo b/editors/hte/distinfo index 573ee9b..1457923 100644 --- a/editors/hte/distinfo +++ b/editors/hte/distinfo @@ -1,2 +1,2 @@ -SHA256 (ht-2.0.18.tar.bz2) = 39370538e3352eac9a662d5e4d44e569dcd41f96ef026ac775da3fe4f88af4d4 -SIZE (ht-2.0.18.tar.bz2) = 884293 +SHA256 (ht-2.0.19.tar.bz2) = 89f9f36ce4dacc6965575b85510f4b90a230f3aea839a5e34977ae3c73de8eae +SIZE (ht-2.0.19.tar.bz2) = 900748 -- 1.7.9