From owner-cvs-all Sun Jun 9 8:27:46 2002 Delivered-To: cvs-all@freebsd.org Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by hub.freebsd.org (Postfix) with ESMTP id 177BC37B404; Sun, 9 Jun 2002 08:27:37 -0700 (PDT) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id D63719EE10; Sun, 9 Jun 2002 08:27:26 -0700 (PDT) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.4/8.12.3) with ESMTP id g59FRQ0j021309; Sun, 9 Jun 2002 08:27:26 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.4/8.12.3) with ESMTP id g59FRQu5026447; Sun, 9 Jun 2002 08:27:26 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200206091527.g59FRQu5026447@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Pete Fritchman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/cyclone Makefile In-Reply-To: Message from Pete Fritchman of "Sun, 09 Jun 2002 08:18:57 PDT." <200206091518.g59FIvM59271@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 09 Jun 2002 08:27:26 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200206091518.g59FIvM59271@freefall.freebsd.org>, Pete Fritchman wri tes: > petef 2002/06/09 08:18:57 PDT > > Modified files: > lang/cyclone Makefile > Log: > Mark BROKEN: the current distfile isn't fetchable, and the maintainer is > still working on updating the port to 0.3. > > PR: 38639 > Submitted by: maintainer > > Revision Changes Path > 1.4 +2 -0 ports/lang/cyclone/Makefile I don't think that the maintainer completely analyzed the problem. The following patch fixes the problem until we get an updated port from him. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/cyclone/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 9 Jun 2002 15:18:56 -0000 1.4 +++ Makefile 9 Jun 2002 15:25:16 -0000 @@ -10,14 +10,12 @@ PORTNAME= cyclone PORTVERSION= 0.2 CATEGORIES= lang -MASTER_SITES= http://www.cs.cornell.edu/projects/cyclone/ \ - http://www.research.att.com/projects/cyclone/ +MASTER_SITES= http://www.cs.cornell.edu/projects/cyclone/software/ +# http://www.research.att.com/projects/cyclone/software/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-${PORTVERSION}-docs.tar.gz MAINTAINER= ports@geeksrus.net - -BROKEN= "The maintainer will update this to 0.3 ASAP" USE_GMAKE= yes NO_PACKAGE= 'Neither CC nor CFLAGS safe.' The reason for the commented out MASTER_SITE is that research.att.com has version 0.3 but not 0.2. Once the maintainer updates the port, we can uncomment the second MASTER_SITE. -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message