Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 2014 15:39:47 +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: r350628 - head/net/boinc-client
Message-ID:  <201404081539.s38FdlxI078890@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr  8 15:39:47 2014
New Revision: 350628
URL: http://svnweb.freebsd.org/changeset/ports/350628
QAT: https://qat.redports.org/buildarchive/r350628/

Log:
  Use unicode version of wx 2.8

Modified:
  head/net/boinc-client/Makefile

Modified: head/net/boinc-client/Makefile
==============================================================================
--- head/net/boinc-client/Makefile	Tue Apr  8 15:35:18 2014	(r350627)
+++ head/net/boinc-client/Makefile	Tue Apr  8 15:39:47 2014	(r350628)
@@ -11,8 +11,7 @@ MASTER_SITE_SUBDIR=rene
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Berkeley Open Infrastructure for Network Computing client
 
-USES=		dos2unix gmake pkgconfig
-USE_XZ=		yes
+USES=		dos2unix gmake pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	autoconf:env automake:env libtoolize:env
 USE_LDCONFIG=	yes
@@ -58,7 +57,7 @@ MANAGER_LIB_DEPENDS=	libnotify.so:${PORT
 MANAGER_CONFIGURE_ON=	--with-sqlite3-prefix=${LOCALBASE}
 MANAGER_CONFIGURE_OFF=	--with-wx-config=false --without-x
 MANAGER_CONFIGURE_ENABLE=manager
-MANAGER_USE=		XORG=x11 WX=2.8+
+MANAGER_USE=		XORG=x11 WX=2.8
 
 CLIENT_CONFIGURE_ENABLE=client
 CLIENT_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
@@ -78,6 +77,7 @@ X11_USE=		GL=glut XORG=xmu,xi
 .if ${PORT_OPTIONS:MMANAGER}
 #PORT_OPTIONS+=	CLIENT X11
 WX_CONF_ARGS=	absolute
+WX_UNICODE=	yes
 . if ${OSVERSION} < 900506 || (${OSVERSION} >= 1000000 && ${OSVERSION} < 1000002)
 CPPFLAGS+=	-DNO_PER_THREAD_LOCALE
 . endif



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