ports/61136: Fix for ports/emulators/ski unfetchable distfile

Ken Smith kensmith at cse.Buffalo.EDU
Fri Jan 9 18:00:36 UTC 2004


>Number:         61136
>Category:       ports
>Synopsis:       Fix for ports/emulators/ski unfetchable distfile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 09 10:00:34 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ken Smith
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
FreeBSD
>Environment:
System: FreeBSD portnoy.cse.buffalo.edu 5.2-CURRENT FreeBSD 5.2-CURRENT #3: Sun Jan 4 02:37:21 EST 2004 root at portnoy.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
	ski distfile needs to be manually downloaded due to license
	issues.  Currently email is sent periodically to freebsd-ia64
	mailing list complaining that the distfile is not fetchable
	because freebsd-ia64@ is listed as maintainer.
>How-To-Repeat:
	Read freebsd-ia64 mailing list... :-)
>Fix:

	Based on a port with similar distfile license restrictions
	(java/jdk14) I think this patch will fix the problem.  If I'm
	wrong can you let me know what will fix the problem please?
	Patch is for ports/emulators/ski/Makefile.

--- Makefile_orig	Mon Dec 15 12:35:12 2003
+++ Makefile	Fri Jan  9 12:46:42 2004
@@ -9,7 +9,7 @@
 PORTNAME=	ski
 PORTVERSION=	0.943l.2
 CATEGORIES=	emulators
-MASTER_SITES=	ftp://www.software.hp.com/dist/swdepot/
+MASTER_SITES=	# ftp://www.software.hp.com/dist/swdepot/
 DISTNAME=	ski-0.943l-2.i386
 EXTRACT_SUFX=	.rpm
 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list