Date: Tue, 11 May 2004 00:00:13 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66463: Update port: editors/lfhex to 0.3.7 Message-ID: <20040511000013.4eb58d32.tkato@prontomail.com> Resent-Message-ID: <200405101510.i4AFA4jg075615@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <string> ++#include <sys/types.h> + + 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 <assert.h> --#include <stdio.h> --#include <errno.h> --#include <string.h> --#include <ctype.h> -+#include <cassert> -+#include <cstdio> -+#include <cerrno> -+#include <cstring> -+#include <cctype> -+#include <cmath> - #include <algorithm> - #include <iostream> - 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040511000013.4eb58d32.tkato>