ports/102945: [Maintainer-update]: editors/hte version update to 0.9.3

Marcus von Appen mva at sysfault.org
Wed Sep 6 17:40:26 UTC 2006


>Number:         102945
>Category:       ports
>Synopsis:       [Maintainer-update]: editors/hte version update to 0.9.3
>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:   Wed Sep 06 17:40:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 6.1-STABLE FreeBSD 6.1-STABLE #12: Tue Aug 29 19:10:11 CEST 2006 root at medusa.sysfault.org:/usr/obj/usr/src/sys/MEDUSA i386


	
>Description:
	HT Editor version update to 0.9.3
        ChangeLog:
	* [x86] added SSE4 and missing vanderpool/pacifica instructions
	* [x86] andpd had wrong mnemonic
	* [x86] allow alternative mnemonics (like jz vs. je)

        I'll take over maintainership for this port.

>How-To-Repeat:
	
>Fix:

diff -Nur hte/Makefile hte.new/Makefile
--- hte/Makefile	Fri May 26 18:31:26 2006
+++ hte.new/Makefile	Wed Sep  6 19:26:42 2006
@@ -7,27 +7,25 @@
 #
 
 PORTNAME=	hte
-PORTVERSION=	0.9.2
+PORTVERSION=	0.9.3
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 DISTNAME=	ht-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	mva at sysfault.org
 COMMENT=	A file editor/viewer/analyzer for executables
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS=	--enable-release
 
 PLIST_FILES=	bin/ht
 
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == ia64
-BROKEN=		Does not build on ia64
+BROKEN=	Does not build on ia64
 .endif
 
 .if ${OSVERSION} < 400000
@@ -36,7 +34,7 @@
 
 .if defined(WITHOUT_X11)
 PKGNAMESUFFIX=	-nox11
-CONFIGURE_ARGS+=	--disable-x11-textmode
+CONFIGURE_ARGS=--disable-x11-textmode
 .else
 USE_XLIB=	yes
 CPPFLAGS=	-I${X11BASE}/include
diff -Nur hte/distinfo hte.new/distinfo
--- hte/distinfo	Fri May 26 18:31:26 2006
+++ hte.new/distinfo	Wed Sep  6 19:07:12 2006
@@ -1,3 +1,3 @@
-MD5 (ht-0.9.2.tar.bz2) = d63fe2d11d42be00e05f4090117dfd64
-SHA256 (ht-0.9.2.tar.bz2) = d68bbefce706d036b9132f64d4b7807bf6ed1fe5bf76e5d6f9d7ccd70ecbd126
-SIZE (ht-0.9.2.tar.bz2) = 772102
+MD5 (ht-0.9.3.tar.bz2) = 332e5839fe5e00d6861a9f41e8f6aa46
+SHA256 (ht-0.9.3.tar.bz2) = 2b66f9449429a2e798c0b0110d84d87780942c8d797f7af366446629afb4d078
+SIZE (ht-0.9.3.tar.bz2) = 747786
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list