diff --git a/base/gcc/config-550.in b/base/gcc/config-550.in index 3f314e05c..d0c696f88 100644 --- a/base/gcc/config-550.in +++ b/base/gcc/config-550.in @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../gcc/config-550.in -# Copyright (C) 2006 - 2007 The OpenSDE Project +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -16,7 +16,7 @@ menu_begin MENU_COMPILER 'Selecting compiler' pkgout - default='' ; list='' + default= ; list= while read pkg ver ; do default=${default:-$pkg} ; [ $pkg = gcc3 ] && default=gcc3 list="$list $pkg Use_${pkg}_($ver)_as_standard_C_compiler" @@ -41,7 +41,7 @@ menu_begin MENU_COMPILER 'Selecting compiler' fi pkgout - default='' ; list='' + default= ; list= while read pkg ver ; do default=${default:-$pkg} ; [ $pkg = gcc3 ] && default=gcc3 list="$list $pkg Use_${pkg}_($ver)_as_kernel_C_compiler" @@ -52,7 +52,7 @@ menu_begin MENU_COMPILER 'Selecting compiler' choice SDECFG_DEFAULT_KCC $default $list pkgout - default='' ; list='' + default= ; list= while read pkg ver ; do default=${default:-$pkg} ; [ $pkg = gcc3 ] && default=gcc3 list="$list $pkg Use_${pkg}_($ver)_as_standard_C++_compiler" @@ -63,7 +63,7 @@ menu_begin MENU_COMPILER 'Selecting compiler' choice SDECFG_DEFAULT_CXX $default $list pkgout - default='' ; list='' + default= ; list= while read pkg ver ; do default=${default:-$pkg} ; [ $pkg = gcc3 ] && default=gcc3 list="$list $pkg Use_${pkg}_($ver)_as_standard_F77_compiler" diff --git a/java/blackdown-jre/java-blackdown-conf.in b/java/blackdown-jre/java-blackdown-conf.in index b1b675a96..556ce967d 100644 --- a/java/blackdown-jre/java-blackdown-conf.in +++ b/java/blackdown-jre/java-blackdown-conf.in @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: package/.../blackdown-jre/java-blackdown-conf.in +# Filename: package/.../blackdown-jre/java-blackdown-conf.in +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2005 Clifford Wolf # @@ -12,7 +13,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- # Prevent normal package extraction. However since auto package # extraction is turned off, so are the pre and post patch hooks. @@ -21,8 +22,8 @@ autoextract=0 # Prevent executing normal make and install build steps. # This package has custom make and install. -makeopt='' -makeinstopt='' +makeopt= +makeinstopt= # Make prefix same a java_home. This way artifacts like the bin, lib # and doc directory are created at the proper level. diff --git a/java/ibm-jre-142/java-ibm-conf.in b/java/ibm-jre-142/java-ibm-conf.in index 4ba5a2c33..0b89ea0dd 100644 --- a/java/ibm-jre-142/java-ibm-conf.in +++ b/java/ibm-jre-142/java-ibm-conf.in @@ -3,7 +3,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../ibm-jre-142/java-ibm-conf.in -# Copyright (C) 2006 - 2007 The OpenSDE Project +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2005 Clifford Wolf # @@ -20,8 +20,8 @@ java_pkg_type=$1 # Prevent executing normal make and install build steps. # This package has custom make and install. -makeopt='' -makeinstopt='' +makeopt= +makeinstopt= # Make prefix same a java_home. This way artifacts like the bin, lib # and doc directory are created at the proper level. diff --git a/java/java-dirtree/java-conf.in b/java/java-dirtree/java-conf.in index a266892ab..92a272ba6 100644 --- a/java/java-dirtree/java-conf.in +++ b/java/java-dirtree/java-conf.in @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: package/.../java-dirtree/java-conf.in +# Filename: package/.../java-dirtree/java-conf.in +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- # Common java configuration is needed as well. . $base/package/*/*/java-common-conf.in @@ -22,8 +23,8 @@ build_type= # Prevent executing normal make and install build steps. # Java packages have custom make and install. -makeopt='' -makeinstopt='' +makeopt= +makeinstopt= # Set variables used for building java sources to there default values. # builddocdir - Location where documentation can be found after building. diff --git a/java/sun-jre-142/java-sun-conf.in b/java/sun-jre-142/java-sun-conf.in index 24bea924a..23e1d0c73 100644 --- a/java/sun-jre-142/java-sun-conf.in +++ b/java/sun-jre-142/java-sun-conf.in @@ -3,7 +3,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../sun-jre-142/java-sun-conf.in -# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2007 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2005 Clifford Wolf # @@ -22,8 +22,8 @@ autoextract=0 # Prevent executing normal make and install build steps. # This package has custom make and install. -makeopt='' -makeinstopt='' +makeopt= +makeinstopt= # Make prefix same a java_home. This way artifacts like the bin, lib # and doc directory are created at the proper level. diff --git a/mail/sendmail/config.in b/mail/sendmail/config.in index 65febc480..6127c699a 100644 --- a/mail/sendmail/config.in +++ b/mail/sendmail/config.in @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../sendmail/config.in -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -16,7 +16,7 @@ menu_begin MENU_MAILER 'Selecting MTA (mail transfer agent)' pkgout - default=''; list='' + default=; list= while read pkg ver ; do default=${default:-$pkg} [ $pkg = sendmail ] && default=sendmail diff --git a/multimedia/deva/deva.conf b/multimedia/deva/deva.conf index 7cbdab549..e3f4d4137 100644 --- a/multimedia/deva/deva.conf +++ b/multimedia/deva/deva.conf @@ -22,7 +22,7 @@ fi autoextract=0 # no make install -makeinstopt= +makeinstopt= deva_pre () { rpm2cpio `match_source_file -p Deva` | cpio -i ; \ diff --git a/printing/lprng/config.in b/printing/lprng/config.in index 3479b6df6..485e2fb18 100644 --- a/printing/lprng/config.in +++ b/printing/lprng/config.in @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../lprng/config.in -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -15,7 +15,7 @@ # --- SDE-COPYRIGHT-NOTE-END --- menu_begin MENU_PRINTER 'Selecting Print System' - pkgout; list='' + pkgout; list= while read pkg ver ; do list="$list $pkg Use_${pkg}_($ver)_as_standard_printer" done < <(grep "^X .* PRINTER " $cfgtmpdir/config/packages | cut -f5,6 -d' ') diff --git a/security/loop-aes/patch_o_matic.in b/security/loop-aes/patch_o_matic.in index b24220609..bfed0c997 100644 --- a/security/loop-aes/patch_o_matic.in +++ b/security/loop-aes/patch_o_matic.in @@ -3,7 +3,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../loop-aes/patch_o_matic.in -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -38,7 +38,7 @@ if aespatch="`match_source_file loop-AES loop-aes`"; then elif [[ $ver = 2.4* ]]; then patchfile=$( echo /tmp/${1%.tar*}/kernel-2.4*.diff ) else - patchfile='' + patchfile= fi var_append patchfiles ' ' $patchfile