Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2002 10:12:39 +0100 (CET)
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45236: [PATCH] lang/librep needs math/libgmp4
Message-ID:  <20021112091239.7661B534E@flood.ping.uio.no>

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

>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




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