Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2018 14:09:46 +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: r483809 - head/math/mpfr
Message-ID:  <201811021409.wA2E9kBP041522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Fri Nov  2 14:09:45 2018
New Revision: 483809
URL: https://svnweb.freebsd.org/changeset/ports/483809

Log:
  Revert last commit / drop gpatch dependency now that FreeBSD 10 is EOL.

Modified:
  head/math/mpfr/Makefile

Modified: head/math/mpfr/Makefile
==============================================================================
--- head/math/mpfr/Makefile	Fri Nov  2 13:40:24 2018	(r483808)
+++ head/math/mpfr/Makefile	Fri Nov  2 14:09:45 2018	(r483809)
@@ -18,12 +18,10 @@ COMMENT=	Library for multiple-precision floating-point
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
-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
 
 USES=		libtool tar:xz
 GNU_CONFIGURE=	yes



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