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

(-)visitors.new/Makefile (-4 / +2 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	visitors
8
PORTNAME=	visitors
9
PORTVERSION=	0.2.a
9
PORTVERSION=	0.3
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.hping.org/visitors/
11
MASTER_SITES=	http://www.hping.org/visitors/
12
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.a/a/}
13
12
14
MAINTAINER=	flz@xbsd.org
13
MAINTAINER=	flz@xbsd.org
15
COMMENT=	Very fast and easy to use web log analyzer
14
COMMENT=	Very fast and easy to use web log analyzer
16
15
17
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.a/a/}
16
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
18
USE_REINPLACE=	yes
19
17
20
PLIST_FILES=	bin/visitors
18
PLIST_FILES=	bin/visitors
21
PORTDOCS=	doc.html
19
PORTDOCS=	doc.html
(-)visitors.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (visitors-0.2a.tar.gz) = fcd48374d3c84c7d316279c02679a986
1
MD5 (visitors-0.3.tar.gz) = 0a76bb3024c56dda93398e2b6cd2c53c
2
SIZE (visitors-0.2a.tar.gz) = 86445
2
SIZE (visitors-0.3.tar.gz) = 49063
(-)visitors.new/files/patch-Makefile (-5 / +6 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	Wed May 19 14:06:49 2004
1
--- Makefile.orig	Mon May 24 16:51:51 2004
2
+++ Makefile	Wed May 19 14:07:15 2004
2
+++ Makefile	Mon May 24 18:01:13 2004
3
@@ -3,11 +3,11 @@
3
@@ -3,11 +3,12 @@
4
 # All Rights Reserved
4
 # All Rights Reserved
5
 # Under the GPL license version 2
5
 # Under the GPL license version 2
6
 
6
 
Lines 10-17 Link Here
10
 RANLIB= /usr/bin/ranlib
10
 RANLIB= /usr/bin/ranlib
11
-CCOPT= -O2 -Wall -W
11
-CCOPT= -O2 -Wall -W
12
-DEBUG= -g
12
-DEBUG= -g
13
+CCOPT= ${CFLAGS}
13
+#CCOPT= -O2 -Wall -W
14
+#DEBUG= -g
14
+#DEBUG= -g
15
+CCOPT=	$(CFLAGS)
15
 
16
 
16
 OBJ = visitors.o aht.o antigetopt.o
17
 OBJ = visitors.o aht.o antigetopt.o tail.o
17
 PRGNAME = visitors
18
 PRGNAME = visitors

Return to bug 67136