From kdulzo@mobile.gerp.org  Tue Apr  4 21:10:14 2000
Return-Path: <kdulzo@mobile.gerp.org>
Received: from mobile.gerp.org (mobile.gerp.org [216.80.26.35])
	by hub.freebsd.org (Postfix) with SMTP id 9DD7B37B732
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Apr 2000 21:10:13 -0700 (PDT)
	(envelope-from kdulzo@mobile.gerp.org)
Received: (qmail 20630 invoked by uid 100); 5 Apr 2000 04:10:11 -0000
Message-Id: <20000405041011.20629.qmail@mobile.gerp.org>
Date: 5 Apr 2000 04:10:11 -0000
From: kdulzo@mobile.gerp.org
Reply-To: kdulzo@gerp.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: net/citrix_ica build broken
X-Send-Pr-Version: 3.2

>Number:         17806
>Category:       ports
>Synopsis:       make in ports/net/citrix_ica loops on script
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    msmith
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr  4 21:20:01 PDT 2000
>Closed-Date:    Sat Nov 17 05:47:27 PST 2001
>Last-Modified:  Sat Nov 17 05:47:41 PST 2001
>Originator:     Kevin M. Dulzo
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Gerp Organisation
>Environment:
	 Latest CVSup of ports
>Description:
	Apparently the install wants to attempt to integrate with netscape
	this option presents a new item for the "response" file.

>How-To-Repeat:

	Without netscape, or with linux netscape (have not verified if it 
	works with native netscape installed), cd /usr/ports/net/citrix_ica ;
	make.

>Fix:
--- files/response~	Tue Apr  4 23:03:53 2000
+++ files/response	Tue Apr  4 23:04:29 2000
@@ -2,4 +2,5 @@
 DESTINATION
 y
 y
+n
 3



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->msmith 
Responsible-Changed-By: knu 
Responsible-Changed-When: Tue Apr 25 21:41:55 JST 2000 
Responsible-Changed-Why:  
Over to MAINTAINER. 

From: Pete Fritchman <petef@databits.net>
To: freebsd-gnats-submit@FreeBSD.org, kdulzo@gerp.org
Cc:  
Subject: Re: ports/17806: make in ports/net/citrix_ica loops on script
Date: Sun, 21 Jan 2001 00:18:04 -0500

 Seems to install fine for me without looping, with linux-netscape:
 
 electron [379] % pkg_info | grep linux-netscape
 linux-netscape-communicator-4.72 Linux Netscape Communicator suite
 electron [380] %
 
 The Citrix install seems to automagically exit on the second round
 during make install:
 
 [...]
 Integrating with Netscape browser...
 
 Could not find an installation of Netscape on your system.
 Is Netscape installed? [default n]:
 Integration complete.
 
 Select a setup option:
 
  1. Install Citrix ICA Client 6.00
  2. Remove Citrix ICA Client 6.00
  3. Quit Citrix ICA Client 6.00 setup
 
 Enter option number 1-3 [1]:
 Invalid Entry
 [...]
 
 
 The problem is files/response has too many 'y' lines.  (It's answering
 'y' to the 1-3 prompt).
 
 So, it doesn't look like a make install loops, and the error in
 files/response doesn't really cause any problems, but people might see
 the "Invalid Entry" fly by and get worried, so:
 
 --- files/response.old  Sat Jan 20 23:57:07 2001
 +++ files/response      Sat Jan 20 23:57:13 2001
 @@ -3,5 +3,4 @@
  y
  y
  y
 -y
  3
 
 I'm not really familiar with this software though - will it work OK
 without linux-netscape, or should linux-netscape be a RUN_DEPEND?
 
 -pete
 
 --
 Pete Fritchman <petef@databits.net>
 Databits Network Services, Inc. <http://databits.net>
 
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Sat Nov 17 05:47:27 PST 2001 
State-Changed-Why:  
Asmodai committed my fix on 10/28/2001. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17806 
>Unformatted:
