From 4957800348fcecd67da57a7465f6ee93f8fba363 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 8 Mar 2007 11:47:01 +0000 Subject: - Update to 2.0 Changes: * 64-bit support (hopefully buildable on all platforms now). * > 4 GiB file size support * New disassemblers for x86_64, ARM, 64bit PPC, VMX128 extensions for PE and ELF files * New x86_64 assembler * Improved ELF handling PR: 110070 Submitted by: Marcus von Appen (maintainer) --- editors/hte/Makefile | 16 +++------------- editors/hte/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 16 deletions(-) (limited to 'editors/hte') diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 4d675910a877..ef340b43f9be 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -7,7 +7,7 @@ # PORTNAME= hte -PORTVERSION= 0.9.4 +PORTVERSION= 2.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +16,7 @@ DISTNAME= ht-${PORTVERSION} MAINTAINER= mva@sysfault.org COMMENT= A file editor/viewer/analyzer for executables +USE_GCC= 4.1+ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -24,21 +25,12 @@ PLIST_FILES= bin/ht .include -.if ${ARCH} == "ia64" -BROKEN= does not build on ia64 -.endif - -.if ${OSVERSION} < 400000 -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -.endif - .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS=--disable-x11-textmode .else USE_XLIB= yes -CPPFLAGS= -I${X11BASE}/include -LDFLAGS= -L${X11BASE}/lib +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" LDFLAGS="-L${X11BASE}/lib" .endif .if !defined(NOPORTDOCS) @@ -52,8 +44,6 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|typedef unsigned int uint;||g' ${WRKSRC}/global.h - @${REINPLACE_CMD} -e \ - 's|uint |UINT |g' ${WRKSRC}/htdata.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ht ${PREFIX}/bin diff --git a/editors/hte/distinfo b/editors/hte/distinfo index 639b7a8333ee..f5fab65d3451 100644 --- a/editors/hte/distinfo +++ b/editors/hte/distinfo @@ -1,3 +1,3 @@ -MD5 (ht-0.9.4.tar.bz2) = 00031f3d71596e2874ec6bd066da9054 -SHA256 (ht-0.9.4.tar.bz2) = dc594b08ec4f5997269d217875fc8a9bef43dc316151e45b949a3942ea6af9ec -SIZE (ht-0.9.4.tar.bz2) = 773249 +MD5 (ht-2.0.tar.bz2) = 3fb6d9a736bfbb7f4b6f46ee752201e5 +SHA256 (ht-2.0.tar.bz2) = 1d0025030fb9bb22b8b14043611fff5003e8cbc3a9689977b79c14eba0c6829f +SIZE (ht-2.0.tar.bz2) = 854003 -- cgit v1.2.3