head 1.3; access; symbols pkgsrc-2016Q4:1.2.0.64 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.62 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.60 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.58 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.56 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.54 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.52 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.50 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.48 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.46 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.44 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.42 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.40 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.38 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.36 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.34 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.32 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.30 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.28 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.26 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.24 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.22 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.20 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.18 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.16 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.14 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.12 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.10 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.8 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.6 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.4 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.2 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.1.1.1.0.2 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2016.12.29.19.10.28; author wiz; state dead; branches; next 1.2; commitid UT4GSflIUbUnEUzz; 1.2 date 2009.01.31.16.54.31; author hira; state Exp; branches; next 1.1; 1.1 date 2008.10.14.11.02.24; author hira; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.10.14.11.02.24; author hira; state Exp; branches; next ; desc @@ 1.3 log @Remove old openoffice and libreoffice packages. As discussed on pkgsrc-users. @ text @$NetBSD: patch-bv,v 1.2 2009/01/31 16:54:31 hira Exp $ --- setup_native/scripts/linuxpatchscript.sh.orig 2009-01-31 21:04:57.000000000 +0900 +++ setup_native/scripts/linuxpatchscript.sh 2009-01-31 21:06:57.000000000 +0900 @@@@ -26,7 +26,7 @@@@ echo read -p "Patching the installation in ${FULLPRODUCTINSTALLLOCATION}. Continue (y/n) ? " -n 1 reply leftover echo -[ "$reply" == "y" ] || exit 1 +[ "$reply" = "y" ] || exit 1 echo echo "About to update the following packages ..." @@@@ -50,7 +50,7 @@@@ # Check, that $RPMLIST does not contain kde integration rpm (then it is already installed) KDERPMINSTALLED=`grep kde-integration ${RPMLIST}` - if [ "x$KDERPMINSTALLED" == "x" ]; then + if [ "x$KDERPMINSTALLED" = "x" ]; then # Install the kde integration rpm RPMLIST="$RPMLIST $KDERPM" fi @ 1.2 log @Update to 3.0.1. * Add spelling and grammar checker to Writer. * Let OOo use own file locking mechanics to lock alien formats as well. * Bug fixes. Please see Release Notes for more detail: http://development.openoffice.org/releases/3.0.1.html @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-bv,v 1.1 2007/03/04 13:11:20 hira Exp $ d3 3 a5 3 --- setup_native/scripts/linuxpatchscript.sh.orig 2007-03-04 21:42:59.000000000 +0900 +++ setup_native/scripts/linuxpatchscript.sh 2007-03-04 21:43:36.000000000 +0900 @@@@ -25,7 +25,7 @@@@ d7 1 a7 1 read -p "Patching the installation in ${PRODUCTINSTALLLOCATION}. Continue (y/n) ? " -n 1 reply leftover d14 3 a16 3 @@@@ -53,13 +53,13 @@@@ # Check, that $RPMLIST does not contain online update rpm (then it is already installed) ONLINEPDATEINSTALLED=`grep onlineupdate ${RPMLIST}` d18 5 a22 12 - if [ "x$ONLINEPDATEINSTALLED" == "x" ]; then + if [ "x$ONLINEPDATEINSTALLED" = "x" ]; then # Ask user, if online update shall be installed echo read -p "Do you want to install the new online update feature (y/n) ? " -n 1 reply leftover echo - if [ "$reply" == "y" ]; then + if [ "$reply" = "y" ]; then # Install the online update rpm rpm --install -v --hash --prefix $PRODUCTINSTALLLOCATION --notriggers $ONLINEUPDATERPM fi @ 1.1.1.1 log @Initial import of OpenOffice.org 3.0.0 as misc/openoffice3. Release note (will be available): http://development.openoffice.org/releases/3.0.0.html @ text @@