svn commit: r504594 - in head: audio/xmms2 x11-toolkits/p5-Gtk2-Ex-PodViewer
Mathieu Arnold
mat at FreeBSD.org
Wed Jun 19 22:41:56 UTC 2019
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>
More information about the svn-ports-head
mailing list