- Update to 13.6.0

- Update WWW
This commit is contained in:
Emanuel Haupt 2017-08-24 16:41:35 +00:00
parent c1c30faddd
commit b4f9936bb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448696
6 changed files with 39 additions and 37 deletions

View file

@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= citrix_ica
PORTVERSION= 13.4.0
PORTREVISION= 1
PORTVERSION= 13.6.0
CATEGORIES= net comms linux
MASTER_SITES= #
DISTNAME= linuxx86-${PORTVERSION}.10109380
DISTNAME= linuxx86-${PORTVERSION}.10243651
MAINTAINER= ports@FreeBSD.org
COMMENT= Citrix(R) Presentation Server(TM) client

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1484825458
SHA256 (linuxx86-13.4.0.10109380.tar.gz) = f4405da2bdc577c4e6bd2201a5b27102adf580d52f51e4af153a6cec0b75f264
SIZE (linuxx86-13.4.0.10109380.tar.gz) = 19270016
TIMESTAMP = 1503590097
SHA256 (linuxx86-13.6.0.10243651.tar.gz) = 0ba3eba208b37844904d540b3011075ed5cecf429a0ab6c6cd52f2d0fd841ad2
SIZE (linuxx86-13.6.0.10243651.tar.gz) = 22560063

View file

