From owner-svn-ports-head@FreeBSD.ORG Sun Aug 4 12:53:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 85417269; Sun, 4 Aug 2013 12:53:55 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 575D5279C; Sun, 4 Aug 2013 12:53:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r74Crt8A050003; Sun, 4 Aug 2013 12:53:55 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r74CrsJJ049999; Sun, 4 Aug 2013 12:53:54 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201308041253.r74CrsJJ049999@svn.freebsd.org> From: Andrej Zverev Date: Sun, 4 Aug 2013 12:53:54 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Aug 2013 12:53:55 -0000 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