svn commit: r483809 - head/math/mpfr

Alex Dupre ale at FreeBSD.org
Fri Nov 2 14:09:47 UTC 2018


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


More information about the svn-ports-all mailing list