Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 20:55:47 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464955 - head/games/wesnoth
Message-ID:  <201803182055.w2IKtlw0098036@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Mar 18 20:55:47 2018
New Revision: 464955
URL: https://svnweb.freebsd.org/changeset/ports/464955

Log:
  games/wesnoth: Unbreak by fixing shebang
  
  Port changes:
  * Add missing LIB_DEPENDS
  * Add missing USE_GNOME and USE_XORG
  
  Approved by:	portmgr (port compliance, infrastructure

Modified:
  head/games/wesnoth/Makefile

Modified: head/games/wesnoth/Makefile
==============================================================================
--- head/games/wesnoth/Makefile	Sun Mar 18 20:50:04 2018	(r464954)
+++ head/games/wesnoth/Makefile	Sun Mar 18 20:55:47 2018	(r464955)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wesnoth
 PORTVERSION=	1.12.6
-PORTREVISION=	9
+PORTREVISION=	10
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \
@@ -16,7 +16,8 @@ LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis \
+LIB_DEPENDS=	libfreetype.so:print/freetype2 \
+		libvorbisfile.so:audio/libvorbis \
 		libboost_thread.so:devel/boost-libs \
 		libpng.so:graphics/png \
 		libfontconfig.so:x11-fonts/fontconfig
@@ -28,10 +29,11 @@ LDFLAGS+=	-L${LOCALBASE}/lib -lboost_system
 
 PORTSCOUT=	limitw:1,even
 
+USES=		cmake cpe pkgconfig python:run shebangfix tar:bzip2
 USE_SDL=	image mixer net ttf
 USE_LDCONFIG=	yes
-USE_GNOME=	pango
-USES=		cmake cpe pkgconfig python:run shebangfix tar:bzip2
+USE_GNOME=	cairo pango
+USE_XORG=	ice sm x11 xext
 SHEBANG_FILES=	data/tools/about_cfg_to_wiki \
 		data/tools/campaign2wiki.py \
 		data/tools/castle-cutter/mk-castle.sh \
@@ -49,7 +51,8 @@ SHEBANG_FILES=	data/tools/about_cfg_to_wiki \
 		data/tools/wmlindent data/tools/wmllint \
 		data/tools/wmllint-1.4 data/tools/wmllint_gui \
 		data/tools/wmlmove data/tools/wmlscope data/tools/wmlunits \
-		data/tools/wmlvalidator
+		data/tools/wmlvalidator \
+		data/tools/GUI.pyw
 CPE_VENDOR=	${PORTNAME}
 CPE_PRODUCT=	battle_for_wesnoth
 CMAKE_ARGS=	-DMANDIR="man" -DENABLE_STRICT_COMPILATION=off



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