ports/110070: [Maintainer-update]: editors/hte version update to 2.0

Marcus von Appen mva at sysfault.org
Thu Mar 8 09:30:08 UTC 2007


>Number:         110070
>Category:       ports
>Synopsis:       [Maintainer-update]: editors/hte version update to 2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 08 09:30:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Feb 14 17:09:03 CET 2007 root at medusa.sysfault.org:/usr/obj/usr/src/sys/MEDUSA i386


	
>Description:
	HT Editor version 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 

>How-To-Repeat:
	
>Fix:

diff -Nur hte/Makefile hte.new/Makefile
--- hte/Makefile	Sat Mar  3 19:29:48 2007
+++ hte.new/Makefile	Thu Mar  8 10:16:01 2007
@@ -3,11 +3,11 @@
 # Date created:			Jun 12, 2001
 # Whom:				ijliao
 #
-# $FreeBSD: ports/editors/hte/Makefile,v 1.30 2007/03/03 18:29:48 kris Exp $
+# $FreeBSD: ports/editors/hte/Makefile,v 1.28 2006/09/15 03:46:04 rafan Exp $
 #
 
 PORTNAME=	hte
-PORTVERSION=	0.9.4
+PORTVERSION=	2.0
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,6 +16,7 @@
 MAINTAINER=	mva at 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 @@
 
 .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 @@
 			${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 -Nur hte/distinfo hte.new/distinfo
--- hte/distinfo	Fri Sep 15 05:46:04 2006
+++ hte.new/distinfo	Mon Mar  5 09:25:30 2007
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list