svn commit: r468827 - head/devel/gdb

Luca Pizzamiglio pizzamig at FreeBSD.org
Wed May 2 13:04:53 UTC 2018


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 at 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


More information about the svn-ports-head mailing list