diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-06-14 05:51:34 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-06-14 05:51:34 +0000 |
commit | a6280e21fb22a05fe17d8e61488100ad5bbc4496 (patch) | |
tree | 4ba5ca5f9ee2b4c7199c2a4c7bc21c598324b2bb /japanese/citrix_xenapp/files | |
parent | a10da7c86956f8fefb42e4dd4dc8b1b53276ee89 (diff) | |
download | ports-a6280e21fb22a05fe17d8e61488100ad5bbc4496.tar.gz ports-a6280e21fb22a05fe17d8e61488100ad5bbc4496.zip |
Notes
Diffstat (limited to 'japanese/citrix_xenapp/files')
-rw-r--r-- | japanese/citrix_xenapp/files/patch-linuxx86__hinst | 132 | ||||
-rw-r--r-- | japanese/citrix_xenapp/files/patch-setupwfc | 6 |
2 files changed, 35 insertions, 103 deletions
diff --git a/japanese/citrix_xenapp/files/patch-linuxx86__hinst b/japanese/citrix_xenapp/files/patch-linuxx86__hinst index 7681325b0ba4..43150b94d2e7 100644 --- a/japanese/citrix_xenapp/files/patch-linuxx86__hinst +++ b/japanese/citrix_xenapp/files/patch-linuxx86__hinst @@ -1,40 +1,39 @@ ---- linuxx86/hinst.orig Thu Nov 2 08:55:48 2006 -+++ linuxx86/hinst Wed Apr 25 10:25:45 2007 -@@ -86,7 +86,7 @@ - fi - - # Install in here by default. --DefaultInstallDir=/usr/lib/ICAClient -+DefaultInstallDir=/usr/local/ICAClient - - # Default CDROM mount point - DefaultCDSourceDir=/cdrom -@@ -2221,7 +2221,7 @@ +--- linuxx86/hinst.orig 2009-02-26 04:22:26.000000000 -0500 ++++ linuxx86/hinst 2009-06-14 00:56:20.000000000 -0400 +@@ -256,11 +256,9 @@ + then + echo LANG=$LANG + fi +- if [ -z "$LANG" ] +- then +- LANG="en" +- # echo LANG missing, using en +- fi ++ ++ LANG="ja" ++ + Lang=`echo $LANG | sed -n -e 's/[_\.].*//' -e 'p'` + Territory=`echo $LANG | sed -n -e 's/\(.*\)\..*/\1/' -e 's/.*_\(.*\)/\1/p'` + CodeSet=`echo $LANG | sed -n -e 's/.*\.\(.*\)/\1/p'` +@@ -1965,7 +1963,7 @@ then : else - /bin/false -+ /usr/bin/false ++ false return fi -@@ -2267,7 +2267,7 @@ +@@ -2090,7 +2088,7 @@ fi fi - /bin/true -+ /usr/bin/true ++ true } - ############################################################################### -@@ -2390,26 +2390,18 @@ - - netscape_integrate() - { -- user_echo $integrate_netscape1 - if test -z "$SU_INSTALL" - then - set_npui_variables + #!/bin/sh +@@ -2191,19 +2189,12 @@ found_netscape else search_ok=0 @@ -53,86 +52,19 @@ user_echo $integrate_netscape3 found_netscape - else -+ ;; ++ ;; + *) - user_prompt $integrate_netscape2 + user_prompt "$integrate_netscape2" getyesno $INSTALLER_NO if [ "$ANSWER" = "$INSTALLER_YES" ] -@@ -2418,7 +2410,8 @@ +@@ -2212,8 +2203,9 @@ else user_echo $integrate_netscape6 fi -- fi -+ ;; -+ esac - fi - - # Create utility script files in install root. -@@ -3056,55 +3049,6 @@ - echo "$BINDIR" - } ++ ;; ++ esac + fi +- fi --################################################################################ --# --# find_browsers --# --# Returns a list of directories containing new-style mozilla-based browsers --# that may be launched by files on the $PATH. --# --################################################################################ --find_browsers() --{ -- PROGS="netscape mozilla firefox" -- DIST_BIN_DIR="" -- STANDARD_DIRS="/usr/local/netscape /usr/local/mozilla /usr/local/firefox /usr/lib/mozilla" -- -- case $op_system in -- SunOS) if -- /usr/bin/pkginfo -q $SOLARIS_PACKAGE_NAME -- then -- relocation_base=`/usr/bin/pkginfo -r $SOLARIS_PACKAGE_NAME` -- STANDARD_DIRS="$STANDARD_DIRS $relocation_base/$SOLARIS_PACKAGE_DIRECTORY" -- -- # N.B. the Netscape 7 packages for SOLARIS 9 have an extended installation path built-in! -- case `uname -r` in -- 5.9) STANDARD_DIRS="$STANDARD_DIRS $relocation_base/dt/appconfig/$SOLARIS_PACKAGE_DIRECTORY" -- ;; -- *) ;; -- esac -- fi;; -- *) ;; -- esac -- -- for d in `echo $PATH | sed "s/:/ /g"` $STANDARD_DIRS -- do -- echo $d -- done | sort -u | while read d -- do -- for p in $PROGS -- do -- # Find the each instance of each named browser -- PROG=$d/$p -- if test -f $PROG -- then -- # Where is the installation and what version is it? -- find_extra_bin_dirs $PROG -- fi -- done -- done | sort -u --} -- - BROWSER_LIST_KEY="BROWSER_DIR" - ################################################################################ - # -@@ -3330,7 +3274,10 @@ - XDG_TARGET_DIR="/usr/share/applications" - TL_MENU_DIR="Vendor_menus/Applications" # TurboLinux - TL_TOP_DIR="/usr/share/applnk/"$TL_MENU_DIR --DEFAULT_GNOME_TARGET_DIRS="/etc/opt/gnome/SuSE/Internet" -+EFAULT_GNOME_TARGET_DIRS="/usr/share/applications \ -+ /usr/local/share/applnk/Internet \ -+ /usr/local/share/applnk/Networking \ -+ /etc/opt/gnome/SuSE/Internet" - DEFAULT_KDE_TARGET_DIRS="/usr/share/applnk-redhat/Internet \ - /usr/share/applnk-mdk/Networking \ - $TL_TOP_DIR/Internet \ + # Create utility script files in install root. + create_wfica_script diff --git a/japanese/citrix_xenapp/files/patch-setupwfc b/japanese/citrix_xenapp/files/patch-setupwfc index 02970987b83e..9b09f664e4b2 100644 --- a/japanese/citrix_xenapp/files/patch-setupwfc +++ b/japanese/citrix_xenapp/files/patch-setupwfc @@ -1,6 +1,6 @@ ---- setupwfc.orig Tue Oct 31 07:48:46 2006 -+++ setupwfc Wed Apr 25 10:33:49 2007 -@@ -442,7 +442,7 @@ +--- setupwfc.orig Fri Apr 8 13:52:46 2005 ++++ setupwfc Mon Jan 22 10:10:48 2007 +@@ -396,7 +396,7 @@ *BSD) # Assume Free/Net/Open BSD on an X86 with Linux emulation. |