From owner-freebsd-ports-bugs Thu Feb 6 16:40: 5 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B8BF37B405 for ; Thu, 6 Feb 2003 16:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 378F943FA3 for ; Thu, 6 Feb 2003 16:40: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 h170e1NS071568 for ; Thu, 6 Feb 2003 16:40: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 h170e1bC071567; Thu, 6 Feb 2003 16:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EAC537B401 for ; Thu, 6 Feb 2003 16:32:28 -0800 (PST) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABCCB43F75 for ; Thu, 6 Feb 2003 16:32:21 -0800 (PST) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.2/8.12.2) with ESMTP id h170gAWs046382 for ; Fri, 7 Feb 2003 01:42:10 +0100 (CET) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.2/8.12.2/Submit) id h170g9EA046381; Fri, 7 Feb 2003 01:42:09 +0100 (CET) Message-Id: <200302070042.h170g9EA046381@vaio.alexdupre.com> Date: Fri, 7 Feb 2003 01:42:09 +0100 (CET) From: Alex Dupre Reply-To: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48023: [New Feature] Enable MPFR in GMP4 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48023 >Category: ports >Synopsis: [New Feature] Enable MPFR in GMP4 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 06 16:40:00 PST 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.5-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Fri Apr 12 14:12:57 CEST 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386 >Description: Enable building of MPFR, a C library for multiple-precision floating-point computations with exact rounding, in GMP. >How-To-Repeat: >Fix: --- libgmp4.diff begins here --- diff -ruN libgmp4.orig/Makefile libgmp4/Makefile --- libgmp4.orig/Makefile Fri Feb 7 01:03:11 2003 +++ libgmp4/Makefile Fri Feb 7 01:37:09 2003 @@ -8,6 +8,7 @@ PORTNAME= libgmp PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -18,7 +19,7 @@ USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-cxx +CONFIGURE_ARGS= --enable-cxx --enable-mpfr INSTALLS_SHLIB= yes post-patch: diff -ruN libgmp4.orig/pkg-plist libgmp4/pkg-plist --- libgmp4.orig/pkg-plist Fri Feb 7 01:03:11 2003 +++ libgmp4/pkg-plist Fri Feb 7 01:16:38 2003 @@ -1,5 +1,8 @@ include/gmp.h include/gmpxx.h +include/mpf2mpfr.h +include/mpfr.h +include/mpfrxx.h @unexec install-info --delete %D/info/gmp.info %D/info/dir info/gmp.info info/gmp.info-1 @@ -12,9 +15,13 @@ info/gmp.info-8 info/gmp.info-9 @exec install-info %D/info/gmp.info %D/info/dir +@unexec install-info --delete %D/info/mpfr.info %D/info/dir +info/mpfr.info +@exec install-info %D/info/mpfr.info %D/info/dir lib/libgmp.a lib/libgmp.so lib/libgmp.so.6 lib/libgmpxx.a lib/libgmpxx.so lib/libgmpxx.so.3 +lib/libmpfr.a --- libgmp4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message