From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 3 04:12:25 2007 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3A4E16A402 for ; Tue, 3 Apr 2007 04:12:25 +0000 (UTC) (envelope-from kaeru@inigo-tech.com) Received: from mail.inigo-tech.com (gambit.inigo-tech.com [202.190.74.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9C38D13C4C8 for ; Tue, 3 Apr 2007 04:12:25 +0000 (UTC) (envelope-from kaeru@inigo-tech.com) Received: from [192.168.1.20] (unknown [60.53.95.92]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.inigo-tech.com (Postfix) with ESMTP id 7F01625043F; Tue, 3 Apr 2007 12:12:23 +0800 (MYT) From: Khairil Yusof To: Jeremy Messenger In-Reply-To: References: <1175471788.58398.23.camel@wolverine.inigo-tech.com> Content-Type: text/plain Date: Tue, 03 Apr 2007 12:12:38 +0800 Message-Id: <1175573558.24350.11.camel@wolverine.inigo-tech.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: sysutils/gkrellm2 segfault X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2007 04:12:26 -0000 On Mon, 2007-04-02 at 22:46 -0500, Jeremy Messenger wrote: \ > But have you followed in the /usr/ports/UPDATING? It looks like you have > failed to follow '20061014' in the /usr/ports/UPDATING. > gkrellm doesn't live in /usr/X11R6 anymore as I have pointed to follow in > the UPDATING above. > # cd /usr/ports/sysutils/gkrellm2 > # make -V PREFIX > /usr/local >From the Makefile: MAKE_ENV+= CC="${CC}" INSTALLROOT=${X11BASE} INSTALLDIR=${X11BASE}/bin \ PKGCONFIGDIR=${X11BASE}/libdata/pkgconfig \ SINSTALLROOT=${PREFIX} SINSTALLDIR=${PREFIX}/sbin \ Currently X11BASE is still /usr/X11R6. I tried building with LOCALBASE, but it still segfaults.