From owner-svn-ports-head@FreeBSD.ORG Sun Aug 4 12:47:46 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 6DC56FBB; Sun, 4 Aug 2013 12:47:46 +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 4C32B276C; Sun, 4 Aug 2013 12:47:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r74Clklm047511; Sun, 4 Aug 2013 12:47:46 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r74ClicS047499; Sun, 4 Aug 2013 12:47:44 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201308041247.r74ClicS047499@svn.freebsd.org> From: Andrej Zverev Date: Sun, 4 Aug 2013 12:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324225 - in head: editors/openoffice-3 editors/openoffice-devel german/hunspell hebrew/hunspell textproc/aspell textproc/hyphen textproc/libvisio ukrainian/hunspell ukrainian/mythes 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:47:46 -0000 Author: az Date: Sun Aug 4 12:47:44 2013 New Revision: 324225 URL: http://svnweb.freebsd.org/changeset/ports/324225 Log: - Convert to new perl framework Approved by: bapt@ (office@) Modified: head/editors/openoffice-3/Makefile head/editors/openoffice-devel/Makefile head/german/hunspell/Makefile (contents, props changed) head/hebrew/hunspell/Makefile (contents, props changed) head/textproc/aspell/Makefile head/textproc/hyphen/Makefile (contents, props changed) head/textproc/libvisio/Makefile (contents, props changed) head/ukrainian/hunspell/Makefile (contents, props changed) head/ukrainian/mythes/Makefile (contents, props changed) Modified: head/editors/openoffice-3/Makefile ============================================================================== --- head/editors/openoffice-3/Makefile Sun Aug 4 12:39:45 2013 (r324224) +++ head/editors/openoffice-3/Makefile Sun Aug 4 12:47:44 2013 (r324225) @@ -27,9 +27,9 @@ USE_GSTREAMER= yes #USE_GCC= 4.6+ USE_GMAKE= yes USE_PYTHON= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_BZIP2= yes -USES+= bison +USES+= bison perl5 WITHOUT_CPU_CFLAGS= true MAKE_JOBS_SAFE= yes Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Sun Aug 4 12:39:45 2013 (r324224) +++ head/editors/openoffice-devel/Makefile Sun Aug 4 12:47:44 2013 (r324225) @@ -28,9 +28,9 @@ USE_GSTREAMER= yes #WITH_GCC= yes USE_GMAKE= yes USE_PYTHON= yes -USE_PERL5_BUILD= yes USE_BZIP2= yes -USES+= bison +USES+= bison perl5 +USE_PERL5= build WITHOUT_CPU_CFLAGS= true MAKE_JOBS_SAFE= yes Modified: head/german/hunspell/Makefile ============================================================================== --- head/german/hunspell/Makefile Sun Aug 4 12:39:45 2013 (r324224) +++ head/german/hunspell/Makefile Sun Aug 4 12:47:44 2013 (r324225) @@ -13,11 +13,11 @@ COMMENT= German hunspell dictionaries BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell \ hunspell:${PORTSDIR}/textproc/hunspell -USES= shebangfix +USES= shebangfix perl5 USE_BZIP2= yes ALL_TARGET= hunspell-all USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build SHEBANG_FILES= bin/*.pl PLIST_FILES= %%DATADIR%%/de_AT.aff \ Modified: head/hebrew/hunspell/Makefile ============================================================================== --- head/hebrew/hunspell/Makefile Sun Aug 4 12:39:45 2013 (r324224) +++ head/hebrew/hunspell/Makefile Sun Aug 4 12:47:44 2013 (r324225) @@ -18,11 +18,12 @@ COMMENT= Hebrew hunspell dictionaries BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv +USES= perl5 ALL_TARGET= hunspell CONFIGURE_ARGS= --enable-fatverb GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build PLIST_FILES= %%DATADIR%%/he.aff \ %%DATADIR%%/he.dic Modified: head/textproc/aspell/Makefile ============================================================================== --- head/textproc/aspell/Makefile Sun Aug 4 12:39:45 2013 (r324224) +++ head/textproc/aspell/Makefile Sun Aug 4 12:47:44 2013 (r324225) @@ -24,8 +24,8 @@ CONFIGURE_ARGS= --enable-dict-dir=${DAT --enable-static USE_GMAKE= yes -USES= iconv -USE_PERL5_BUILD= yes +USES= iconv perl5 +USE_PERL5= build USE_LDCONFIG= yes MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} Modified: head/textproc/hyphen/Makefile ============================================================================== --- head/textproc/hyphen/Makefile Sun Aug 4 12:39:45 2013 (r324224) +++ head/textproc/hyphen/Makefile Sun Aug 4 12:47:44 2013 (r324225) @@ -12,9 +12,9 @@ COMMENT= Library for high quality hyphen BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix perl5 +USE_PERL5= build USE_LDCONFIG= yes -USE_PERL5_BUILD= yes CONFIGURE_ENV+= ac_cv_prog_AWK=gawk Modified: head/textproc/libvisio/Makefile ============================================================================== --- head/textproc/libvisio/Makefile Sun Aug 4 12:39:45 2013 (r324224) +++ head/textproc/libvisio/Makefile Sun Aug 4 12:47:44 2013 (r324225) @@ -20,9 +20,9 @@ CONFIGURE_ARGS= --disable-werror CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_XZ= yes -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig perl5 .include Modified: head/ukrainian/hunspell/Makefile ============================================================================== --- head/ukrainian/hunspell/Makefile Sun Aug 4 12:39:45 2013 (r324224) +++ head/ukrainian/hunspell/Makefile Sun Aug 4 12:47:44 2013 (r324225) @@ -14,10 +14,10 @@ COMMENT= Ukrainian hunspell dictionaries BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv -USES= shebangfix +USES= shebangfix perl5 ALL_TARGET= myspell USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build SHEBANG_FILES= bin/*.pl PLIST_FILES= %%DATADIR%%/uk_UA.aff \ Modified: head/ukrainian/mythes/Makefile ============================================================================== --- head/ukrainian/mythes/Makefile Sun Aug 4 12:39:45 2013 (r324224) +++ head/ukrainian/mythes/Makefile Sun Aug 4 12:47:44 2013 (r324225) @@ -20,7 +20,8 @@ COMMENT= Ukrainian thesaurus LICENSE= LGPL21 GPLv2 LICENSE_COMB= dual -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build PLIST_FILES= %%DATADIR%%/th_uk_UA.dat \ %%DATADIR%%/th_uk_UA.idx