Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2017 15:19:02 +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: r447683 - head/x11/p5-X11-XCB
Message-ID:  <201708101519.v7AFJ2rQ050407@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Aug 10 15:19:01 2017
New Revision: 447683
URL: https://svnweb.freebsd.org/changeset/ports/447683

Log:
  Fix build for Perl 5.25.6+.
  
  With hat:	perl@
  Sponsored by:	Absolight

Modified:
  head/x11/p5-X11-XCB/Makefile   (contents, props changed)

Modified: head/x11/p5-X11-XCB/Makefile
==============================================================================
--- head/x11/p5-X11-XCB/Makefile	Thu Aug 10 15:18:48 2017	(r447682)
+++ head/x11/p5-X11-XCB/Makefile	Thu Aug 10 15:19:01 2017	(r447683)
@@ -30,12 +30,10 @@ BUILD_DEPENDS=	\
 		p5-XS-Object-Magic>=0:devel/p5-XS-Object-Magic
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		localbase perl5
+USE_PERL5=	configure
 USE_XORG=	x11 xcb xproto xinerama
 MAKE_JOBS_UNSAFE=	yes
-
-pre-configure:
-	cd ${WRKSRC} && ${PERL} Makefile.PL
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/X11/XCB/XCB.so



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