From seth@freebie.dp.ny.frb.org Thu Jul 22 08:28:46 1999
Return-Path: <seth@freebie.dp.ny.frb.org>
Received: from fed-ef1.frb.gov (fed.frb.gov [132.200.32.32])
	by hub.freebsd.org (Postfix) with ESMTP id 500C914CC1
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Jul 1999 08:28:44 -0700 (PDT)
	(envelope-from seth@freebie.dp.ny.frb.org)
Received: by fed-ef1.frb.gov; id LAA19654; Thu, 22 Jul 1999 11:25:36 -0400 (EDT)
Received: from m1pmdf.frb.gov(192.168.3.38) by fed.frb.gov via smap (V4.2)
	id xmaa18763; Thu, 22 Jul 99 11:24:27 -0400
Message-Id: <199907221522.LAA79046@freebie.dp.ny.frb.org>
Date: Thu, 22 Jul 1999 11:22:37 -0400 (EDT)
From: Seth <seth@freebie.dp.ny.frb.org>
Reply-To: seth@freebie.dp.ny.frb.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: build fails for port /usr/ports/net/citrix-ica (2 bugs)
X-Send-Pr-Version: 3.2

>Number:         12763
>Category:       ports
>Synopsis:       build fails for port /usr/ports/net/citrix-ica (2 bugs)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    msmith
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 22 08:30:00 PDT 1999
>Closed-Date:    Thu Jul 22 10:29:39 PDT 1999
>Last-Modified:  Thu Jul 22 10:30:02 PDT 1999
>Originator:     Seth
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:

	Ports-stable as of 7/15/1999
From /usr/ports/net/citrix-ica/Makefile:

# New ports collection makefile for:    Citrix(R) ICA(R) Client
# Version required:     2.80.76
# Date created:         20 Sep 1998
# Whom:                 msmith
#
# $Id: Makefile,v 1.10 1999/07/09 23:01:42 billf Exp $
#

>Description:

From a "make" in /usr/ports/net/citrix-ica:

===>  citrix_ica-3.0.15 'The distribution file for this port may not be automatically fetched due to licensing restrictions.  You MUST fetch the file manually after reading and agreeing to the license at: http://download.citrix.com/download.asp?client=LINUX   Once linux.tar.gz has been downloaded, move it to /usr/ports/distfiles/citrix_ica and then restart this build.'.

The URL eventually lets you download a linux.tar.Z file.

Following this procedure and restaring make generates the same error.  The
problem seems to be with the following line:


EXTRACT_SUFX=   .tar.gz

This needs to be .tar.Z.

Even after changing this, however, the build still fails:

===>  Extracting for citrix_ica-3.0.15
>How-To-Repeat:

  cd /usr/ports/net/citrix-ica && make

>Fix:
	
   diff -u Makefile.old Makefile:

--- Makefile.old        Thu Jul 22 11:12:04 1999
+++ Makefile    Thu Jul 22 11:12:51 1999
@@ -10,7 +10,7 @@
 PKGNAME=       citrix_ica-3.0.15
 CATEGORIES=    comms
 MASTER_SITES=   "Distfile must be fetched manually"
-EXTRACT_SUFX=  .tar.gz
+EXTRACT_SUFX=  .tar.Z
 
 MAINTAINER=     msmith@FreeBSD.ORG


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->msmith 
Responsible-Changed-By: billf 
Responsible-Changed-When: Thu Jul 22 10:01:48 PDT 1999 
Responsible-Changed-Why:  
Over to MAINTAINER. 

Note: I just installed this port a week ago and it was fine. 
State-Changed-From-To: open->closed 
State-Changed-By: msmith 
State-Changed-When: Thu Jul 22 10:29:39 PDT 1999 
State-Changed-Why:  
Port updated to match Citrix' changes. 
>Unformatted:
 >> No checksum recorded for citrix_ica/linux.tar.Z.
 Make sure the Makefile and md5 file (/usr/ports-dist/ports-stable/net/citrix_ica/files/md5)
 are up to date.  If you want to override this check, type
 "make NO_CHECKSUM=yes [other args]".
 *** Error code 1
 
 Stop.
 
 
 The checksum for the file should be
 MD5 (/usr/ports/distfiles/citrix_ica/linux.tar.Z) = 
 6b322f5fd0db09ab9b5106d292d1863e
 
 at least as of 7/22/99 11:13 EDT
 
