From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 10 08:10:06 2004 Return-Path: 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 ADB6D16A4CF for ; Mon, 10 May 2004 08:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E38743D55 for ; Mon, 10 May 2004 08:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4AFA4US075616 for ; Mon, 10 May 2004 08:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4AFA4jg075615; Mon, 10 May 2004 08:10:04 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 10 May 2004 08:10:04 -0700 (PDT) Resent-Message-Id: <200405101510.i4AFA4jg075615@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, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5612E16A4CE for ; Mon, 10 May 2004 08:00:53 -0700 (PDT) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9051243D58 for ; Mon, 10 May 2004 08:00:51 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.54.191]) by hfep05.dion.ne.jp with SMTP id <20040510150047676.PKWB@hfep05.dion.ne.jp> for ; Tue, 11 May 2004 00:00:47 +0900 Message-Id: <20040511000013.4eb58d32.tkato@prontomail.com> Date: Tue, 11 May 2004 00:00:13 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66463: Update port: editors/lfhex to 0.3.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 15:10:06 -0000 >Number: 66463 >Category: ports >Synopsis: Update port: editors/lfhex to 0.3.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 10 08:10:03 PDT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p7 i386 >Organization: >Environment: >Description: - Update to version 0.3.7 New file: files/patch-src::expr.h Remove file: files/patch-src::hexEditor.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/lfhex/Makefile editors/lfhex/Makefile --- /usr/ports/editors/lfhex/Makefile Wed Feb 4 18:57:46 2004 +++ editors/lfhex/Makefile Mon Apr 26 20:52:57 2004 @@ -7,8 +7,7 @@ # PORTNAME= lfhex -PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTVERSION= 0.3.7 CATEGORIES= editors MASTER_SITES= http://home.earthlink.net/~eyekode/data/ @@ -25,7 +24,8 @@ MAKE_ARGS= CXXFLAGS="${CXXFLAGS}" \ EXEC_PREFIX="${PREFIX}/bin" \ IFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ - LFLAGS="${QTCFGLIBS} -lqt-mt ${PTHREAD_LIBS}" + LFLAGS="${QTCFGLIBS} -lqt-mt ${PTHREAD_LIBS}" \ + VERBOSE=1 PLIST_FILES= bin/lfhex diff -urN /usr/ports/editors/lfhex/distinfo editors/lfhex/distinfo --- /usr/ports/editors/lfhex/distinfo Tue Feb 3 18:09:20 2004 +++ editors/lfhex/distinfo Mon Apr 26 20:27:35 2004 @@ -1,2 +1,2 @@ -MD5 (lfhex-0.3.6.tar.gz) = 0d6e363e5637f998dd2fafd6dbd41b6e -SIZE (lfhex-0.3.6.tar.gz) = 68400 +MD5 (lfhex-0.3.7.tar.gz) = 203051364839fa48b9e030d44e84e648 +SIZE (lfhex-0.3.7.tar.gz) = 69947 diff -urN /usr/ports/editors/lfhex/files/patch-src::expr.h editors/lfhex/files/patch-src::expr.h --- /usr/ports/editors/lfhex/files/patch-src::expr.h Thu Jan 1 09:00:00 1970 +++ editors/lfhex/files/patch-src::expr.h Mon Apr 26 20:56:57 2004 @@ -0,0 +1,10 @@ +--- src/expr.h.orig Fri Feb 13 13:28:39 2004 ++++ src/expr.h Mon Apr 26 20:56:45 2004 +@@ -11,6 +11,7 @@ + * + *----------------------------------------------------------------------*/ + #include ++#include + + bool expr_eval( const std::string &str, off_t &value ); + diff -urN /usr/ports/editors/lfhex/files/patch-src::hexEditor.cpp editors/lfhex/files/patch-src::hexEditor.cpp --- /usr/ports/editors/lfhex/files/patch-src::hexEditor.cpp Tue Feb 3 08:02:32 2004 +++ editors/lfhex/files/patch-src::hexEditor.cpp Thu Jan 1 09:00:00 1970 @@ -1,20 +0,0 @@ ---- src/hexEditor.cpp.orig Sun Feb 1 12:49:26 2004 -+++ src/hexEditor.cpp Sun Feb 1 20:48:29 2004 -@@ -9,11 +9,12 @@ - * - *----------------------------------------------------------------------*/ - --#include --#include --#include --#include --#include -+#include -+#include -+#include -+#include -+#include -+#include - #include - #include - diff -urN /usr/ports/editors/lfhex/files/patch-src::reader.cpp editors/lfhex/files/patch-src::reader.cpp --- /usr/ports/editors/lfhex/files/patch-src::reader.cpp Fri Oct 17 19:44:12 2003 +++ editors/lfhex/files/patch-src::reader.cpp Mon Apr 26 20:59:13 2004 @@ -17,12 +17,3 @@ while(!freePage(_firstPage++)); else while(!freePage(_lastPage--)); -@@ -285,7 +286,7 @@ - #ifdef LFHEX_IOS_BASE_FMTFLAGS - ostream& operator<< (ostream&out, const ReadBuffer& buff) - { -- ios_base::fmtflags old_flags = out.flags(); -+ ios::fmtflags old_flags = out.flags(); - out.flags(old_flags | ios::hex | ios::showbase); - for(size_t i = 0; i < buff.size(); i++) - out << buff[i]; >Release-Note: >Audit-Trail: >Unformatted: