ports/63725: ports/math/djbfft - unbreak fetch

Jason Harris jharris at widomaker.com
Thu Mar 4 00:30:19 UTC 2004


>Number:         63725
>Category:       ports
>Synopsis:       ports/math/djbfft - unbreak fetch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 03 16:30:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jason Harris
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
none here
>Environment:
System: FreeBSD 4.3-RELEASE i386

>Description:

	fetching with -S from publicfile-based servers is broken, so
	set DISABLE_SIZE to work around this

>How-To-Repeat:

	cd /usr/ports/math/djbfft && make checksum

	watch it fail to fetch from MASTER_SITES and have to fall back
	to MASTER_SITE_BACKUP:

	>> Attempting to fetch from http://cr.yp.to/djbfft/.
	fetch: http://cr.yp.to/djbfft/djbfft-0.76.tar.gz: size unknown
	>> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
	Receiving djbfft-0.76.tar.gz (80092 bytes): 100%
	80092 bytes transferred in 1.2 seconds (66.64 kBps)

>Fix:
	kick PR bin/63099 to des@ to see if fetch(1) can be fixed
	for future builds

	apply this patch:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/djbfft/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	8 Feb 2004 01:13:51 -0000	1.8
+++ Makefile	4 Mar 2004 00:12:08 -0000
@@ -15,7 +15,7 @@
 
 NO_PACKAGE=	Forbidden - we have patches to the distribution.
 
-USE_SIZE=	yes
+DISABLE_SIZE?=	yes
 ALL_TARGET=
 INSTALL_TARGET=setup check
 USE_PERL5_BUILD=yes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFARnRnSypIl9OdoOMRAtvjAJ4/p3XxrsDSDMSX3uif9ACRwPTFfgCfc5uB
2tu7gIdtOIhO1yKdFF83VXQ=
=bJIU
-----END PGP SIGNATURE-----
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list