From owner-freebsd-ia64 Fri Feb 21 15:14:54 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5485937B401; Fri, 21 Feb 2003 15:14:52 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EEE343FB1; Fri, 21 Feb 2003 15:14:50 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h1LNEo1o023229; Fri, 21 Feb 2003 15:14:50 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.7/8.12.7) with ESMTP id h1LNEnYl001055; Fri, 21 Feb 2003 15:14:49 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.7/8.12.7/Submit) id h1LNEnZ2001054; Fri, 21 Feb 2003 15:14:49 -0800 (PST) Date: Fri, 21 Feb 2003 15:14:49 -0800 From: Marcel Moolenaar To: ports@FreeBSD.ORG Cc: freebsd-ia64@FreeBSD.ORG Subject: Re: FreeBSD ports: 1 unfetchable distfiles: emulators/ski Message-ID: <20030221231449.GA955@dhcp01.pn.xcllnt.net> References: <200302211800.h1LI0oLY021503@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302211800.h1LI0oLY021503@freefall.freebsd.org> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Feb 21, 2003 at 10:00:50AM -0800, Bill "distfiles" Fenner wrote: > > You are listed as the FreeBSD port maintainer for 1 port > whose distfiles [or main web pages] are not fetchable from their > MASTER_SITES. Could you please visit > > http://people.freebsd.org/~fenner/portsurvey/freebsd-ia64@freebsd.org.html > > and correct the problems listed there? The individual port with > a problem is emulators/ski. *GROAN* I added IGNORE two weeks ago, but that obviously didn't make a difference. Can someone tell me what's wrong with the change I made: RCS file: /home/ncvs/ports/emulators/ski/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- ports/emulators/ski/Makefile 2001/10/16 01:06:52 1.2 +++ ports/emulators/ski/Makefile 2003/02/07 22:17:09 1.3 @@ -3,7 +3,7 @@ # Date created: Mon Oct 15, 2001 # Whom: David O'Brien (obrien@NUXI.com) # -# $FreeBSD: /home/ncvs/ports/emulators/ski/Makefile,v 1.2 2001/10/16 01:06:52 obrien Exp $ +# $FreeBSD: /home/ncvs/ports/emulators/ski/Makefile,v 1.3 2003/02/07 22:17:09 marcel Exp $ # PORTNAME= ski @@ -18,8 +18,10 @@ MAINTAINER= freebsd-ia64@FreeBSD.org BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio ONLY_FOR_ARCHS= i386 -NO_PACKAGE= 'Must be downloaded direct from HP via web interface' -NO_CDROM= 'Must be downloaded direct from HP via web interface' + +NOTICE= -- please manually download ${DISTNAME}${EXTRACT_SUFX} from the HP site and put it in ${DISTDIR} first. +NO_PACKAGE= ${NOTICE} +NO_CDROM= ${NOTICE} EXTRACT_CMD= rpm2cpio EXTRACT_BEFORE_ARGS= @@ -49,4 +51,10 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/usr/doc/ski-0.943l/* ${DOCSDIR} .endif -.include +.include + +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +IGNORE= ${NOTICE} +.endif + +.include -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message