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

(-)Makefile (-8 / +7 lines)
Lines 1-4 Link Here
1
# ex:ts=8
2
# New ports collection makefile for:	logtool
1
# New ports collection makefile for:	logtool
3
# Date created:			Dec 30, 2000
2
# Date created:			Dec 30, 2000
4
# Whom:				Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
3
# Whom:				Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Lines 7-30 Link Here
7
#
6
#
8
7
9
PORTNAME=	logtool
8
PORTNAME=	logtool
10
PORTVERSION=	1.2.2
9
PORTVERSION=	1.2.4
11
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
12
MASTER_SITES=	http://xjack.org/logtool/download/
11
MASTER_SITES=	http://xjack.org/logtool/download/
13
12
14
MAINTAINER=	sergei@kolobov.com
13
MAINTAINER=	sergei@kolobov.com
15
COMMENT=	Parse ASCII logfiles into ANSI, CSV, HTML formats
14
COMMENT=	Parse ASCII logfiles into ANSI, CSV, HTML formats
16
15
17
USE_GMAKE= 		yes
16
USE_GMAKE=	yes
18
USE_GETOPT_LONG= 	yes
17
USE_GETOPT_LONG=	yes
19
18
20
GNU_CONFIGURE=		yes
19
GNU_CONFIGURE=	yes
21
CONFIGURE_ENV= 		CFLAGS="${CFLAGS}" 
20
CONFIGURE_ENV=	CFLAGS="${CFLAGS}"
22
CONFIGURE_ARGS=		--sysconfdir=${PREFIX}/etc/${PORTNAME}
21
CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/${PORTNAME}
23
22
24
PKGMESSAGE=	${WRKDIR}/pkg-message
23
PKGMESSAGE=	${WRKDIR}/pkg-message
25
24
26
MAN1=		logtool.1
25
MAN1=		logtool.1
27
DOCS=		CREDITS Changes README TODO doc/logtool.txt
26
DOCS=		CHANGES CREDITS README TODO doc/logtool.txt
28
27
29
do-build:
28
do-build:
30
	cd ${WRKSRC}/src && ${GMAKE} INCLUDES="${CPPFLAGS}"
29
	cd ${WRKSRC}/src && ${GMAKE} INCLUDES="${CPPFLAGS}"
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (logtool-1.2.2.tar.gz) = f223c16e311eeda412d7b33806dad4af
1
MD5 (logtool-1.2.4.tar.gz) = 15177d9827f56f945aa5a761b749b233
(-)pkg-plist (-4 / +4 lines)
Lines 1-8 Link Here
1
bin/logtool
1
bin/logtool
2
%%PORTDOCS%%%%DOCSDIR%%/CREDITS 
2
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
3
%%PORTDOCS%%%%DOCSDIR%%/Changes 
3
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
4
%%PORTDOCS%%%%DOCSDIR%%/README 
4
%%PORTDOCS%%%%DOCSDIR%%/README
5
%%PORTDOCS%%%%DOCSDIR%%/TODO 
5
%%PORTDOCS%%%%DOCSDIR%%/TODO
6
%%PORTDOCS%%%%DOCSDIR%%/logtool.txt
6
%%PORTDOCS%%%%DOCSDIR%%/logtool.txt
7
%%PORTDOCS%%@dirrm %%DOCSDIR%%
7
%%PORTDOCS%%@dirrm %%DOCSDIR%%
8
%%EXAMPLESDIR%%/scripts/README
8
%%EXAMPLESDIR%%/scripts/README
(-)files/patch-configure (-11 lines)
Removed Link Here
1
--- configure.orig	Mon Apr 28 16:00:06 2003
2
+++ configure	Mon Apr 28 16:00:17 2003
3
@@ -745,7 +745,7 @@
4
 fi
5
 
6
 if test -n "$GCC"; then
7
-	CFLAGS="-O3 -W -Wall"
8
+#	CFLAGS="-O3 -W -Wall"
9
 fi
10
 
11
 

Return to bug 54226