From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 27 20:10:32 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 EBBB416A4CE for ; Wed, 27 Oct 2004 20:10:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B38E143D31 for ; Wed, 27 Oct 2004 20:10:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9RKAWrH010436 for ; Wed, 27 Oct 2004 20:10:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9RKAW1d010435; Wed, 27 Oct 2004 20:10:32 GMT (envelope-from gnats) Date: Wed, 27 Oct 2004 20:10:32 GMT Message-Id: <200410272010.i9RKAW1d010435@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thierry Thomas 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: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 20:10:33 -0000 The following reply was made to PR ports/72928; it has been noted by GNATS. From: Thierry Thomas To: Jean-Baptiste Quenot Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/72928: New port: x11/hot-babe: Unusual system load monitor Date: Wed, 27 Oct 2004 21:58:11 +0200 Le Ven 22 oct 04 à 10:09:54 +0200, Jean-Baptiste Quenot écrivait : > * Thierry Thomas: > > The distfile is unfetchable from SourceForge: > > Sorry, it's a mistake, hot-babe is not hosted on SourceForge. Please > find below a diff. The file is currently hosted on my personal server > because the author's website does not provide the latest distribution. > > Index: Makefile > =================================================================== > --- Makefile (revision 1015) > +++ Makefile (working copy) > @@ -8,7 +8,8 @@ > PORTNAME= hot-babe > PORTVERSION= 0.1.5 > CATEGORIES= x11 > -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > +MASTER_SITES= http://caraldi.com/jbq/ports/hot-babe/ > +MASTER_SITES+= http://dindinx.net/hotbabe/downloads/ > MASTER_SITE_SUBDIR= ${PORTNAME} > > MAINTAINER= jb.quenot@caraldi.com Thanks for your answer. I suppose that we can remove MASTER_SITE_SUBDIR? Anyway, it does not build: ===> Extracting for hot-babe-0.1.5 >> Checksum OK for hot-babe-0.1.5.tar.bz2. ===> Patching for hot-babe-0.1.5 ===> Applying FreeBSD patches for hot-babe-0.1.5 ===> hot-babe-0.1.5 depends on shared library: gtk12 - found ===> hot-babe-0.1.5 depends on shared library: gdk_pixbuf - found ===> hot-babe-0.1.5 depends on shared library: X11.6 - found ===> Configuring for hot-babe-0.1.5 ===> Building for hot-babe-0.1.5 gcc -O2 -Wall -g `gtk-config --cflags` `gdk-pixbuf-config --cflags` -DDESTDIR=\"/usr/X11R6\" -c hot-babe.c gdk-pixbuf-config: not found hot-babe.c:38:35: gdk-pixbuf/gdk-pixbuf.h: No such file or directory In file included from hot-babe.c:40: loader.h:28: error: syntax error before "GdkPixbuf" hot-babe.c: In function `create_hotbabe_window': hot-babe.c:145: warning: implicit declaration of function `gdk_pixbuf_get_width' hot-babe.c:145: error: structure has no member named `pixbuf' hot-babe.c:146: warning: implicit declaration of function `gdk_pixbuf_get_height' hot-babe.c:146: error: structure has no member named `pixbuf' hot-babe.c:169: warning: implicit declaration of function `gdk_pixbuf_render_pixmap_and_mask' hot-babe.c:169: error: structure has no member named `pixbuf' hot-babe.c:172: error: structure has no member named `pixbuf' hot-babe.c: In function `main': hot-babe.c:363: warning: implicit declaration of function `gdk_pixbuf_get_pixels' hot-babe.c:363: error: structure has no member named `pixbuf' hot-babe.c:363: warning: assignment makes pointer from integer without a cast *** Error code 1 It would be safer to define USE_GNOME. Regards, -- Th. Thomas.