ports/72928: New port: x11/hot-babe: Unusual system load monitor

Jean-Baptiste Quenot jb.quenot at caraldi.com
Thu Oct 28 08:50:29 UTC 2004


The following reply was made to PR ports/72928; it has been noted by GNATS.

From: Jean-Baptiste Quenot <jb.quenot at caraldi.com>
To: Thierry Thomas <thierry at FreeBSD.org>
Cc: FreeBSD-gnats-submit at 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 <jb.quenot at caraldi.com>
 # 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 at 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 <bsd.port.mk>
 ------------------------------------------------------------------------
 -- 
 Jean-Baptiste Quenot
 http://caraldi.com/jbq/



More information about the freebsd-ports-bugs mailing list