Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 2004 20:10:32 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:    Re: ports/72928: New port: x11/hot-babe: Unusual system load monitor
Message-ID:  <200410272010.i9RKAW1d010435@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: Thierry Thomas <thierry@FreeBSD.org>
To: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
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 <jb.quenot@caraldi.com>
  é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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410272010.i9RKAW1d010435>