View | Details | Raw Unified | Return to bug 62261
Collapse All | Expand All

(-)editors/lfhex/Makefile (-2 / +6 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	lfhex
9
PORTNAME=	lfhex
10
PORTVERSION=	0.3.4
10
PORTVERSION=	0.3.6
11
CATEGORIES=	editors
11
CATEGORIES=	editors
12
MASTER_SITES=	http://home.earthlink.net/~eyekode/data/
12
MASTER_SITES=	http://home.earthlink.net/~eyekode/data/
13
13
Lines 18-27 Link Here
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	QTDIR="${QT_PREFIX}"
20
CONFIGURE_ENV=	QTDIR="${QT_PREFIX}"
21
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_ARGS=	--with-qt-moc=${MOC}
22
CONFIGURE_ARGS=	--with-qt-moc=${MOC}
22
23
23
MAKE_ARGS=	EXEC_PREFIX="${PREFIX}/bin" \
24
MAKE_ARGS=	CXXFLAGS="${CXXFLAGS}" \
25
		EXEC_PREFIX="${PREFIX}/bin" \
24
		IFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \
26
		IFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \
25
		LFLAGS="${QTCFGLIBS} -lqt-mt ${PTHREAD_LIBS}"
27
		LFLAGS="${QTCFGLIBS} -lqt-mt ${PTHREAD_LIBS}"
28
29
PLIST_FILES=	bin/lfhex
26
30
27
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)editors/lfhex/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (lfhex-0.3.4.tar.gz) = 59aaa0ed92155106509a2cc9cb36bf1d
1
MD5 (lfhex-0.3.6.tar.gz) = 0d6e363e5637f998dd2fafd6dbd41b6e
2
SIZE (lfhex-0.3.4.tar.gz) = 52393
2
SIZE (lfhex-0.3.6.tar.gz) = 68400
(-)editors/lfhex/files/patch-src::hexEditor.cpp (+20 lines)
Line 0 Link Here
1
--- src/hexEditor.cpp.orig	Sun Feb  1 12:49:26 2004
2
+++ src/hexEditor.cpp	Sun Feb  1 20:48:29 2004
3
@@ -9,11 +9,12 @@
4
  *                                                                      
5
  *----------------------------------------------------------------------*/
6
 
7
-#include <assert.h>
8
-#include <stdio.h>
9
-#include <errno.h>
10
-#include <string.h>
11
-#include <ctype.h>
12
+#include <cassert>
13
+#include <cstdio>
14
+#include <cerrno>
15
+#include <cstring>
16
+#include <cctype>
17
+#include <cmath>
18
 #include <algorithm>
19
 #include <iostream>
20
 
(-)editors/lfhex/pkg-plist (-1 lines)
Line 1 Link Here
1
bin/lfhex

Return to bug 62261