Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 19:11:48 +0100 (CET)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48640: Port: math/libgmp4 (Enable MPFR - Take Maintainership)
Message-ID:  <200302241811.h1OIBmm9041053@vaio.alexdupre.com>

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

>Number:         48640
>Category:       ports
>Synopsis:       Port: math/libgmp4 (Enable MPFR - Take Maintainership)
>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:   Mon Feb 24 10:20:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 4.8-ALEXDUPRE i386
>Organization:
>Environment:
System: FreeBSD vaio.alexdupre.com 4.8-ALEXDUPRE FreeBSD 4.8-ALEXDUPRE #0: Sat Feb 22 15:23:34 CET 2003 root@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.

Take maintainership.

Supersedes PR 48023.
	
>How-To-Repeat:
	
>Fix:

	

--- libgmp4.diff begins here ---
diff -ruN libgmp4/Makefile libgmp4.new/Makefile
--- libgmp4/Makefile	Fri Feb 21 09:24:13 2003
+++ libgmp4.new/Makefile	Sun Feb 23 17:15:16 2003
@@ -8,22 +8,22 @@
 
 PORTNAME=	libgmp
 PORTVERSION=	4.1.2
+PORTREVISION=	1
 CATEGORIES=	math devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	gmp
 DISTNAME=	gmp-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sysadmin@alexdupre.com
 COMMENT=	A free library for arbitrary precision arithmetic
 
 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:
-	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
-		's|--tag=CC||g'
+	@${FIND} ${WRKSRC} -name "Makefile.in" | \
+		${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g' 
 
 .include <bsd.port.mk>
diff -ruN libgmp4/pkg-descr libgmp4.new/pkg-descr
--- libgmp4/pkg-descr	Tue Jun  5 07:22:15 2001
+++ libgmp4.new/pkg-descr	Sun Feb 23 17:07:22 2003
@@ -18,5 +18,5 @@
 
 WWW: http://www.swox.com/gmp/
 
--- Ying-Chieh Liao
-   ijliao@csie.nctu.edu.tw
+- Alex Dupre
+sysadmin@alexdupre.com
diff -ruN libgmp4/pkg-plist libgmp4.new/pkg-plist
--- libgmp4/pkg-plist	Tue Jan 14 19:54:23 2003
+++ libgmp4.new/pkg-plist	Sun Feb 23 17:05:22 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




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