Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 11:03:01 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502562 - head/lang/perl5.26
Message-ID:  <201905251103.x4PB31sC071699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat May 25 11:03:00 2019
New Revision: 502562
URL: https://svnweb.freebsd.org/changeset/ports/502562

Log:
  lang/perl5.26: Remove OPTIONS_EXCLUDE_FreeBSD_10
  
  FreeBSD 10.x is no longer supported.

Modified:
  head/lang/perl5.26/Makefile

Modified: head/lang/perl5.26/Makefile
==============================================================================
--- head/lang/perl5.26/Makefile	Sat May 25 10:58:50 2019	(r502561)
+++ head/lang/perl5.26/Makefile	Sat May 25 11:03:00 2019	(r502562)
@@ -26,7 +26,6 @@ OPTIONS_DEFINE=	DEBUG GDBM PERL_64BITINT MULTIPLICITY 
 		THREADS PERL_MALLOC DTRACE DOT_INC
 OPTIONS_DEFAULT=	PERL_64BITINT THREADS MULTIPLICITY DTRACE
 
-OPTIONS_EXCLUDE_FreeBSD_10=	DTRACE
 .if !exists(/usr/sbin/dtrace)
 OPTIONS_EXCLUDE+=	DTRACE
 .endif



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