# New ports collection makefile for: ccze # Date Created: 2nd june 2003 # Whom: Nicolas Jombart # # $FreeBSD$ # PORTNAME= ccze PORTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/ MAINTAINER= ecu@ipv42.net COMMENT= Fast log colorizer LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes MAN1= ccze.1 ccze-cssdump.1 MAN7= ccze-plugin.7 post-install: @${WRKSRC}/src/ccze-dump > ${PREFIX}/etc/cczerc-sample .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR} .endif .include xpression cannot be narrowed from type 'Uint16' (aka 'unsigned short') to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing] SDL_Rect r = { x, y, w, h }; ^ display/display.cpp:371:17: note: insert an explicit cast to silence this issue SDL_Rect r = { x, y, w, h }; ^ static_cast<Sint16>( ) display/display.cpp:391:48: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] TTF_Font * fontTitle = TTF_OpenFont(DATADIR"/"FONT_FILE, (height / fSize)); ^ display/display.cpp:560:5: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing] ( ( dh.w - sSize ) / dp.w ) + ( i * dh.x ), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display/display.cpp:583:6: error: non-constant-expression cannot be narrowed from type 'int' to 'Uint16' (aka 'unsigned short') in initializer list [-Wc++11-narrowing] wText, ^~~~~ [...] Reported by: pkg-fallout
display/display.cpp:371:17: error: non-constant-expression cannot be narrowed from type 'Uint16' (aka 'unsigned short') to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
        SDL_Rect r = { x, y, w, h };
                       ^
display/display.cpp:371:17: note: insert an explicit cast to silence this issue
        SDL_Rect r = { x, y, w, h };
                       ^
                       static_cast<Sint16>( )
display/display.cpp:391:48: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
        TTF_Font * fontTitle = TTF_OpenFont(DATADIR"/"FONT_FILE, (height / fSize));
                                                      ^

display/display.cpp:560:5: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
                                ( ( dh.w - sSize ) / dp.w ) + ( i * dh.x ),
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
display/display.cpp:583:6: error: non-constant-expression cannot be narrowed from type 'int' to 'Uint16' (aka 'unsigned short') in initializer list [-Wc++11-narrowing]
                                        wText,
                                        ^~~~~
[...]

Reported by:	pkg-fallout
Convert to USES=autoreconf. 2017-12-24T13:45:17+00:00 tijl tijl@FreeBSD.org 2017-12-24T13:45:17+00:00 aa420950e600c35f5a19cb9680778de322fe0e09

Remove unneeded reinplace of a symlink 2017-01-21T15:33:18+00:00 antoine antoine@FreeBSD.org 2017-01-21T15:33:18+00:00 8b6024f24be48225d44791ddade19088aa349d94 PR: 216309
PR:		216309
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01T14:00:51+00:00 mat mat@FreeBSD.org 2016-04-01T14:00:51+00:00 148314483d3098c0d6a33944f1190842e671502f With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12T16:20:31+00:00 amdmi3 amdmi3@FreeBSD.org 2016-01-12T16:20:31+00:00 f5c820f44ef3ac0da915aa0f52b5b54fddedf017 Approved by: portmgr blanket
Approved by:	portmgr blanket
Update ports in the games category to not use GH_COMMIT. 2015-05-06T16:04:20+00:00 mat mat@FreeBSD.org 2015-05-06T16:04:20+00:00 7347bac4b4705088feb8ffe0b7253dd1193c82ce With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight