Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 10:26:12 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483463 - head/math/mpfr
Message-ID:  <201810301026.w9UAQCHN056880@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Tue Oct 30 10:26:12 2018
New Revision: 483463
URL: https://svnweb.freebsd.org/changeset/ports/483463

Log:
  FreeBSD 10 still requires gpatch.
  
  PR:		232809
  Submitted by:	Bengt Ahlgren <bengta@sics.se>

Modified:
  head/math/mpfr/Makefile

Modified: head/math/mpfr/Makefile
==============================================================================
--- head/math/mpfr/Makefile	Tue Oct 30 10:23:36 2018	(r483462)
+++ head/math/mpfr/Makefile	Tue Oct 30 10:26:12 2018	(r483463)
@@ -18,12 +18,12 @@ COMMENT=	Library for multiple-precision floating-point
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
-#PATCH_DEPENDS=	gpatch:devel/patch
+PATCH_DEPENDS=	gpatch:devel/patch
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 PATCHLEVEL=	13
 PATCHFILES!=	/usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
-#PATCH=		${LOCALBASE}/bin/gpatch
+PATCH=		${LOCALBASE}/bin/gpatch
 
 USES=		libtool tar:xz
 GNU_CONFIGURE=	yes



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