Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 1999 20:27:04 +0900 (JST)
From:      sanpei@sanpei.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15399: fix broken port: math/xgraph
Message-ID:  <199912101127.UAA42170@lavender.yy.cs.keio.ac.jp>

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

>Number:         15399
>Category:       ports
>Synopsis:       fix broken port: math/xgraph
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 10 03:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Yokohama, Japan
>Environment:

>Description:

DISTFILE in ftp.iis.u-tokyo.ac.jp was removed, and
another DISTFILE in another MASTER_SITES(mesh.ad.jp
and hokudai.ac.jp) was broken as below error.

>How-To-Repeat:


>Fix:


--- xgraph.org/Makefile	Fri Dec 10 20:05:10 1999
+++ xgraph/Makefile	Fri Dec 10 20:16:24 1999
@@ -8,11 +8,9 @@
 
 DISTNAME=	xgraph-11.3.2
 CATEGORIES=	math print
-MASTER_SITES=	ftp://ftp.iis.u-tokyo.ac.jp/pub/X/misc/ \
-		ftp://ftp.tk.mesh.ad.jp/pub/X/misc/ \
-		ftp://ftp.eos.hokudai.ac.jp/pub/X11/misc/
+MASTER_SITES=	${MASTER_SITE_PORTS_JP}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sanpei@sanpei.org
 
 USE_IMAKE=	yes
 MAN1=		xgraph.1

>Release-Note:
>Audit-Trail:
>Unformatted:
 >>tar: Skipping to next file header...
 >>
 >>gzip: stdin: invalid compressed data--crc error
 >>tar: archive xgraph-11.3.2.tar.gz EOF not on block boundary
 
 I put DISTFILE into MASTER_SITE_PORTS_JP from 
 ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/distfiles/.
 
 So, I fix and update math/xgraph:
 	- change MASTER_SITES to ${MASTER_SITE_PORTS_JP}
 	- change MAINTAINER to me
 
 Thank you
 


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?199912101127.UAA42170>