diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-08 19:47:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-08 19:47:01 +0800 |
commit | bc8c1d663a852630f2bbf0a2a56a529e4e70c4ce (patch) | |
tree | 15dc6fd78e4f8d45f819e3cdd4ee1a21f9cd04a8 /editors | |
parent | fb1464a7cc54fde4e56c9bf4723874b100412d03 (diff) | |
download | freebsd-ports-gnome-bc8c1d663a852630f2bbf0a2a56a529e4e70c4ce.tar.gz freebsd-ports-gnome-bc8c1d663a852630f2bbf0a2a56a529e4e70c4ce.tar.zst freebsd-ports-gnome-bc8c1d663a852630f2bbf0a2a56a529e4e70c4ce.zip |
- 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 <mva@sysfault.org> (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hte/Makefile | 16 | ||||
-rw-r--r-- | editors/hte/distinfo | 6 |
2 files changed, 6 insertions, 16 deletions
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 <bsd.port.pre.mk> -.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 |