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

(-)/usr/home/ecu/ports/ports/sysutils/ccze/Makefile (-3 / +4 lines)
Lines 3-15 Link Here
3
# Whom:					Nicolas Jombart <ecu@ipv42.net>
3
# Whom:					Nicolas Jombart <ecu@ipv42.net>
4
#
4
#
5
# $FreeBSD: ports/sysutils/ccze/Makefile,v 1.3 2004/02/04 05:08:55 marcus Exp $
5
# $FreeBSD: ports/sysutils/ccze/Makefile,v 1.3 2004/02/04 05:08:55 marcus Exp $
6
#
6
# ex:ts=8
7
7
8
PORTNAME=	ccze
8
PORTNAME=	ccze
9
PORTVERSION=	0.2.1
9
PORTVERSION=	0.2.1
10
PORTREVISION=	2
10
PORTREVISION=	2
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	ftp://bonehunter.rulez.org/pub/ccze/stable/
12
MASTER_SITES=	ftp://bonehunter.rulez.org/pub/ccze/stable/ \
13
				http://ipv42.net/distfiles/ccze/
13
14
14
MAINTAINER=	ecu@ipv42.net
15
MAINTAINER=	ecu@ipv42.net
15
COMMENT=	Fast log colorizer
16
COMMENT=	Fast log colorizer
Lines 18-24 Link Here
18
19
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
USE_GMAKE=	yes
21
USE_GMAKE=	yes
21
INSTALLS_SHLIB=	yes
22
USE_LDCONFIG=	yes
22
23
23
MAN1=		ccze.1 ccze-cssdump.1
24
MAN1=		ccze.1 ccze-cssdump.1
24
MAN7=		ccze-plugin.7
25
MAN7=		ccze-plugin.7
(-)/usr/home/ecu/ports/ports/sysutils/ccze/files/patch-Makefile.in (+11 lines)
Line 0 Link Here
1
--- src/Makefile.in.orig	Fri Dec 15 11:06:49 2006
2
+++ src/Makefile.in	Fri Dec 15 11:07:04 2006
3
@@ -22,7 +22,7 @@
4
 		-Wbad-function-cast -Wsign-compare -Wchar-subscripts \
5
 		-Wcomment -Wformat -Wformat-nonliteral -Wformat-security \
6
 		-Wimplicit -Wmain -Wmissing-braces -Wparentheses \
7
-		-Wreturn-type -Wswitch -Wmulticharacter \
8
+		-Wreturn-type -Wswitch \
9
 		-Wmissing-noreturn -Wmissing-declarations @WFLAGS_3X@
10
 WFLAGS_ICC	= -Wall -wd193,279,810,869,1418,1419
11
 WFLAGS_3X	= -Wsequence-point -Wdiv-by-zero -W -Wunused \
(-)/usr/home/ecu/ports/ports/sysutils/ccze/pkg-plist (-1 / +1 lines)
Lines 23-26 Link Here
23
lib/ccze/xferlog.so
23
lib/ccze/xferlog.so
24
@dirrmtry lib/ccze
24
@dirrmtry lib/ccze
25
%%PORTDOCS%%%%DOCSDIR%%/FAQ
25
%%PORTDOCS%%%%DOCSDIR%%/FAQ
26
%%PORTDOCS%%@dirrm share/doc/ccze
26
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 106784