Bug 63725 - ports/math/djbfft - unbreak fetch
Summary: ports/math/djbfft - unbreak fetch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-04 00:30 UTC by jharris
Modified: 2004-03-09 01:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jharris 2004-03-04 00:30:18 UTC
	fetching with -S from publicfile-based servers is broken, so
	set DISABLE_SIZE to work around this

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 .


iD8DBQFARnRnSypIl9OdoOMRAtvjAJ4/p3XxrsDSDMSX3uif9ACRwPTFfgCfc5uB
2tu7gIdtOIhO1yKdFF83VXQ=
=bJIU
-----END PGP SIGNATURE-------4o0iUgPZ9ufOJDhn4TfE5hVxtrRpnvJDEhFHjuj09KnUQHbg
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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)
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)
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-03-04 08:42:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer.
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2004-03-09 01:10:28 UTC
State Changed
From-To: open->closed

Committed, thanks!