Date: Thu, 22 Jul 1999 11:22:37 -0400 (EDT) From: Seth <seth@freebie.dp.ny.frb.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12763: build fails for port /usr/ports/net/citrix-ica (2 bugs) Message-ID: <199907221522.LAA79046@freebie.dp.ny.frb.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907221522.LAA79046>