From 71a3ff8b78dee162b3f4c2af14c569b235015c7c Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sun, 28 Aug 2005 08:27:50 +0000 Subject: 1. remove duplicated helpcontent_01.tgz in DISTFILES section 2. tr confuses when LC_ALL set to one of UTF8 locale [1] 3. No longer needs DISPLAYHACK 4. better generate.pl PR: 84786 [1] Submitted by: achix mantzix [1] --- editors/openoffice-1.1/files/generate.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'editors/openoffice-1.1/files') diff --git a/editors/openoffice-1.1/files/generate.pl b/editors/openoffice-1.1/files/generate.pl index 886d5b4594eb..08435dc8c868 100644 --- a/editors/openoffice-1.1/files/generate.pl +++ b/editors/openoffice-1.1/files/generate.pl @@ -1,12 +1,13 @@ #!/usr/bin/perl - # generate full build shell script for OpenOffice.org # Whom: Maho Nakata -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/generate.pl,v 1.2 2005-07-29 03:06:51 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/generate.pl,v 1.3 2005-08-28 08:27:50 maho Exp $ print "#!/bin/csh\n"; -print "/usr/bin/time make WITH_CCACHE=yes package package-rename solver sdk deinstall clean >& log.en\n"; -print "/usr/bin/time make ALL_LOCALIZED_LANGS=yes >& log.all\n"; +print "make deinstall clean\n"; +print "/usr/bin/time -h make WITH_CCACHE=yes install package package-rename solver sdk deinstall clean >& log.en\n"; +print "rm work/.configure* work/.build* \n"; +print "/usr/bin/time -h make ALL_LOCALIZED_LANGS=yes >& log.all\n"; open ( FILE, "< Makefile.localized") ; while(){ @@ -14,8 +15,7 @@ while(){ @tmp2=split ('"',$tmp[3]); if ( $tmp[1] eq "\${LOCALIZED_LANG}") { $LANG=$tmp2[1]; print "make TWEAK_L10N=yes LOCALIZED_LANG=$LANG pre-everything\n"; - print "/usr/bin/time make LOCALIZED_LANG=$LANG WITH_CCACHE=yes deinstall package package-rename deinstall >& log.$LANG\n"; + print "/usr/bin/time -h make LOCALIZED_LANG=$LANG WITH_CCACHE=yes package package-rename deinstall >& log.$LANG\n"; } } close FILE; - -- cgit v1.2.3