Date: Sun, 4 Aug 2013 12:53:54 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324227 - in head: devel/imake x11/libX11 x11/pixman x11/xkeyboard-config Message-ID: <201308041253.r74CrsJJ049999@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308041253.r74CrsJJ049999>