Date: Wed, 2 May 2018 13:04:53 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468827 - head/devel/gdb Message-ID: <201805021304.w42D4rdA036452@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Wed May 2 13:04:52 2018 New Revision: 468827 URL: https://svnweb.freebsd.org/changeset/ports/468827 Log: devel/gdb: Add mpfr as dependency Add mpfr as dependency to emulate target floating-point arithmetic during expression evaluation when the target uses different floating-point formats than the host PR: 227798 Reported by: philippe.michel7@sfr.fr Modified: head/devel/gdb/Makefile Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Wed May 2 11:03:51 2018 (r468826) +++ head/devel/gdb/Makefile Wed May 2 13:04:52 2018 (r468827) @@ -3,7 +3,7 @@ PORTNAME= gdb PORTVERSION= 8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNU @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING3 # untested on sparc64, might work ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 mips powerpc powerpc64 +LIB_DEPENDS= libmpfr.so:math/mpfr TEST_DEPENDS= runtest:misc/dejagnu TEST_TARGET= check
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805021304.w42D4rdA036452>