From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 18:43:04 2013 Return-Path: Delivered-To: svn-ports-all@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 E8C7F114; Fri, 20 Sep 2013 18:43:04 +0000 (UTC) (envelope-from bapt@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 D512329E0; Fri, 20 Sep 2013 18:43:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KIh4kM058997; Fri, 20 Sep 2013 18:43:04 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KIh2p0058984; Fri, 20 Sep 2013 18:43:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201843.r8KIh2p0058984@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 18:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327735 - in head/hungarian: aspell calligra-l10n hu-phone hu-zipcodes hunspell hyphen ispell jdictionary-eng-hun jdictionary-eng-hun-expr kde4-l10n libreoffice 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 18:43:05 -0000 Author: bapt Date: Fri Sep 20 18:43:02 2013 New Revision: 327735 URL: http://svnweb.freebsd.org/changeset/ports/327735 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: hungarian) Modified: head/hungarian/aspell/Makefile head/hungarian/calligra-l10n/Makefile head/hungarian/hu-phone/Makefile head/hungarian/hu-zipcodes/Makefile head/hungarian/hunspell/Makefile head/hungarian/hyphen/Makefile head/hungarian/ispell/Makefile head/hungarian/jdictionary-eng-hun-expr/Makefile head/hungarian/jdictionary-eng-hun/Makefile head/hungarian/kde4-l10n/Makefile head/hungarian/libreoffice/Makefile head/hungarian/mythes/Makefile Modified: head/hungarian/aspell/Makefile ============================================================================== --- head/hungarian/aspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/aspell/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hu-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-hu-0.99.4.2-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Hungarian dictionaries DICT= hu +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/hungarian/calligra-l10n/Makefile ============================================================================== --- head/hungarian/calligra-l10n/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/calligra-l10n/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -9,5 +9,6 @@ COMMENT= Hungarian messages and document CALLIGRA_L10N= hu +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/hungarian/hu-phone/Makefile ============================================================================== --- head/hungarian/hu-phone/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hu-phone/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -19,6 +19,7 @@ EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/hu.phone NO_BUILD= YES +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/hu.phone ${PREFIX}/share/misc Modified: head/hungarian/hu-zipcodes/Makefile ============================================================================== --- head/hungarian/hu-zipcodes/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hu-zipcodes/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -19,6 +19,7 @@ EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/hu.zipcodes NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/hu.zipcodes ${PREFIX}/share/misc/ Modified: head/hungarian/hunspell/Makefile ============================================================================== --- head/hungarian/hunspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hunspell/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -20,6 +20,7 @@ PLIST_FILES= %%DATADIR%%/hu_HU.aff \ %%DATADIR%%/hu_HU.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hu_HU.aff ${WRKSRC}/hu_HU.dic ${DATADIR}/ Modified: head/hungarian/hyphen/Makefile ============================================================================== --- head/hungarian/hyphen/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hyphen/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -1,9 +1,4 @@ -# New ports collection makefile for: hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2007.05.17 @@ -25,6 +20,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_hu_HU.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_hu_HU.dic ${DATADIR}/ Modified: head/hungarian/ispell/Makefile ============================================================================== --- head/hungarian/ispell/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/ispell/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -19,6 +19,7 @@ USE_GMAKE= yes DOCSDIR= ${PREFIX}/share/doc/hu-ispell DOCS= OLVASSEL README GYIK ChangeLog +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/tmp/magyar4ispell.hash ${DATADIR}/magyar.hash Modified: head/hungarian/jdictionary-eng-hun-expr/Makefile ============================================================================== --- head/hungarian/jdictionary-eng-hun-expr/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/jdictionary-eng-hun-expr/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: English-Hun MASTERDIR= ${.CURDIR}/../../textproc/jdictionary +NO_STAGE= yes .include "${MASTERDIR}/Makefile.plugin" Modified: head/hungarian/jdictionary-eng-hun/Makefile ============================================================================== --- head/hungarian/jdictionary-eng-hun/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/jdictionary-eng-hun/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: Hungarian-E MASTERDIR= ${.CURDIR}/../../textproc/jdictionary +NO_STAGE= yes .include "${MASTERDIR}/Makefile.plugin" Modified: head/hungarian/kde4-l10n/Makefile ============================================================================== --- head/hungarian/kde4-l10n/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/kde4-l10n/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -10,5 +10,6 @@ COMMENT= Hungarian messages and document KDE4_L10N= hu +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/hungarian/libreoffice/Makefile ============================================================================== --- head/hungarian/libreoffice/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/libreoffice/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -4,6 +4,7 @@ LO_I18N= hu LO_HAS_HELPPACK= yes CATEGORIES= hungarian editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/hungarian/mythes/Makefile ============================================================================== --- head/hungarian/mythes/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/mythes/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -1,9 +1,4 @@ -# New ports collection makefile for: mythes -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= mythes PORTVERSION= 2003.09.29 @@ -26,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/th_hu_HU.dat \ %%DATADIR%%/th_hu_HU.idx PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_hu_HU.dat ${WRKSRC}/th_hu_HU.idx ${DATADIR}/