From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 28 08:50:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF1D16A4CE for ; Thu, 28 Oct 2004 08:50:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF3B643D45 for ; Thu, 28 Oct 2004 08:50:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9S8oSQp026252 for ; Thu, 28 Oct 2004 08:50:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9S8oSEM026251; Thu, 28 Oct 2004 08:50:28 GMT (envelope-from gnats) Date: Thu, 28 Oct 2004 08:50:28 GMT Message-Id: <200410280850.i9S8oSEM026251@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jean-Baptiste Quenot Subject: Re: ports/72928: New port: x11/hot-babe: Unusual system load monitor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Baptiste Quenot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 08:50:29 -0000 The following reply was made to PR ports/72928; it has been noted by GNATS. From: Jean-Baptiste Quenot To: Thierry Thomas Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/72928: New port: x11/hot-babe: Unusual system load monitor Date: Thu, 28 Oct 2004 10:42:50 +0200 * Thierry Thomas: > Thanks for your answer. I suppose that we can remove > MASTER_SITE_SUBDIR? Yes. > Anyway, it does not build: [...] gdk-pixbuf-config: not found ${X11BASE}/bin was hardcoded in my PATH. I changed MAKE_ENV, see below. > It would be safer to define USE_GNOME. You're right, thanks. Please find below an updated Makefile: ------------------------------------------------------------------------ # New ports collection makefile for: hot-babe # Whom: Jean-Baptiste Quenot # Date Created: 2004-10-20 17:09:55 # # $FreeBSD: ports/comms/efax-gtk/Makefile,v 1.5 2004/09/02 13:11:21 arved Exp $ # PORTNAME= hot-babe PORTVERSION= 0.1.5 CATEGORIES= x11 MASTER_SITES= http://caraldi.com/jbq/ports/hot-babe/ MASTER_SITES+= http://dindinx.net/hotbabe/downloads/ MAINTAINER= jb.quenot@caraldi.com COMMENT= Unusual system load monitor USE_GNOME= gtk12 gdkpixbuf USE_X_PREFIX= YES USE_BZIP2= yes MAN1= hot-babe.1 # Adjust PATH to properly locate gtk-config and gdk-pixbuf-config MAKE_ENV= DESTDIR=${PREFIX} PATH=${PATH}:${X11BASE}/bin .include ------------------------------------------------------------------------ -- Jean-Baptiste Quenot http://caraldi.com/jbq/