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
Andrej Zverev
az at FreeBSD.org
Sun Aug 4 12:47:46 UTC 2013
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 <bsd.port.pre.mk>
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
More information about the svn-ports-all
mailing list