Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 15:14:49 -0800
From:      Marcel Moolenaar <marcel@xcllnt.net>
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>
In-Reply-To: <200302211800.h1LI0oLY021503@freefall.freebsd.org>
References:  <200302211800.h1LI0oLY021503@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+IGNORE=	${NOTICE}
+.endif
+
+.include <bsd.port.post.mk>

-- 
 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030221231449.GA955>