From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 11:04:50 2013 Return-Path: Delivered-To: svn-ports-all@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 9E4BCEFE; Fri, 20 Sep 2013 11:04:50 +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 8B63C2F0D; Fri, 20 Sep 2013 11:04:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KB4o7B079864; Fri, 20 Sep 2013 11:04:50 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KB4mSU079854; Fri, 20 Sep 2013 11:04:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201104.r8KB4mSU079854@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 11:04:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327685 - in head/arabic: ae_fonts_mono ae_fonts_ttf arabtex aspell kacst_fonts kde4-l10n khotot libitl 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-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 11:04:50 -0000 Author: bapt Date: Fri Sep 20 11:04:48 2013 New Revision: 327685 URL: http://svnweb.freebsd.org/changeset/ports/327685 Log: Add NO_STAGE all over the place in accessibility in preparation for the staging support Modified: head/arabic/ae_fonts_mono/Makefile head/arabic/ae_fonts_ttf/Makefile head/arabic/arabtex/Makefile head/arabic/aspell/Makefile head/arabic/kacst_fonts/Makefile head/arabic/kde4-l10n/Makefile head/arabic/khotot/Makefile head/arabic/libitl/Makefile head/arabic/libreoffice/Makefile Modified: head/arabic/ae_fonts_mono/Makefile ============================================================================== --- head/arabic/ae_fonts_mono/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/ae_fonts_mono/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -15,6 +15,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +NO_STAGE= yes USE_XORG= x11 USE_BZIP2= yes SUB_FILES= pkg-message Modified: head/arabic/ae_fonts_ttf/Makefile ============================================================================== --- head/arabic/ae_fonts_ttf/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/ae_fonts_ttf/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -15,6 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir +NO_STAGE= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/ae_fonts1-${PORTVERSION} SUB_FILES= pkg-message Modified: head/arabic/arabtex/Makefile ============================================================================== --- head/arabic/arabtex/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/arabtex/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -12,6 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nivit@FreeBSD.org COMMENT= TeX/LaTeX package to generate Arabic writing +NO_STAGE= yes USE_TEX= base texmf NO_WRKSUBDIR= yes NO_BUILD= yes Modified: head/arabic/aspell/Makefile ============================================================================== --- head/arabic/aspell/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/aspell/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -12,5 +12,6 @@ COMMENT= Aspell Arabic dictionaries DICT= ar +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/arabic/kacst_fonts/Makefile ============================================================================== --- head/arabic/kacst_fonts/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/kacst_fonts/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -15,6 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir +NO_STAGE= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION} Modified: head/arabic/kde4-l10n/Makefile ============================================================================== --- head/arabic/kde4-l10n/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/kde4-l10n/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -9,5 +9,6 @@ COMMENT= Arabic messages and documentati KDE4_L10N= ar +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/arabic/khotot/Makefile ============================================================================== --- head/arabic/khotot/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/khotot/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -12,6 +12,7 @@ EXTRACT_ONLY= # MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port for popular Arabic font packages +NO_STAGE= yes NO_BUILD= yes NO_INSTALL= yes SUB_FILES= pkg-message Modified: head/arabic/libitl/Makefile ============================================================================== --- head/arabic/libitl/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/libitl/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -9,6 +9,7 @@ MASTER_SITES= SF/arabeyes/ITL%20Library% MAINTAINER= ports@FreeBSD.org COMMENT= API abstraction to common Islamic calculations +NO_STAGE= yes GNU_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/itl MAKE_JOBS_UNSAFE= yes Modified: head/arabic/libreoffice/Makefile ============================================================================== --- head/arabic/libreoffice/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/libreoffice/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -3,5 +3,6 @@ LO_I18N= ar CATEGORIES= arabic editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include