From owner-freebsd-ports Thu Jul 22 8:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A44F21535B for ; Thu, 22 Jul 1999 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA27127; Thu, 22 Jul 1999 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fed-ef1.frb.gov (fed.frb.gov [132.200.32.32]) by hub.freebsd.org (Postfix) with ESMTP id 500C914CC1 for ; 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 Reply-To: seth@freebie.dp.ny.frb.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12763: build fails for port /usr/ports/net/citrix-ica (2 bugs) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12763 >Category: ports >Synopsis: build fails for port /usr/ports/net/citrix-ica (2 bugs) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 22 08:30:00 PDT 1999 >Closed-Date: >Last-Modified: >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: >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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message