Date: Tue, 10 Dec 2002 15:48:08 -0500 From: Hiten Pandya <hiten@angelica.unixdaemons.com> To: Bill distfiles Fenner <fenner@FreeBSD.org> Cc: freebsd-ia64@FreeBSD.org Subject: Re: FreeBSD ports: 1 unfetchable distfiles: emulators/ski Message-ID: <20021210204808.GA84043@angelica.unixdaemons.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] --- Bill distfiles Fenner <fenner@freebsd.org> 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 Can we use the patch, attached with this mail? Cheers. -- Hiten Pandya (hiten@unixdaemons.com, hiten@uk.FreeBSD.org) http://www.unixdaemons.com/~hiten/ [-- Attachment #2 --] Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/ski/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/10/16 01:06:52 1.2 +++ Makefile 2002/12/10 20:34:58 @@ -9,7 +9,6 @@ PORTNAME= ski PORTVERSION= 0.943l.2 CATEGORIES= emulators -MASTER_SITES= ftp://www.software.hp.com/dist/swdepot/ DISTNAME= ski-0.943l-2.i386 EXTRACT_SUFX= .rpm @@ -18,6 +17,7 @@ BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio ONLY_FOR_ARCHS= i386 +HP_SITE= 'http://www.software.hp.com/products/LIA64' NO_PACKAGE= 'Must be downloaded direct from HP via web interface' NO_CDROM= 'Must be downloaded direct from HP via web interface' @@ -30,6 +30,10 @@ NO_MTREE= yes MAN1= ski.1 MLINKS= ski.1 bski.1 ski.1 xski.1 + +.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) +IGNORE= "Please manually download ${DISTFILES} from ${HP_SITE}" +.endif do-install: ${INSTALL_SCRIPT} ${WRKSRC}/nue/usr/bin/ski ${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021210204808.GA84043>
