Date: Sat, 18 Jul 2015 15:01:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392422 - in head: french/hunspell german/hunspell hebrew/hunspell polish/hunspell portuguese/hunspell russian/hunspell textproc/en-hunspell textproc/es-hunspell textproc/it-hunspell te... Message-ID: <201507181501.t6IF1dIg025368@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 18 15:01:38 2015 New Revision: 392422 URL: https://svnweb.freebsd.org/changeset/ports/392422 Log: - Add NO_ARCH Modified: head/french/hunspell/Makefile head/german/hunspell/Makefile head/hebrew/hunspell/Makefile head/polish/hunspell/Makefile head/portuguese/hunspell/Makefile head/russian/hunspell/Makefile head/textproc/en-hunspell/Makefile head/textproc/es-hunspell/Makefile head/textproc/it-hunspell/Makefile head/textproc/nl-hunspell/Makefile head/textproc/no-hunspell/Makefile head/textproc/ro-hunspell/Makefile head/textproc/sk-hunspell/Makefile head/textproc/so-hunspell/Makefile head/textproc/sq-hunspell/Makefile head/textproc/sr-hunspell/Makefile head/textproc/ss-hunspell/Makefile head/textproc/sv-hunspell/Makefile head/textproc/te-hunspell/Makefile head/textproc/ti-hunspell/Makefile head/textproc/tk-hunspell/Makefile head/textproc/tn-hunspell/Makefile head/textproc/ts-hunspell/Makefile head/textproc/uz-hunspell/Makefile head/textproc/ve-hunspell/Makefile head/textproc/wa-hunspell/Makefile head/textproc/xh-hunspell/Makefile head/textproc/yi-hunspell/Makefile head/textproc/zu-hunspell/Makefile head/ukrainian/hunspell/Makefile head/vietnamese/hunspell/Makefile Modified: head/french/hunspell/Makefile ============================================================================== --- head/french/hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/french/hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -14,6 +14,7 @@ COMMENT= Modern French hunspell dictiona LICENSE= MPL USES= zip +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/german/hunspell/Makefile ============================================================================== --- head/german/hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/german/hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -19,6 +19,7 @@ BUILD_DEPENDS= aspell:${PORTSDIR}/textpr USES= gmake perl5 shebangfix tar:bzip2 ALL_TARGET= hunspell-all +NO_ARCH= yes USE_PERL5= build SHEBANG_FILES= bin/*.pl Modified: head/hebrew/hunspell/Makefile ============================================================================== --- head/hebrew/hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/hebrew/hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -16,6 +16,7 @@ LICENSE= AGPLv3 ALL_TARGET= hunspell CONFIGURE_ARGS= --enable-fatverb GNU_CONFIGURE= yes +NO_ARCH= yes USE_PERL5= build USES= gmake iconv:build perl5 shebangfix SHEBANG_FILES= ${WRKSRC}/pmerge Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/polish/hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -14,6 +14,7 @@ LICENSE= LGPL21 GPLv2 MPL LICENSE_COMB= dual USES= zip +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pl_PL.aff \ Modified: head/portuguese/hunspell/Makefile ============================================================================== --- head/portuguese/hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/portuguese/hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -18,6 +18,7 @@ COMMENT= Portuguese hunspell dictionarie # - pt_BR is licensed under LGPL3 and MPL. LICENSE= MPL +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/hunspell-pt_PT-${PORTVERSION} Modified: head/russian/hunspell/Makefile ============================================================================== --- head/russian/hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/russian/hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -13,6 +13,7 @@ COMMENT= Russian hunspell dictionaries LICENSE= LGPL3 USES= zip +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes PROJECTHOST= hunspell-ru Modified: head/textproc/en-hunspell/Makefile ============================================================================== --- head/textproc/en-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/en-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -22,6 +22,7 @@ LICENSE= BSD3CLAUSE LGPL3 LICENSE_COMB= multi USES= zip +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/es-hunspell/Makefile ============================================================================== --- head/textproc/es-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/es-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -15,6 +15,7 @@ COMMENT= Spanish hunspell dictionaries LICENSE= GPLv3 LGPL3 MPL LICENSE_COMB= dual +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/it-hunspell/Makefile ============================================================================== --- head/textproc/it-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/it-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -14,6 +14,7 @@ COMMENT= Italian hunspell dictionaries LICENSE= GPLv3 +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/nl-hunspell/Makefile ============================================================================== --- head/textproc/nl-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/nl-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -19,6 +19,7 @@ LICENSE_NAME_CCbyNCSA3=Attribution-NonCo LICENSE_TEXT_CCbyNCSA3=http://creativecommons.org/licenses/by/3.0/legalcode LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/no-hunspell/Makefile ============================================================================== --- head/textproc/no-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/no-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -15,6 +15,7 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual USES= zip +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= %%DATADIR%%/nb_NO.aff \ Modified: head/textproc/ro-hunspell/Makefile ============================================================================== --- head/textproc/ro-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/ro-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -15,6 +15,7 @@ LICENSE= LGPL21 GPLv2 MPL LICENSE_COMB= dual USES= zip +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/sk-hunspell/Makefile ============================================================================== --- head/textproc/sk-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/sk-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -16,6 +16,7 @@ LICENSE= LGPL21 GPLv2 MPL LICENSE_COMB= dual USES= zip +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= %%DATADIR%%/sk_SK.aff \ Modified: head/textproc/so-hunspell/Makefile ============================================================================== --- head/textproc/so-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/so-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -15,6 +15,7 @@ COMMENT= Somali hunspell dictionaries LICENSE= GPLv3 +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries Modified: head/textproc/sq-hunspell/Makefile ============================================================================== --- head/textproc/sq-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/sq-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -16,6 +16,7 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual USES= zip +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= %%DATADIR%%/sq_AL.aff \ Modified: head/textproc/sr-hunspell/Makefile ============================================================================== --- head/textproc/sr-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/sr-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -15,6 +15,7 @@ COMMENT= Serbian hunspell dictionaries LICENSE= GPLv2 +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries Modified: head/textproc/ss-hunspell/Makefile ============================================================================== --- head/textproc/ss-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/ss-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -13,6 +13,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Swati hunspell dictionaries +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries Modified: head/textproc/sv-hunspell/Makefile ============================================================================== --- head/textproc/sv-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/sv-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -15,6 +15,7 @@ COMMENT= Swedish hunspell dictionaries LICENSE= GPLv3 +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/te-hunspell/Makefile ============================================================================== --- head/textproc/te-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/te-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -17,6 +17,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= prezip-bin:${PORTSDIR}/textproc/aspell \ wordlist2hunspell:${PORTSDIR}/textproc/hunspell +NO_ARCH= yes USES= tar:bzip2 PLIST_FILES= %%DATADIR%%/te_IN.aff \ Modified: head/textproc/ti-hunspell/Makefile ============================================================================== --- head/textproc/ti-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/ti-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -13,6 +13,7 @@ MAINTAINER= office@FreeBSD.org COMMENT= Tigrigna hunspell dictionaries USES= zip +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/tk-hunspell/Makefile ============================================================================== --- head/textproc/tk-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/tk-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -14,6 +14,7 @@ COMMENT= Turkmen hunspell dictionaries LICENSE= GPLv3 +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries Modified: head/textproc/tn-hunspell/Makefile ============================================================================== --- head/textproc/tn-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/tn-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -13,6 +13,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Tswana hunspell dictionaries +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries Modified: head/textproc/ts-hunspell/Makefile ============================================================================== --- head/textproc/ts-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/ts-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -13,6 +13,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Tsonga hunspell dictionaries +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries Modified: head/textproc/uz-hunspell/Makefile ============================================================================== --- head/textproc/uz-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/uz-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -13,6 +13,7 @@ MAINTAINER= office@FreeBSD.org COMMENT= Uzbek hunspell dictionaries ALL_TARGET= uz_UZ.dic +NO_ARCH= yes USES= tar:bzip2 WRKSRC= ${WRKDIR}/${DISTNAME}/hunspell Modified: head/textproc/ve-hunspell/Makefile ============================================================================== --- head/textproc/ve-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/ve-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -13,6 +13,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Venda hunspell dictionaries +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries Modified: head/textproc/wa-hunspell/Makefile ============================================================================== --- head/textproc/wa-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/wa-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -17,6 +17,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell ALL_TARGET= myspell +NO_ARCH= yes USES= tar:bzip2 PLIST_FILES= %%DATADIR%%/wa.aff \ Modified: head/textproc/xh-hunspell/Makefile ============================================================================== --- head/textproc/xh-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/xh-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -13,6 +13,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Xhosa hunspell dictionaries +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries Modified: head/textproc/yi-hunspell/Makefile ============================================================================== --- head/textproc/yi-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/yi-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -14,6 +14,7 @@ COMMENT= Yiddish hunspell dictionaries LICENSE= GPLv3 +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries Modified: head/textproc/zu-hunspell/Makefile ============================================================================== --- head/textproc/zu-hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/textproc/zu-hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -13,6 +13,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Zulu hunspell dictionaries +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries Modified: head/ukrainian/hunspell/Makefile ============================================================================== --- head/ukrainian/hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/ukrainian/hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual ALL_TARGET= myspell +NO_ARCH= yes USE_PERL5= build USES= gmake iconv:build shebangfix perl5 tar:tgz SHEBANG_FILES= bin/*.pl Modified: head/vietnamese/hunspell/Makefile ============================================================================== --- head/vietnamese/hunspell/Makefile Sat Jul 18 13:30:27 2015 (r392421) +++ head/vietnamese/hunspell/Makefile Sat Jul 18 15:01:38 2015 (r392422) @@ -14,6 +14,7 @@ COMMENT= Vietnamese hunspell dictionarie LICENSE= GPLv3 USES= zip +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes PROJECTHOST= hunspell-spellcheck-vi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507181501.t6IF1dIg025368>