From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 23 13:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7992106566B for ; Wed, 23 May 2012 13:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F2408FC18 for ; Wed, 23 May 2012 13:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4NDU2Ep053350 for ; Wed, 23 May 2012 13:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4NDU2tD053340; Wed, 23 May 2012 13:30:02 GMT (envelope-from gnats) Resent-Date: Wed, 23 May 2012 13:30:02 GMT Resent-Message-Id: <201205231330.q4NDU2tD053340@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrey Simonenko Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40D881065677 for ; Wed, 23 May 2012 13:23:32 +0000 (UTC) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.kpi.ua (comsys.kpi.ua [77.47.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id E35F38FC0A for ; Wed, 23 May 2012 13:23:31 +0000 (UTC) Received: from pm513-1.comsys.kpi.ua ([10.18.52.101] helo=pm513-1.comsys.ntu-kpi.kiev.ua) by comsys.kpi.ua with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1SXBXG-0005hK-P2 for FreeBSD-gnats-submit@freebsd.org; Wed, 23 May 2012 16:23:30 +0300 Received: by pm513-1.comsys.ntu-kpi.kiev.ua (Postfix, from userid 1001) id 1DB531CC21; Wed, 23 May 2012 16:23:30 +0300 (EEST) Message-Id: <20120523132329.GA22840@pm513-1.comsys.ntu-kpi.kiev.ua> Date: Wed, 23 May 2012 16:23:29 +0300 From: Andrey Simonenko To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/168257: net/boinc-client add xlocale support for RELENG_9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 13:30:02 -0000 >Number: 168257 >Category: ports >Synopsis: net/boinc-client add xlocale support for RELENG_9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 13:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: >Description: This change adds support of xlocale for RELENG_9. >How-To-Repeat: >Fix: diff -ruN boinc-client.orig/Makefile boinc-client/Makefile --- boinc-client.orig/Makefile 2012-04-23 23:49:14.000000000 +0300 +++ boinc-client/Makefile 2012-05-23 15:52:42.000000000 +0300 @@ -7,7 +7,7 @@ PORTNAME= boinc-client PORTVERSION= 7.0.25 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= pav @@ -88,7 +88,7 @@ LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify \ sqlite3.8:${PORTSDIR}/databases/sqlite3 CONFIGURE_ARGS+=--with-sqlite3-prefix=${LOCALBASE} -. if ${OSVERSION} < 1000002 +. if ${OSVERSION} < 900506 || (${OSVERSION} >= 1000000 && ${OSVERSION} < 1000002) CPPFLAGS+= -DNO_PER_THREAD_LOCALE . endif PLIST_SUB+= BOINC_MANAGER="" diff -ruN boinc-client.orig/files/patch-clientgui-AsyncRPC.cpp boinc-client/files/patch-clientgui-AsyncRPC.cpp --- boinc-client.orig/files/patch-clientgui-AsyncRPC.cpp 2012-04-15 15:57:50.000000000 +0300 +++ boinc-client/files/patch-clientgui-AsyncRPC.cpp 2012-05-23 15:52:09.000000000 +0300 @@ -7,7 +7,7 @@ -#include +#ifdef __FreeBSD__ +# include -+# if __FreeBSD_version >= 1000002 ++# if (__FreeBSD_version >= 900506 && __FreeBSD_version < 1000000) || __FreeBSD_version >= 1000002 +# include +# endif +#endif >Release-Note: >Audit-Trail: >Unformatted: