Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2003 19:17:11 GMT
From:      Jens Rehsack <rehsack@liwing.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Kris Kennaway <kris@freebsd.org>
Subject:   [PATCH] fix link error devel/libgtop2 on bento
Message-ID:  <200310231917.h9NJHBZR084432@helo.liwing.de>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Jens Rehsack
>Organization:	LiWing IT-Services
>Confidential:	no
>Synopsis:	[PATCH] fix link error devel/libgtop2 on bento
>Severity:	serious
>Priority:	medium
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 5.1-CURRENT i386
>Environment:
System: FreeBSD statler 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Oct 21 09:54:47 GMT 2003 root@statler:/usr/obj/usr/src/sys/STATLER i386


	
>Description:
	See: <http://bento.freebsd.org/errorlogs/amd64-5-latest/libgtop2-2.0.6.log>;
>How-To-Repeat:
	
>Fix:

	

--- patch-popt begins here ---
Index: devel/libgtop2/Makefile
===================================================================
diff -u devel/libgtop2/Makefile.orig devel/libgtop2/Makefile
--- devel/libgtop2/Makefile.orig	Thu Oct 23 19:11:57 2003
+++ devel/libgtop2/Makefile	Thu Oct 23 19:12:30 2003
@@ -16,6 +16,8 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GNOME 2 top library
 
+LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
+
 USE_BZIP2=	yes
 USE_PERL5=	yes
 USE_GMAKE=	yes
--- patch-popt ends here ---




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