Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 17:05:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349029 - head/games/openyahtzee
Message-ID:  <201403241705.s2OH5mHV094481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 24 17:05:47 2014
New Revision: 349029
URL: http://svnweb.freebsd.org/changeset/ports/349029
QAT: https://qat.redports.org/buildarchive/r349029/

Log:
  Does not build with wx 3.0
  Use unicode version of 2.8
  Use a c++11 enable compiler instead of hardcoding gcc
  Support stage

Modified:
  head/games/openyahtzee/Makefile

Modified: head/games/openyahtzee/Makefile
==============================================================================
--- head/games/openyahtzee/Makefile	Mon Mar 24 16:59:37 2014	(r349028)
+++ head/games/openyahtzee/Makefile	Mon Mar 24 17:05:47 2014	(r349029)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openyahtzee
 PORTVERSION=	1.9.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION}
 
@@ -15,19 +15,18 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/scoped_ptr.hpp:${PORTSDIR}/devel/boost-libs
 
-USE_BZIP2=	yes
-USE_GCC=	yes
-USE_WX=		2.8+
+USES=		tar:bzip2 compiler:c++11-lang
+USE_WX=		2.8
+WX_UNICODE=	yes
 WX_CONF_ARGS=	absolute
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN6=		openyahtzee.6
 PLIST_FILES=	bin/openyahtzee \
 		share/applications/openyahtzee.desktop \
-		share/pixmaps/openyahtzee.png
+		share/pixmaps/openyahtzee.png \
+		man/man6/openyahtzee.6.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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