From owner-svn-ports-head@FreeBSD.ORG Fri Sep 20 23:19:36 2013 Return-Path: Delivered-To: svn-ports-head@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 9CFB5BD; Fri, 20 Sep 2013 23:19:36 +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 7A12428E0; Fri, 20 Sep 2013 23:19:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNJapO027669; Fri, 20 Sep 2013 23:19:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNJYTR027654; Fri, 20 Sep 2013 23:19:34 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202319.r8KNJYTR027654@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327774 - in head/ukrainian: aspell calligra-l10n emacs-koi8u gd hunspell hyphen ispell kde4-l10n libreoffice monacofonts mythes webalizer 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 23:19:36 -0000 Author: bapt Date: Fri Sep 20 23:19:33 2013 New Revision: 327774 URL: http://svnweb.freebsd.org/changeset/ports/327774 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: ukrainian) Modified: head/ukrainian/aspell/Makefile head/ukrainian/calligra-l10n/Makefile head/ukrainian/emacs-koi8u/Makefile head/ukrainian/gd/Makefile head/ukrainian/hunspell/Makefile head/ukrainian/hyphen/Makefile head/ukrainian/ispell/Makefile head/ukrainian/kde4-l10n/Makefile head/ukrainian/libreoffice/Makefile head/ukrainian/monacofonts/Makefile head/ukrainian/mythes/Makefile head/ukrainian/webalizer/Makefile Modified: head/ukrainian/aspell/Makefile ============================================================================== --- head/ukrainian/aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/aspell/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,5 @@ -# New ports collection makefile for: uk-aspell -# Date created: 18 October 2002 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-uk-1.4.0-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Ukrainian dictionaries DICT= uk +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/ukrainian/calligra-l10n/Makefile ============================================================================== --- head/ukrainian/calligra-l10n/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/calligra-l10n/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -9,5 +9,6 @@ COMMENT= Ukrainian messages and document CALLIGRA_L10N= uk +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/ukrainian/emacs-koi8u/Makefile ============================================================================== --- head/ukrainian/emacs-koi8u/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/emacs-koi8u/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,5 @@ -# New ports collection makefile for: emacs-koi8u.el -# Date created: Mon Dec 12 23:19:55 UTC 2005 -# Whom: Andrey Slusar -# +# Created by: Andrey Slusar # $FreeBSD$ -# PORTNAME= koi8u PORTVERSION= 1.0 @@ -24,6 +20,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site PLIST_FILES= share/emacs/site-lisp/ukr-koi8u.el lib/xemacs/site-lisp/ukr-koi8u.el PLIST_DIRS= lib/xemacs/site-lisp lib/xemacs +NO_STAGE= yes do-install: ${MKDIR} ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} Modified: head/ukrainian/gd/Makefile ============================================================================== --- head/ukrainian/gd/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/gd/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,5 @@ -# New ports collection makefile for: uk-webalizer -# Date created: 22 May 2001 -# Whom: mike@LITech.lviv.ua -# +# Created by: mike@LITech.lviv.ua # $FreeBSD$ -# MASTERDIR= ${.CURDIR}/../../graphics/gd CATEGORIES= ukrainian @@ -15,4 +11,5 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDI GD_FONTS= ${DISTDIR}/x-koi8u.tgz koi6x10.bdf koi6x13.bdf \ koi10x16b.bdf koi9x15.bdf koi10x20.bdf +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/ukrainian/hunspell/Makefile ============================================================================== --- head/ukrainian/hunspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/hunspell/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -21,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/uk_UA.aff \ %%DATADIR%%/uk_UA.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ cd ${WRKSRC}/dist/my${DISTNAME}/ && ${INSTALL_DATA} uk_UA.aff uk_UA.dic ${DATADIR}/ Modified: head/ukrainian/hyphen/Makefile ============================================================================== --- head/ukrainian/hyphen/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/hyphen/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,4 @@ -# New ports collection makefile for: hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2005.03.08 @@ -25,6 +20,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_uk_UA.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_uk_UA.dic ${DATADIR}/ Modified: head/ukrainian/ispell/Makefile ============================================================================== --- head/ukrainian/ispell/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/ispell/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -18,6 +18,7 @@ USE_BZIP2= YES ALL_TARGET= koi # Still need gmake for other reasons :-\ +NO_STAGE= yes #post-patch: # ${PERL} -pi -e 's,\$$\(MAKE\) -C (\w+),cd \1 && make,g' \ # ${WRKSRC}/Makefile.in Modified: head/ukrainian/kde4-l10n/Makefile ============================================================================== --- head/ukrainian/kde4-l10n/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/kde4-l10n/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -11,6 +11,7 @@ COMMENT= Ukrainian messages and document KDE4_L10N= uk MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" Modified: head/ukrainian/libreoffice/Makefile ============================================================================== --- head/ukrainian/libreoffice/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/libreoffice/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -4,6 +4,7 @@ LO_I18N= uk LO_HAS_HELPPACK= yes CATEGORIES= ukrainian editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/ukrainian/monacofonts/Makefile ============================================================================== --- head/ukrainian/monacofonts/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/monacofonts/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,5 @@ -# New ports collection makefile for: koi8rPS -# Date created: 22 July 1999 -# Whom: mi@aldan.algebra.com -# +# Created by: mi@aldan.algebra.com # $FreeBSD$ -# PORTNAME= monaco PORTVERSION= 1.0 @@ -29,6 +25,7 @@ MAKEFILE= ${FILESDIR}/Makefile MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" MKDIR="${MKDIR}" MAKE_ARGS+= -j 2 +NO_STAGE= yes post-install: ${CAT} ${PKGMESSAGE} Modified: head/ukrainian/mythes/Makefile ============================================================================== --- head/ukrainian/mythes/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/mythes/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,4 @@ -# New ports collection makefile for: mythes -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= mythes PORTVERSION= 1.6.5 @@ -27,6 +22,7 @@ PLIST_FILES= %%DATADIR%%/th_uk_UA.dat \ %%DATADIR%%/th_uk_UA.idx PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-build: @${PERL} ${WRKSRC}/bin/th_gen_idx.pl < ${WRKSRC}/src/thesaurus/th_uk_UA.dat > ${WRKSRC}/src/thesaurus/th_uk_UA.idx Modified: head/ukrainian/webalizer/Makefile ============================================================================== --- head/ukrainian/webalizer/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/webalizer/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -10,4 +10,5 @@ LIB_DEPENDS= gd:${PORTSDIR}/ukrainian/gd WEBALIZER_LANG= ukrainian +NO_STAGE= yes .include "${MASTERDIR}/Makefile"