From owner-freebsd-ports Tue Nov 12 1:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8908F37B401 for ; Tue, 12 Nov 2002 01:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF36143E6E for ; Tue, 12 Nov 2002 01:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC9K1x3044849 for ; Tue, 12 Nov 2002 01:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAC9K1hK044848; Tue, 12 Nov 2002 01:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2121837B401 for ; Tue, 12 Nov 2002 01:12:43 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F78243E42 for ; Tue, 12 Nov 2002 01:12:42 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 7661B534E; Tue, 12 Nov 2002 10:12:39 +0100 (CET) Message-Id: <20021112091239.7661B534E@flood.ping.uio.no> Date: Tue, 12 Nov 2002 10:12:39 +0100 (CET) From: Dag-Erling Smorgrav Reply-To: Dag-Erling Smorgrav To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45236: [PATCH] lang/librep needs math/libgmp4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45236 >Category: ports >Synopsis: [PATCH] lang/librep needs math/libgmp4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 12 01:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dag-Erling Smorgrav >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD des.thinksec.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Nov 10 12:35:54 CET 2002 des@des.thinksec.com:/sec/obj/usr/src/sys/DES i386 >Description: lang/librep depends on libgmp, which used to be in the base system but isn't. >How-To-Repeat: Try to build lang/librep on a fresh -CURRENT system. It will fail at the configure stage because it can't find gmp.h. >Fix: Apply the attached patch. --- librep.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/librep/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- Makefile 31 Aug 2002 02:44:00 -0000 1.41 +++ Makefile 12 Nov 2002 08:42:46 -0000 @@ -18,6 +18,7 @@ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ + gmp.6:${PORTSDIR}/math/libgmp4 \ intl.4:${PORTSDIR}/devel/gettext PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION} --- librep.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message