@ -1,4 +1,4 @@
--- linuxx86/hinst.orig 2016-08-19 13:26:47 UTC
--- linuxx86/hinst.orig 2017-06-30 17:48:55 UTC
+++ linuxx86/hinst
@@ -1,4 +1,7 @@
#!/bin/sh
@ -17,7 +17,7 @@
# Default CDROM mount point
DefaultCDSourceDir=/cdrom
@@ -1481,7 +1478,7 @@ REQUIRE_LICENSE=
@@ -1485,7 +1488,7 @@ REQUIRE_LICENSE=
set_require_ICA_license()
{
REQUIRE_LICENSE=
@ -26,7 +26,7 @@
then
TRY1=`"$ECHO_CMD" -l`
sleep 1
@@ -1504,14 +1501,14 @@ set_license()
@@ -1508,14 +1511,14 @@ set_license()
# a license file.
if [ -n "$SU_INSTALL" ] ; then
@ -46,7 +46,7 @@
fi
}
###############################################################################
@@ -1554,7 +1551,7 @@ install_ICA_client()
@@ -1559,7 +1562,7 @@ install_ICA_client()
echo_no_nl "$instica4"
@ -55,7 +55,7 @@
if [ "$ANSWER" != "$INSTALLER_YES" ]
then
"$ECHO_CMD" $instica5
@@ -1578,9 +1575,8 @@ install_ICA_client()
@@ -1583,9 +1586,8 @@ install_ICA_client()
if [ "$PORT" != "uclibc" ]
then
@ -66,25 +66,25 @@
else
COR_SELECTED=false
fi
@@ -1795,7 +1791,7 @@ setCDSourceDir()
while [ "$got_directory" = "false" ]
do
echo_no_nl "$dirutil1a $ICAInstDir] $dirutil1b"
@@ -1803,7 +1805,7 @@ setCDSourceDir()
echo_no_nl "$dirutil1a"
echo_no_nl "-i" "$ICAInstDir"
echo_no_nl "] $dirutil1b"
- read newCDSourceDir
+ newCDSOurceDir=${DefaultInstallDir}
if [ "x$newCDSourceDir" != "x" ]
then
CDSourceDir="$newCDSourceDir"
@@ -1867,7 +1863,7 @@ setICAInstDir()
while [ "$got_directory" = "false" ]
do
echo_no_nl "$dirutil4a $ICAInstDir] $dirutil4b"
@@ -1876,7 +1878,7 @@ setICAInstDir()
echo_no_nl "$dirutil4a "
echo_no_nl "-i" "$ICAInstDir"
echo_no_nl "] $dirutil4b"
- read newICAInstDir
+ newICAInstDir=${DefaultInstallDir}
if [ "`echo x$newICAInstDir | tolower`" = "x$INSTALLER_QUIT" ]
then
FAIL_MSG=$dirutil13
@@ -2457,7 +2453,7 @@ install_packages(){
@@ -2468,7 +2470,7 @@ install_packages(){
then
:
else
@ -93,7 +93,7 @@
return
fi
@@ -2531,7 +2527,7 @@ install_packages(){
@@ -2542,7 +2544,7 @@ install_packages(){
fi
fi
@ -102,7 +102,7 @@
}
#!/bin/sh
@@ -2672,26 +2668,18 @@ esac
@@ -2663,26 +2665,18 @@ esac
netscape_integrate()
{
@ -133,7 +133,7 @@
user_prompt "$integrate_netscape2"
getyesno $INSTALLER_NO
if [ "$ANSWER" = "$INSTALLER_YES" ]
@@ -2700,7 +2688,8 @@ netscape_integrate()
@@ -2691,7 +2685,8 @@ netscape_integrate()
else
user_echo $integrate_netscape6
fi
@ -143,7 +143,7 @@
fi
# Create utility script files in install root.
@@ -4424,8 +4413,8 @@ main_install_menu(){
@@ -4334,8 +4329,8 @@ main_install_menu(){
"$ECHO_CMD" $menus5
return 0
fi
@ -154,7 +154,7 @@
#
# Get the Function the user wants to perform
#
@@ -4439,7 +4428,7 @@ main_install_menu(){
@@ -4349,7 +4344,7 @@ main_install_menu(){
fi
echo_no_nl "$menus2 1-$menuItems [$keyDefault]: "
@ -163,7 +163,7 @@
if test "x$keynum" = "x"
then
@@ -4504,7 +4493,7 @@ main_install_menu(){
@@ -4414,7 +4409,7 @@ main_install_menu(){
# After any action make exit the default
keyDefault=3
fi

View file

@ -1,15 +1,15 @@
--- setupwfc.orig 2016-08-19 13:26:37 UTC
--- setupwfc.orig 2017-06-30 17:48:52 UTC
+++ setupwfc
@@ -547,6 +547,12 @@ get_OS(){
PLATFORM=hp
DISP_PLATFORM="Hewlett-Packard (HP-UX)"
;;
@@ -519,6 +519,12 @@ get_OS(){
opsys=`uname -s`
case $opsys in
+ *BSD)
+ if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then
+ PLATFORM=linuxx86
+ DISP_PLATFORM="Linux (x86)"
+ fi
+ ;;
+ ;;
Linux)
# We use uname -m to report processor type. If we
# see 64 we assume a 64 bit Intel processor, if we see

View file

@ -19,4 +19,4 @@ your /etc/make.conf:
It will then automatically be installed and removed with the normal FreeBSD
package tools.
WWW: http://www.citrix.com/products/receiver/overview.html
WWW: http://www.citrix.com/products/receiver/

View file

@ -38,6 +38,7 @@
%%WEBPLUGIN_DIR%%/config/wfclient.template
%%WEBPLUGIN_DIR%%/desktop/Citrix-mime_types.xml
%%WEBPLUGIN_DIR%%/eula.txt
%%WEBPLUGIN_DIR%%/gtk/glade/instrumentation.glade
%%WEBPLUGIN_DIR%%/gtk/glade/about.glade
%%WEBPLUGIN_DIR%%/gtk/glade/aboutAdditional.glade
%%WEBPLUGIN_DIR%%/gtk/glade/authdialogbox.glade
@ -191,7 +192,6 @@
%%WEBPLUGIN_DIR%%/lib/libcoreavc_sdk.so
%%WEBPLUGIN_DIR%%/lib/libkcph.so
%%WEBPLUGIN_DIR%%/lib/libkcpm.so
%%WEBPLUGIN_DIR%%/libctxssl.so
%%WEBPLUGIN_DIR%%/libproxy.so
%%WEBPLUGIN_DIR%%/nls/C
%%WEBPLUGIN_DIR%%/nls/de.UTF-8/XCapture
@ -502,6 +502,12 @@
%%WEBPLUGIN_DIR%%/usb/ctxusbd.rc
%%WEBPLUGIN_DIR%%/usb/ica-usb.rules
%%WEBPLUGIN_DIR%%/usb/usb.conf
@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play0.10
@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play1.0
@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read0.10
@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read1.0
@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm0.10.so
@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm1.0.so
@(,,00555) %%WEBPLUGIN_DIR%%/util/DeleteCompleteFlashCache.sh
@(,,00555) %%WEBPLUGIN_DIR%%/util/configmgr
@(,,00555) %%WEBPLUGIN_DIR%%/util/conncenter
@ -510,12 +516,9 @@
@(,,00555) %%WEBPLUGIN_DIR%%/util/echo_cmd
@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_aud_play
@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_aud_read
@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play
@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read
@(,,00555) %%WEBPLUGIN_DIR%%/util/hdxcheck.sh
@(,,00555) %%WEBPLUGIN_DIR%%/util/hinst
@(,,00555) %%WEBPLUGIN_DIR%%/util/icalicense.sh
@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm.so
@(,,00555) %%WEBPLUGIN_DIR%%/util/lurdump
@(,,00555) %%WEBPLUGIN_DIR%%/util/new_store
@(,,00555) %%WEBPLUGIN_DIR%%/util/nslaunch