Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2000 18:08:42 -0400 (EDT)
From:      howardjp@wam.umd.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18037: ports/shells/44bsd-csh is broken (with FIX)
Message-ID:  <200004162208.SAA09227@byzantine.student.umd.edu>

next in thread | raw e-mail | index | archive | help

>Number:         18037
>Category:       ports
>Synopsis:       ports/shells/44bsd-csh is broken (with FIX)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 16 15:10:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     James Howard
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
University of Maryland
>Environment:

FreeBSD byzantine.student.umd.edu 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Thu Mar 30 12:44:07 EST 2000     howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE  i386


>Description:

The 44bsd-csh port does not include a MASTER_SITE that works.  The
site given is

	http://people.freebsd.org/~obrien/

But gives error 404.  About 30 seconds of snooping showed that

	http://people.freebsd.org/~obrien/Distfiles/

Appears to be correct.  The file downloaded from there has the right
MD5 signature and that is close enough for me.

>How-To-Repeat:

	cd /usr/ports/shells/44bsd-csh; make

>Fix:

--- Makefile.orig	Sun Apr 16 18:02:31 2000
+++ Makefile	Sun Apr 16 18:03:14 2000
@@ -9,7 +9,7 @@
 PORTNAME=	44bsd-csh
 PORTVERSION=	20000409
 CATEGORIES=	shells
-MASTER_SITES=	http://people.freebsd.org/~obrien/
+MASTER_SITES=	http://people.freebsd.org/~obrien/Distfiles/
 
 MAINTAINER=	obrien@FreeBSD.org
 



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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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