From owner-freebsd-gnome@FreeBSD.ORG Sun Jun 22 06:56:48 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 9ACCA37B401 for ; Sun, 22 Jun 2003 06:56:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38DAB43FBD for ; Sun, 22 Jun 2003 06:56:48 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5MDumUp012725 for ; Sun, 22 Jun 2003 06:56:48 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5MDumaG012724 for gnome@FreeBSD.org; Sun, 22 Jun 2003 06:56:48 -0700 (PDT) Date: Sun, 22 Jun 2003 06:56:48 -0700 (PDT) From: Jimmy Olgeni Message-Id: <200306221356.h5MDumaG012724@freefall.freebsd.org> To: gnome@FreeBSD.org Subject: lang/librep and compat gmp X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 13:56:48 -0000 Hi, I noticed that lang/librep depends on math/libgmp-freebsd, but in some cases it will not install the dependency as it hits on /usr/lib/compat/libgmp.so.3 (part of a compatXX distribution), then the port will not build... maybe the dependency could be made on the gmp.h file, or the library path should be explicit in the makefile (?) -- jimmy