svn commit: r324227 - in head: devel/imake x11/libX11 x11/pixman x11/xkeyboard-config

Andrej Zverev az at FreeBSD.org
Sun Aug 4 12:53:55 UTC 2013


Author: az
Date: Sun Aug  4 12:53:54 2013
New Revision: 324227
URL: http://svnweb.freebsd.org/changeset/ports/324227

Log:
  - Convert to new perl framework
  
  Approved by:	bapt@ (x11@)

Modified:
  head/devel/imake/Makefile   (contents, props changed)
  head/x11/libX11/Makefile   (contents, props changed)
  head/x11/pixman/Makefile   (contents, props changed)
  head/x11/xkeyboard-config/Makefile

Modified: head/devel/imake/Makefile
==============================================================================
--- head/devel/imake/Makefile	Sun Aug  4 12:49:58 2013	(r324226)
+++ head/devel/imake/Makefile	Sun Aug  4 12:53:54 2013	(r324227)
@@ -14,8 +14,8 @@ RUN_DEPENDS=	gccmakedep:${PORTSDIR}/deve
 		makedepend:${PORTSDIR}/devel/makedepend \
 		${LOCALBASE}/lib/X11/config/xorg.cf:${PORTSDIR}/x11/xorg-cf-files
 
-USES=	shebangfix
-USE_PERL5_RUN=	yes
+USES=	shebangfix perl5
+USE_PERL5=	run
 
 SHEBANG_FILES=	mkhtmlindex.pl
 

Modified: head/x11/libX11/Makefile
==============================================================================
--- head/x11/libX11/Makefile	Sun Aug  4 12:49:58 2013	(r324226)
+++ head/x11/libX11/Makefile	Sun Aug  4 12:53:54 2013	(r324227)
@@ -11,11 +11,12 @@ COMMENT=	X11 library
 
 LICENSE=	MIT
 
+USES=		perl5
 XORG_CAT=	lib
 USE_XORG=	bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
 		kbproto:both inputproto xf86bigfontproto xproto:both \
 		xcb
-USE_PERL5_BUILD=yes
+USE_PERL5=	build
 
 CONFIGURE_ARGS+=	--datadir=${PREFIX}/lib \
 			--without-xmlto \

Modified: head/x11/pixman/Makefile
==============================================================================
--- head/x11/pixman/Makefile	Sun Aug  4 12:49:58 2013	(r324226)
+++ head/x11/pixman/Makefile	Sun Aug  4 12:53:54 2013	(r324227)
@@ -7,9 +7,10 @@ CATEGORIES=	x11
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Low-level pixel manipulation library
 
+USES=		perl5
 XORG_CAT=	lib
 USE_AUTOTOOLS=	libtool
-USE_PERL5_BUILD=yes
+USE_PERL5=	build
 USE_GNOME=	ltverhack:9
 CONFIGURE_ARGS=	--disable-gtk
 

Modified: head/x11/xkeyboard-config/Makefile
==============================================================================
--- head/x11/xkeyboard-config/Makefile	Sun Aug  4 12:49:58 2013	(r324226)
+++ head/x11/xkeyboard-config/Makefile	Sun Aug  4 12:53:54 2013	(r324227)
@@ -16,8 +16,8 @@ XORG_CAT=	data
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	intlhack libxslt:build
-USES=		pathfix
-USE_PERL5_BUILD=yes
+USES=		pathfix perl5
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=yes
 


More information about the svn-ports-head mailing list