From owner-cvs-ports@FreeBSD.ORG Tue Jun 8 08:20:02 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4202B16A4CE; Tue, 8 Jun 2004 08:20:02 +0000 (GMT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5850343D69; Tue, 8 Jun 2004 08:20:01 +0000 (GMT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.30) id 1BXbsT-0006Lq-5A; Tue, 08 Jun 2004 15:22:37 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i588N1AT005779; Tue, 8 Jun 2004 15:23:01 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i588N1In005767; Tue, 8 Jun 2004 15:23:01 +0700 (NOVST) (envelope-from danfe) Date: Tue, 8 Jun 2004 15:23:01 +0700 From: Alexey Dokuchaev To: Alex Dupre , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040608082301.GB1634@regency.nsu.ru> References: <200406072203.i57M3AGF041890@repoman.freebsd.org> <20040608080536.GA49284@falcon.midgard.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040608080536.GA49284@falcon.midgard.homeip.net> User-Agent: Mutt/1.4.2.1i Subject: Re: cvs commit: ports/sysutils Makefileports/sysutils/xfce4-cpugraph-plugin Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2004 08:20:02 -0000 On Tue, Jun 08, 2004 at 10:05:36AM +0200, Erik Trulsson wrote: > On Mon, Jun 07, 2004 at 10:03:10PM +0000, Alex Dupre wrote: > > ale 2004-06-07 22:03:10 UTC > > > > FreeBSD ports repository > > > > Modified files: > > sysutils Makefile > > Added files: > > sysutils/xfce4-cpugraph-plugin Makefile distinfo pkg-descr > > pkg-plist > > Log: > > Add xfce4-cpugraph-plugin 0.1.1, XFce4 systemload plugin with multiple > > CPU display modes. > > This can't have been tested on FreeBSD 4.x since it does not compile > there. > > Adding 'USE_GCC=3.3' to the port Makefile makes it work on 4.x. > (The code uses some C99 features (mixing of declarations and code in > particular) that are not supported by gcc 2.95.) I recommend, in case of simple issues, patch the software instead of pulling whole different compiler. 4.x users usually don't feel very good about it, since having 2 compilers in system does sound suspicious to non-developer folk. ./danfe