From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 6 17:40:26 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E92C516A4DE for ; Wed, 6 Sep 2006 17:40:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 275C943D46 for ; Wed, 6 Sep 2006 17:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k86HeLRN018181 for ; Wed, 6 Sep 2006 17:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k86HeLoA018177; Wed, 6 Sep 2006 17:40:21 GMT (envelope-from gnats) Resent-Date: Wed, 6 Sep 2006 17:40:21 GMT Resent-Message-Id: <200609061740.k86HeLoA018177@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus von Appen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF70516A4E0 for ; Wed, 6 Sep 2006 17:31:35 +0000 (UTC) (envelope-from mail@sysfault.org) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id E80F143D64 for ; Wed, 6 Sep 2006 17:31:33 +0000 (GMT) (envelope-from mail@sysfault.org) Received: (qmail 11933 invoked from network); 6 Sep 2006 17:31:31 -0000 Received: from unknown (HELO medusa.sysfault.org) (936934@[81.14.185.71]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 6 Sep 2006 17:31:31 -0000 Received: from localhost ([127.0.0.1] helo=medusa.sysfault.org) by medusa.sysfault.org with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GL1IA-000EMm-IT for FreeBSD-gnats-submit@freebsd.org; Wed, 06 Sep 2006 19:34:27 +0200 Received: (from marcus@localhost) by medusa.sysfault.org (8.13.1/8.13.1/Submit) id k86HYP3v055227; Wed, 6 Sep 2006 19:34:25 +0200 (CEST) (envelope-from marcus) Message-Id: <200609061734.k86HYP3v055227@medusa.sysfault.org> Date: Wed, 6 Sep 2006 19:34:25 +0200 (CEST) From: Marcus von Appen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102945: [Maintainer-update]: editors/hte version update to 0.9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus von Appen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 17:40:26 -0000 >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@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@FreeBSD.org +MAINTAINER= mva@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 .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: