Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2004 23:50:22 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62261: Update port: editors/lfhex to 0.3.6
Message-ID:  <20040202235022.3587e4a8.tkato@prontomail.com>
Resent-Message-ID: <200402021500.i12F0aGZ071941@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62261
>Category:       ports
>Synopsis:       Update port: editors/lfhex to 0.3.6
>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 Feb 02 07:00:36 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 0.3.6

New file:
files/patch-src::hexEditor.cpp

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/lfhex/Makefile editors/lfhex/Makefile
--- /usr/ports/editors/lfhex/Makefile	Fri Oct 17 19:44:12 2003
+++ editors/lfhex/Makefile	Sun Feb  1 20:46:09 2004
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	lfhex
-PORTVERSION=	0.3.4
+PORTVERSION=	0.3.6
 CATEGORIES=	editors
 MASTER_SITES=	http://home.earthlink.net/~eyekode/data/
 
@@ -18,10 +18,14 @@
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	QTDIR="${QT_PREFIX}"
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-qt-moc=${MOC}
 
-MAKE_ARGS=	EXEC_PREFIX="${PREFIX}/bin" \
+MAKE_ARGS=	CXXFLAGS="${CXXFLAGS}" \
+		EXEC_PREFIX="${PREFIX}/bin" \
 		IFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \
 		LFLAGS="${QTCFGLIBS} -lqt-mt ${PTHREAD_LIBS}"
+
+PLIST_FILES=	bin/lfhex
 
 .include <bsd.port.mk>
diff -urN /usr/ports/editors/lfhex/distinfo editors/lfhex/distinfo
--- /usr/ports/editors/lfhex/distinfo	Thu Jan 29 20:24:24 2004
+++ editors/lfhex/distinfo	Sun Feb  1 20:41:00 2004
@@ -1,2 +1,2 @@
-MD5 (lfhex-0.3.4.tar.gz) = 59aaa0ed92155106509a2cc9cb36bf1d
-SIZE (lfhex-0.3.4.tar.gz) = 52393
+MD5 (lfhex-0.3.6.tar.gz) = 0d6e363e5637f998dd2fafd6dbd41b6e
+SIZE (lfhex-0.3.6.tar.gz) = 68400
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	Thu Jan  1 09:00:00 1970
+++ editors/lfhex/files/patch-src::hexEditor.cpp	Sun Feb  1 20:48:57 2004
@@ -0,0 +1,20 @@
+--- 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/pkg-plist editors/lfhex/pkg-plist
--- /usr/ports/editors/lfhex/pkg-plist	Fri Jul  6 11:54:38 2001
+++ editors/lfhex/pkg-plist	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-bin/lfhex
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040202235022.3587e4a8.tkato>