svn commit: r327728 - in head/french: acroread8 acroread9 alphabet_sounds_fr aspell aster belote calligra-l10n dico eficas eric4 facturier fortune-mod-zarathoustra geonext gfaim gimp-help homard hu...
Baptiste Daroussin
bapt at FreeBSD.org
Fri Sep 20 17:21:26 UTC 2013
Author: bapt
Date: Fri Sep 20 17:21:20 2013
New Revision: 327728
URL: http://svnweb.freebsd.org/changeset/ports/327728
Log:
Add NO_STAGE all over the place in preparation for the staging support (cat: french)
Modified:
head/french/acroread8/Makefile
head/french/acroread9/Makefile
head/french/alphabet_sounds_fr/Makefile
head/french/aspell/Makefile
head/french/aster/Makefile
head/french/belote/Makefile
head/french/calligra-l10n/Makefile
head/french/dico/Makefile
head/french/eficas/Makefile
head/french/eric4/Makefile
head/french/facturier/Makefile
head/french/fortune-mod-zarathoustra/Makefile
head/french/geonext/Makefile
head/french/gfaim/Makefile
head/french/gimp-help/Makefile
head/french/homard/Makefile
head/french/hunspell/Makefile
head/french/hyphen/Makefile
head/french/ispell/Makefile
head/french/jdictionary-fre-hun/Makefile
head/french/kde4-l10n/Makefile
head/french/libreoffice/Makefile
head/french/med/Makefile
head/french/mythes/Makefile
head/french/php_doc/Makefile
head/french/trytond_account_fr/Makefile
head/french/tvdownloader/Makefile
head/french/verbiste/Makefile
Modified: head/french/acroread8/Makefile
==============================================================================
--- head/french/acroread8/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/acroread8/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: french/acroread8
-# Date created: 27 December 2007
-# Whom: hrs
-#
+# Created by: hrs
# $FreeBSD$
-#
CATEGORIES= french print linux
@@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
ADOBE_LANG= FRA
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/french/acroread9/Makefile
==============================================================================
--- head/french/acroread9/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/acroread9/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: french/acroread9
-# Date created: 28 March 2009
-# Whom: hrs
-#
+# Created by: hrs
# $FreeBSD$
-#
PORTVERSION= 9.4.2
PORTREVISION= 1
@@ -14,4 +10,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
ADOBE_LANG= FRA
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/french/alphabet_sounds_fr/Makefile
==============================================================================
--- head/french/alphabet_sounds_fr/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/alphabet_sounds_fr/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,6 +1,4 @@
-# New ports collection makefile for: alphabet_sounds_fr
-# Date created: 6 July 2004
-# Whom: bruno
+# Created by: bruno
# $FreeBSD$
PORTNAME= alphabet_sounds_fr
@@ -18,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s at PREFIX=/usr/local at PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh
Modified: head/french/aspell/Makefile
==============================================================================
--- head/french/aspell/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/aspell/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fr-aspell
-# Date created: 15 January 2002
-# Whom: Thierry Thomas <thierry at pompo.net>
-#
+# Created by: Thierry Thomas <thierry at pompo.net>
# $FreeBSD$
-#
PORTNAME= aspell
DISTVERSION= -fr-0.50-3
@@ -16,5 +12,6 @@ COMMENT= Aspell French dictionaries
DICT= fr
+NO_STAGE= yes
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>
Modified: head/french/aster/Makefile
==============================================================================
--- head/french/aster/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/aster/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -9,6 +9,7 @@ MAINTAINER= thierry at FreeBSD.org
COMMENT= Code_Aster finite element method solver
#-----------------------------------------------------------------------
+NO_STAGE= yes
# You may define these options:
#
# - FFLAGS: fortan compiler's flags (-O2 by default);
Modified: head/french/belote/Makefile
==============================================================================
--- head/french/belote/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/belote/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -27,6 +27,7 @@ DESKTOP_ENTRIES="Belote" \
"" \
false
+NO_STAGE= yes
post-extract:
@${UNZIP_CMD} -qo ${WRKSRC}/data.bin rsc/vp.gif -d ${WRKSRC}
Modified: head/french/calligra-l10n/Makefile
==============================================================================
--- head/french/calligra-l10n/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/calligra-l10n/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -9,5 +9,6 @@ COMMENT= French messages and documentati
CALLIGRA_L10N= fr
+NO_STAGE= yes
.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk"
.include <bsd.port.mk>
Modified: head/french/dico/Makefile
==============================================================================
--- head/french/dico/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/dico/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dico
-# Date created: 11 October 2000
-# Whom: Cyrille Lefevre <clefevre at citeweb.net>
-#
+# Created by: Cyrille Lefevre <clefevre at citeweb.net>
# $FreeBSD$
-#
PORTNAME= dico
PORTVERSION= 1.1
@@ -32,6 +28,7 @@ REINPLACE_SUB= PREFIX=${PREFIX}
# Post-patch
#
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
${WRKSRC}/sources/dico.c
Modified: head/french/eficas/Makefile
==============================================================================
--- head/french/eficas/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/eficas/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -44,6 +44,7 @@ FIXUBIN= Openturns_Study/prefs_OPENTURNS
Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py.in \
Aster/prefs_ASTER.py
+NO_STAGE= yes
pre-configure:
.for FILE in ${FIXSHQT4}
${REINPLACE_CMD} -e "s|/usr/bin/sh|/bin/sh|" ${WRKSRC}/InterfaceQT4/${FILE}
Modified: head/french/eric4/Makefile
==============================================================================
--- head/french/eric4/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/eric4/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -5,4 +5,5 @@ CATEGORIES= french devel python
I18N_LANG= fr
+NO_STAGE= yes
.include "${.CURDIR}/../../devel/eric4/Makefile.inc"
Modified: head/french/facturier/Makefile
==============================================================================
--- head/french/facturier/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/facturier/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -46,6 +46,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
TRASHFILES= lib/Conf.pm~ cgi-bin/.articlemodif.cgi.swp lib/.Conf.pm.swp \
html/UNGI/Editfacturemaj.pm.back html/temp/log_facture.gif.back
+NO_STAGE= yes
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Vous pouvez définir trois variables :"
Modified: head/french/fortune-mod-zarathoustra/Makefile
==============================================================================
--- head/french/fortune-mod-zarathoustra/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/fortune-mod-zarathoustra/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -14,6 +14,7 @@ SUB_FILES= pkg-message
STRCMD= /usr/games/strfile
+NO_STAGE= yes
pre-build:
.if !exists(${STRCMD})
@${ECHO_MSG} "Please install the games distribution"
Modified: head/french/geonext/Makefile
==============================================================================
--- head/french/geonext/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/geonext/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fr-geonext
-# Date created: 24 July 2003
-# Whom: Andreas Fehlner (fehlner at gmx.de)
-#
+# Created by: Andreas Fehlner (fehlner at gmx.de)
# $FreeBSD$
-#
PORTREVISION= 1
CATEGORIES= french
@@ -14,4 +10,5 @@ COMMENT= Interactive (dynamic) elementar
WITH_LANG= fr
MASTERDIR= ${.CURDIR}/../../math/geonext
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/french/gfaim/Makefile
==============================================================================
--- head/french/gfaim/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/gfaim/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gfaim
-# Date created: Monday 27 May 2002
-# Whom: Clement Laforet <sheepkiller at cultdeadsheep.org>
-#
+# Created by: Clement Laforet <sheepkiller at cultdeadsheep.org>
# $FreeBSD$
-#
PORTNAME= gfaim
PORTVERSION= 0.30
@@ -29,4 +25,5 @@ PORTDOCS= legal.txt lisezmoi.txt
MAKE_ENV+= NOPORTDOCS=yes
.endif
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/french/gimp-help/Makefile
==============================================================================
--- head/french/gimp-help/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/gimp-help/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gimp-help
-# Date created: 10th April 2010
-# Whom: SimaMoto,RyoTa <liangtai.s4 at gmail.com>
-#
+# Created by: SimaMoto,RyoTa <liangtai.s4 at gmail.com>
# $FreeBSD$
-#
CATEGORIES= french graphics
@@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../../misc/gimp-he
DOCLANG= fr
AMPLE= "@comment "
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/french/homard/Makefile
==============================================================================
--- head/french/homard/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/homard/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -40,6 +40,7 @@ DOCS= A_Lire.txt Readme.txt
PLIST_SUB= HOMARDDIR=${LHOMARDDIR} AHPY=${LHOMARDDIR}/${AHPY} \
UNAMES=${OPSYS} HOMARDPG=${HOMARDPG} ASTER_TOOLS=${ASTER_TOOLS}
+NO_STAGE= yes
.include <bsd.port.pre.mk>
pre-configure:
Modified: head/french/hunspell/Makefile
==============================================================================
--- head/french/hunspell/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/hunspell/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: hunspell
-# Date created: 2011-07-20
-# Whom: Baptiste Daroussin <bapt at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= hunspell
PORTVERSION= 4.6
@@ -29,6 +24,7 @@ PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \
%%DATADIR%%/${ALIAS}.dic
.endfor
+NO_STAGE= yes
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/fr-moderne.aff ${DATADIR}/fr_FR.aff
Modified: head/french/hyphen/Makefile
==============================================================================
--- head/french/hyphen/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/hyphen/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -22,6 +22,7 @@ FRALIASES= fr_FR fr_BE fr_CA fr_CH fr_LU
PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic
.endfor
+NO_STAGE= yes
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/hyph_fr.dic ${DATADIR}/
Modified: head/french/ispell/Makefile
==============================================================================
--- head/french/ispell/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/ispell/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fr-ispell
-# Date created: 10 February 2000
-# Whom: Alexander Langer <alex at big.endian.de>
-#
+# Created by: Alexander Langer <alex at big.endian.de>
# $FreeBSD$
-#
MAINTAINER= office at FreeBSD.org
@@ -12,4 +8,5 @@ PORTVERSION= 1.4
CATEGORIES= french
MASTERDIR= ${.CURDIR}/../../textproc/ispell
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/french/jdictionary-fre-hun/Makefile
==============================================================================
--- head/french/jdictionary-fre-hun/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/jdictionary-fre-hun/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: French-Hung
MASTERDIR= ${.CURDIR}/../../textproc/jdictionary
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile.plugin"
Modified: head/french/kde4-l10n/Makefile
==============================================================================
--- head/french/kde4-l10n/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/kde4-l10n/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -11,6 +11,7 @@ COMMENT= French messages and documentati
KDE4_L10N= fr
MANLANG= ${KDE4_L10N}
+NO_STAGE= yes
.include <${.CURDIR}/Makefile.man>
.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk"
Modified: head/french/libreoffice/Makefile
==============================================================================
--- head/french/libreoffice/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/libreoffice/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -4,6 +4,7 @@ LO_I18N= fr
LO_HAS_HELPPACK= yes
CATEGORIES= french editors
+NO_STAGE= yes
.include "${.CURDIR}/../../editors/libreoffice/Makefile.common"
.include <bsd.port.mk>
Modified: head/french/med/Makefile
==============================================================================
--- head/french/med/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/med/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -37,6 +37,7 @@ TST2FIX= c f
PORTDOCS= *
PORTEXAMPLES= *
+NO_STAGE= yes
pre-configure:
.for ext in am in
. if defined(NOPORTDOCS)
Modified: head/french/mythes/Makefile
==============================================================================
--- head/french/mythes/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/mythes/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -26,6 +26,7 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2
%%DATADIR%%/th_${ALIAS}_v2.idx
.endfor
+NO_STAGE= yes
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/thes_fr.dat ${DATADIR}/th_fr_FR_v2.dat
Modified: head/french/php_doc/Makefile
==============================================================================
--- head/french/php_doc/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/php_doc/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,13 +1,10 @@
-# New ports collection makefile for: fr-php_doc
-# Date created: Sun Apr 29 15:38:47 CEST 2001
-# Whom: Dirk Froemberg <dirk at FreeBSD.org>
-#
+# Created by: Dirk Froemberg <dirk at FreeBSD.org>
# $FreeBSD$
-#
CATEGORIES= french lang
PKGNAMEPREFIX=
PHP_LANG= fr
MASTERDIR= ${.CURDIR}/../../lang/php_doc
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/french/trytond_account_fr/Makefile
==============================================================================
--- head/french/trytond_account_fr/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/trytond_account_fr/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -18,4 +18,5 @@ CONFLICTS= trytond_account_fr-2.[68].*
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/french/tvdownloader/Makefile
==============================================================================
--- head/french/tvdownloader/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/tvdownloader/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tvdownloader
-# Date created: Fri 19 dec 2010
-# Whom: thierry at pompo.net
-#
+# Created by: thierry at pompo.net
# $FreeBSD$
-#
PORTNAME= tvdownloader
PORTVERSION= 0.7.2
@@ -29,6 +25,7 @@ ALL_TARGET= build
LICENSE= GPLv2
+NO_STAGE= yes
pre-configure:
${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \
${WRKSRC}/tvdownloader.sh
Modified: head/french/verbiste/Makefile
==============================================================================
--- head/french/verbiste/Makefile Fri Sep 20 17:18:38 2013 (r327727)
+++ head/french/verbiste/Makefile Fri Sep 20 17:21:20 2013 (r327728)
@@ -25,6 +25,7 @@ MAN1= french-conjugator.1 french-deconj
MAN3= verbiste.3
MANLANG= "" fr
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}
More information about the svn-ports-all
mailing list