Index: head/games/freeciv/Makefile =================================================================== --- head/games/freeciv/Makefile (revision 419412) +++ head/games/freeciv/Makefile (revision 419413) @@ -1,79 +1,80 @@ # Created by: ada@bsd.org # $FreeBSD$ PORTNAME= freeciv -PORTVERSION= 2.5.4 +PORTVERSION= 2.5.5 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \ http://download.gna.org/freeciv/stable/ MAINTAINER= johans@FreeBSD.org COMMENT= Free turn-based multiplayer strategy RUN_DEPENDS= hicolor-icon-theme>=0:misc/hicolor-icon-theme LIB_DEPENDS= libltdl.so:devel/libltdl \ libcurl.so:ftp/curl -USES= gettext gmake iconv libtool pkgconfig tar:bzip2 python sqlite +USES= gettext gmake iconv libtool pkgconfig tar:bzip2 python sqlite \ + readline GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --program-transform-name= \ --enable-aimodules --enable-shared \ --enable-fcdb=sqlite3 PORTDATA= * OPTIONS_DEFINE?= NLS X11 SDL MYSQL IPV6 DOCS OPTIONS_DEFAULT?= NLS X11 IPV6 OPTIONS_SUB= yes SDL_CONFIGURE_ON= --enable-client=gtk,sdl SDL_USE= SDL=sdl,image,ttf,gfx MYSQL_CONFIGURE_ON= --enable-fcdb=mysql --with-mysql-prefix=${LOCALBASE} -MYSQL_USE= MYSQL=yes +MYSQL_USES+= mysql IPV6_CONFIGURE_EANBALE= ipv6 .include .if ${PORT_OPTIONS:MSDL} && empty(PORT_OPTIONS:MX11) IGNORE= cannot use SDL without X11: re-run make config .endif .if ${PORT_OPTIONS:MX11} LIB_DEPENDS+= libtiff.so:graphics/tiff \ libpng.so:graphics/png \ libggz.so:games/libggz \ libggz-gtk.so:games/ggz-gtk-client \ libggzcore.so:games/ggz-client-libs \ libggzmod.so:games/ggz-client-libs USE_XORG= xpm USE_SDL+= mixer -USE_GNOME= gtk20 +USE_GNOME= gtk20 cairo INSTALLS_ICONS= yes . if ! ${PORT_OPTIONS:MSDL} CONFIGURE_ARGS+=--enable-client=gtk . endif CONFLICTS= freeciv-nox11-[0-9]* PLIST_SUB+= GTK="" .else CONFIGURE_ARGS+=--enable-client=no --enable-fcmp=no CONFLICTS= freeciv-[0-9]* PLIST_SUB+= GTK="@comment " .endif post-patch: ${FIND} ${WRKSRC} -name Makefile.in|${XARGS} ${REINPLACE_CMD} -e \ '/pkgdatadir/s|[(]datadir)/@PACKAGE@|(prefix)/${DATADIR_REL}|' ${REINPLACE_CMD} 's/minor=99/minor=0/' ${WRKSRC}/configure ${REINPLACE_CMD} 's/(LIB_GGZMOD)/& $$(LIB_GGZ_GTK)/' \ ${WRKSRC}/client/Makefile.in post-install: .if ${PORT_OPTIONS:MX11} ${INSTALL_DATA} ${WRKSRC}/data/civclient.dsc ${STAGEDIR}${DATADIR}/ cd ${STAGEDIR}/${PREFIX}/bin && ${LN} -s freeciv-gtk2 freeciv-client .endif @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfreeciv*.so ${RM} ${STAGEDIR}${PREFIX}/etc/ggz.modules .include Index: head/games/freeciv/distinfo =================================================================== --- head/games/freeciv/distinfo (revision 419412) +++ head/games/freeciv/distinfo (revision 419413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463235221 -SHA256 (freeciv-2.5.4.tar.bz2) = 9e64ef047fd0d2f8e9aa1da01586dea7cfe63a36b15875c168ada555c2e6634b -SIZE (freeciv-2.5.4.tar.bz2) = 40977253 +TIMESTAMP = 1469915217 +SHA256 (freeciv-2.5.5.tar.bz2) = 5622f2142637057f7e47b1eda764c4e131222fab4d5bb42cd59fbd58ba3db1d4 +SIZE (freeciv-2.5.5.tar.bz2) = 40828396