svn commit: r350628 - head/net/boinc-client
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 8 15:39:48 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list