From owner-freebsd-ports@FreeBSD.ORG Tue May 15 12:22:03 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78ACD1065670 for ; Tue, 15 May 2012 12:22:03 +0000 (UTC) (envelope-from rina.inverse01@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 47D948FC17 for ; Tue, 15 May 2012 12:22:03 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so8445207pbb.13 for ; Tue, 15 May 2012 05:22:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=3I6UFReSTGWnpsEswBAr8ENACoIWucsTTSLqK6gRSyU=; b=ZXZB985psHfA1yb0HF3GnFGilFHZJGZ/r5rWyi8jbkOFde0qQ+y+qVGDcsyQWFyZuU jaPbLPC/jJTgFARyAOuIZVXO3SOWCbEvDz076apAJDstEySpkdwsxdsKvUcw/xPOiSSR 7aBTGGvRMYKu3/ZjzaUeNt+gtaR8qfTneRdjAZuuDHebm81l/3Z0CmtYz2iMcklSkKOj x7rR8s74w2VKx8SSyAqz0e1dEL+nxpT/PBkKaVsODjUzydZqGWzpsfITiL7WsiyMxbe+ 9Jbewm2hqGTXfKjZO4YEkWkMs0c1uutkQC2c5e4pAt3JAZB6CXGMRav8BdrBZNecXSiq myaQ== Received: by 10.68.216.225 with SMTP id ot1mr5052061pbc.46.1337084522702; Tue, 15 May 2012 05:22:02 -0700 (PDT) Received: from [192.168.11.5] (p8186-ipbfp904kobeminato.hyogo.ocn.ne.jp. [118.10.131.186]) by mx.google.com with ESMTPS id py5sm1740098pbb.1.2012.05.15.05.22.00 (version=SSLv3 cipher=OTHER); Tue, 15 May 2012 05:22:02 -0700 (PDT) Message-ID: <4FB24A67.4050701@gmail.com> Date: Tue, 15 May 2012 21:21:59 +0900 From: Takashi Fujita User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: Xfce 4.10 on FreeBSD 9 release powerpc X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rina.inverse01@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2012 12:22:03 -0000 M9686J/A Mac mini G4 FreeBSD 9-Release is installed in 1.25 GHz. The following contribution tends to be seen and it is going to install Xfce4.10 in this environment. > Hi folks, > > I've updated the xfce-4.10 tarball [1] (it contains only the latest > versions of Xfce4 core). > Changes : > - Delete thunarvfs in bsd.xfce.mk, because this library now, is > obsolete, even if it always used by archiver/squeeze (no update since > 4 years). > - Drop support of GTK3 in x11-themes/gtk-xfce-engine > > I've also add shell script 'xfcemerge' [2] (based on marcusmerge and > kdemerge) to easily update ports tree. It works with tarball and with > my repository. > > In my repository we can found the latest versions of : > - x11/xfce4-screenshooter-plugin, > http://www.freebsd.org/cgi/query-pr.cgi?pr=167537 > - www/midori, http://www.freebsd.org/cgi/query-pr.cgi?pr=167536 > - sysutils/xfce4-battery-plugin (1.0.2) > - sysutils/xfce4-systemload-plugin (1.1.0) > - x11-clocks/xfce4-timer-out-plugin (1.0.1) > - graphics/ristretto (0.6.0) > > Enjoy > > [1] http://xfce-ports.googlecode.com/files/xfce-4.10.tar.xz > [2] http://xfce-ports.googlecode.com/files/xfcemerge > shell script'xfcemerge' was performed and port tree was updated. When [cd /usr/ports/x11-wm/xfce4] [make config-recursive] [make install clean] and a command are executed after that, the following error comes out and compile goes wrong. ===> Installing for xfce-4.10 ===> xfce-4.10 depends on executable: xfwm4 - not found ===> Verifying install for xfwm4 in /usr/ports/x11-wm/xfce4-wm ===> Patching for xfce4-wm-4.10.0 ===> Applying FreeBSD patches for xfce4-wm-4.10.0 File to patch: No file found--skip this patch? [n]y 2 out of 2 hunks ignored--saving rehects to doc/manual/images/Makefile.in.rej Can't create doc/manual/images/Makefile.in.rej, output is in /tmp/patchrvHLsNE: No such file or directory => Patch patch-doc_manual_images_Makefile.in failed to apply cleanly. *** Error code 1 Stop in /usr/ports/x11-wm/xfce4-wm. *** Error code 1 Stop in /usr/ports/x11-wm/xfce4-wm. *** Error code 1 Stop in /usr/ports/x11-wm/xfce4. *** Error code 1 Stop in /usr/ports/x11-wm/xfce4. -- Takashi Fujita rina.inverse01@gmail.com