Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2019 22:41:52 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504594 - in head: audio/xmms2 x11-toolkits/p5-Gtk2-Ex-PodViewer
Message-ID:  <201906192241.x5JMfq8C018483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Jun 19 22:41:52 2019
New Revision: 504594
URL: https://svnweb.freebsd.org/changeset/ports/504594

Log:
  Fix build with Perl 5.31+
  
  With hat:	perl@

Modified:
  head/audio/xmms2/Makefile   (contents, props changed)
  head/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile   (contents, props changed)

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Wed Jun 19 22:41:48 2019	(r504593)
+++ head/audio/xmms2/Makefile	Wed Jun 19 22:41:52 2019	(r504594)
@@ -200,6 +200,10 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src-clients-vi
 
 .include <bsd.port.pre.mk>
 
+.if defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == perl && ${PERL_LEVEL} >= 503100
+BUILD_DEPENDS+=  p5-Pod-Parser>=0:textproc/p5-Pod-Parser
+.endif
+
 # Force to nothing to avoid bsd.openssl.mk adding definitions
 # to it when AIRPLAY option is active, waf does not understand it anyway.
 MAKE_ARGS=

Modified: head/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile
==============================================================================
--- head/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile	Wed Jun 19 22:41:48 2019	(r504593)
+++ head/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile	Wed Jun 19 22:41:52 2019	(r504594)
@@ -24,4 +24,10 @@ RUN_DEPENDS=	p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 503100
+BUILD_DEPENDS+=	p5-Pod-Parser>=0:textproc/p5-Pod-Parser
+.endif
+
+.include <bsd.port.post.mk>



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