From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 11:30:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 358B62A0; Tue, 28 Jan 2014 11:30:56 +0000 (UTC) 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 21C671301; Tue, 28 Jan 2014 11:30:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SBUtRL040831; Tue, 28 Jan 2014 11:30:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0SBUtQq040830; Tue, 28 Jan 2014 11:30:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401281130.s0SBUtQq040830@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 28 Jan 2014 11:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341534 - head/german/hunspell 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.17 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: Tue, 28 Jan 2014 11:30:56 -0000 Author: bapt Date: Tue Jan 28 11:30:55 2014 New Revision: 341534 URL: http://svnweb.freebsd.org/changeset/ports/341534 QAT: https://qat.redports.org/buildarchive/r341534/ Log: Use aspell instead of ispell to build the package Cleanup build_depends mute the mkdir Modified: head/german/hunspell/Makefile Modified: head/german/hunspell/Makefile ============================================================================== --- head/german/hunspell/Makefile Tue Jan 28 11:05:31 2014 (r341533) +++ head/german/hunspell/Makefile Tue Jan 28 11:30:55 2014 (r341534) @@ -14,8 +14,8 @@ COMMENT= German hunspell dictionaries LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/bin/buildhash:${PORTSDIR}/textproc/ispell \ - ${LOCALBASE}/bin/hunspell:${PORTSDIR}/textproc/hunspell +BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell \ + hunspell:${PORTSDIR}/textproc/hunspell USES= gmake perl5 shebangfix USE_BZIP2= yes @@ -38,8 +38,12 @@ PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \ %%DATADIR%%/${ALIAS}.dic .endfor +post-patch: + @${REINPLACE_CMD} -e "s/AFFIX_EXPANDER = ispell/AFFIX_EXPANDER = aspell/g" \ + ${WRKSRC}/Makefile + do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ + @${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hunspell/de_AT.aff ${WRKSRC}/hunspell/de_AT.dic \ ${WRKSRC}/hunspell/de_CH.aff ${WRKSRC}/hunspell/de_CH.dic \ ${WRKSRC}/hunspell/de_DE.aff ${WRKSRC}/hunspell/de_DE.dic ${STAGEDIR}${DATADIR}/