Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2019 07:42:42 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504231 - head/games/freeciv
Message-ID:  <201906150742.x5F7ggbb034977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Jun 15 07:42:42 2019
New Revision: 504231
URL: https://svnweb.freebsd.org/changeset/ports/504231

Log:
  games/freeciv: Remove games/ggz-gtk-client dependency and unlock build on 13.0
  
  ggz-gtk-client currently fails to build on 13.0.  ggz-gtk-client
  seems to be abandoned upstream and fixing it might not be worthwhile.
  Freeciv does not really need it, so remove the dependency on it.
  
  Also take maintainership.
  
  PR:		238256
  Approved by:	johans (maintainer timeout, 2 weeks)

Modified:
  head/games/freeciv/Makefile

Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile	Sat Jun 15 07:30:02 2019	(r504230)
+++ head/games/freeciv/Makefile	Sat Jun 15 07:42:42 2019	(r504231)
@@ -3,12 +3,12 @@
 
 PORTNAME=	freeciv
 PORTVERSION=	2.5.10
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \
 		http://download.gna.org/freeciv/stable/
 
-MAINTAINER=	johans@FreeBSD.org
+MAINTAINER=	tobik@FreeBSD.org
 COMMENT=	Free turn-based multiplayer strategy
 
 LICENSE=	GPLv2+
@@ -20,9 +20,13 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl \
 USES=		gmake iconv libtool localbase pkgconfig tar:bzip2 python \
 		sqlite readline
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} --program-transform-name= \
-		--enable-aimodules --enable-shared \
-		--enable-fcdb=sqlite3
+CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} \
+		--enable-aimodules \
+		--enable-fcdb=sqlite3 \
+		--enable-shared \
+		--program-transform-name= \
+		--without-ggz-client \
+		--without-ggz-server
 
 PORTDATA=	*
 
@@ -47,11 +51,7 @@ IGNORE=		cannot use SDL without X11: re-run make confi
 LIB_DEPENDS+=	libtiff.so:graphics/tiff \
 		libpng.so:graphics/png \
 		libfontconfig.so:x11-fonts/fontconfig \
-		libfreetype.so:print/freetype2 \
-		libggz.so:games/libggz \
-		libggz-gtk.so:games/ggz-gtk-client \
-		libggzcore.so:games/ggz-client-libs \
-		libggzmod.so:games/ggz-client-libs
+		libfreetype.so:print/freetype2
 USE_XORG=	xpm
 USE_SDL+=	mixer
 USE_GNOME=	gtk20 cairo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906150742.x5F7ggbb034977>