From owner-freebsd-gnome@FreeBSD.ORG Thu Oct 23 12:17:18 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E93BB16A4B3; Thu, 23 Oct 2003 12:17:18 -0700 (PDT) Received: from helo.liwing.de (helo.liwing.de [213.70.188.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8260D43F3F; Thu, 23 Oct 2003 12:17:13 -0700 (PDT) (envelope-from root@helo.liwing.de) Received: from helo.liwing.de (localhost.liwing.de [127.0.0.1]) by helo.liwing.de (8.12.9p2/8.12.9) with ESMTP id h9NJHBUn084433; Thu, 23 Oct 2003 19:17:11 GMT (envelope-from root@helo.liwing.de) Received: (from root@localhost) by helo.liwing.de (8.12.9p2/8.12.9/Submit) id h9NJHBZR084432; Thu, 23 Oct 2003 19:17:11 GMT (envelope-from root) Date: Thu, 23 Oct 2003 19:17:11 GMT Message-Id: <200310231917.h9NJHBZR084432@helo.liwing.de> To: FreeBSD-gnats-submit@freebsd.org From: Jens Rehsack X-send-pr-version: 3.113 X-GNATS-Notify: cc: gnome@freebsd.org cc: Jens Rehsack cc: Kris Kennaway Subject: [PATCH] fix link error devel/libgtop2 on bento X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jens Rehsack List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 19:17:19 -0000 >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: >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 ---