From owner-svn-ports-head@FreeBSD.ORG Fri Sep 20 18:41:55 2013 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 ESMTP id 32659F8D; Fri, 20 Sep 2013 18:41:55 +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 10E1429CD; Fri, 20 Sep 2013 18:41:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KIfsDs058539; Fri, 20 Sep 2013 18:41:54 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KIfrlB058524; Fri, 20 Sep 2013 18:41:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201841.r8KIfrlB058524@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 18:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327734 - in head/hebrew: aspell culmus elmar-fonts he2 hspell hunspell kde4-l10n libreoffice 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: Fri, 20 Sep 2013 18:41:55 -0000 Author: bapt Date: Fri Sep 20 18:41:52 2013 New Revision: 327734 URL: http://svnweb.freebsd.org/changeset/ports/327734 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: hebrew) Modified: head/hebrew/aspell/Makefile head/hebrew/culmus/Makefile head/hebrew/elmar-fonts/Makefile head/hebrew/he2/Makefile head/hebrew/hspell/Makefile head/hebrew/hunspell/Makefile head/hebrew/kde4-l10n/Makefile head/hebrew/libreoffice/Makefile Modified: head/hebrew/aspell/Makefile ============================================================================== --- head/hebrew/aspell/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/aspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: he-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-he-1.0-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Hebrew dictionaries DICT= he +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/hebrew/culmus/Makefile ============================================================================== --- head/hebrew/culmus/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/culmus/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -1,9 +1,5 @@ -# Ports collection makefile for: culmus -# Date created: 11 Apr 2003 -# Whom: Yonatan -# +# Created by: Yonatan # $FreeBSD$ -# PORTNAME= culmus PORTVERSION= 0.101 @@ -20,6 +16,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${LOCALBASE}/lib/X11/fonts/culmus . for filename in AharoniCLM-Bold AharoniCLM-BoldOblique AharoniCLM-Book AharoniCLM-BookOblique CaladingsCLM DavidCLM-Bold DavidCLM-Medium DavidCLM-MediumItalic DrugulinCLM-Bold DrugulinCLM-BoldItalic ElliniaCLM-Bold ElliniaCLM-BoldItalic ElliniaCLM-Light ElliniaCLM-LightItalic FrankRuehlCLM-Bold FrankRuehlCLM-BoldOblique FrankRuehlCLM-Medium FrankRuehlCLM-MediumOblique MiriamCLM-Bold MiriamCLM-Book MiriamMonoCLM-Bold MiriamMonoCLM-BoldOblique MiriamMonoCLM-Book MiriamMonoCLM-BookOblique NachlieliCLM-Bold NachlieliCLM-BoldOblique NachlieliCLM-Light NachlieliCLM-LightOblique YehudaCLM-Bold YehudaCLM-Light Modified: head/hebrew/elmar-fonts/Makefile ============================================================================== --- head/hebrew/elmar-fonts/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/elmar-fonts/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: elmar-fonts -# Date created: 23 March 2000 -# Whom: nadav@cs.technion.ac.il -# +# Created by: nadav@cs.technion.ac.il # $FreeBSD$ -# PORTNAME= elmar-fonts PORTVERSION= 3.3 @@ -19,6 +15,7 @@ COMMENT= A collection of Hebrew fonts fr NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/lib/X11/fonts/hebrew ${TAR} -C ${PREFIX}/lib/X11/fonts/hebrew -xZpf \ Modified: head/hebrew/he2/Makefile ============================================================================== --- head/hebrew/he2/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/he2/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: he2 -# Date created: 3 August 2001 -# Whom: nadav@libagent.org -# +# Created by: nadav@libagent.org # $FreeBSD$ -# PORTNAME= he2 PORTVERSION= 0.61 @@ -20,6 +16,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/hebrew/hspell/Makefile ============================================================================== --- head/hebrew/hspell/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/hspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -22,6 +22,7 @@ MAN3= hspell.3 SUB_FILES= pkg-message SUB_LIST= PORTSDIR=${PORTSDIR} +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/hebrew/hunspell/Makefile ============================================================================== --- head/hebrew/hunspell/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/hunspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin # $FreeBSD$ PORTNAME= hunspell @@ -22,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/he.aff \ %%DATADIR%%/he.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/pmerge Modified: head/hebrew/kde4-l10n/Makefile ============================================================================== --- head/hebrew/kde4-l10n/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/kde4-l10n/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -9,5 +9,6 @@ COMMENT= Hebrew messages and documentati KDE4_L10N= he +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/hebrew/libreoffice/Makefile ============================================================================== --- head/hebrew/libreoffice/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/libreoffice/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -4,6 +4,7 @@ LO_I18N= he LO_HAS_HELPPACK= yes CATEGORIES= hebrew editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include