Date: Thu, 28 Oct 2004 08:50:28 GMT From: Jean-Baptiste Quenot <jb.quenot@caraldi.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72928: New port: x11/hot-babe: Unusual system load monitor Message-ID: <200410280850.i9S8oSEM026251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/72928; it has been noted by GNATS. From: Jean-Baptiste Quenot <jb.quenot@caraldi.com> To: Thierry Thomas <thierry@FreeBSD.org> 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 <jb.quenot@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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410280850.i9S8oSEM026251>