From kstailey@hermes.tubas.net  Sat Oct 11 16:37:28 2003
Return-Path: <kstailey@hermes.tubas.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6E4B116A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Oct 2003 16:37:28 -0700 (PDT)
Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 589EE43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Oct 2003 16:37:27 -0700 (PDT)
	(envelope-from kstailey@hermes.tubas.net)
Received: from hermes.tubas.net ([68.50.141.185])
          by comcast.net (sccrmhc11) with ESMTP
          id <2003101123372601100oqdule>; Sat, 11 Oct 2003 23:37:26 +0000
Received: from hermes.trickster.gods (localhost.trickster.gods [127.0.0.1])
	by hermes.tubas.net (8.12.9p2/8.12.9) with ESMTP id h9BNbM1T027814
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Oct 2003 19:37:26 -0400 (EDT)
	(envelope-from kstailey@hermes.trickster.gods)
Received: (from kstailey@localhost)
	by hermes.trickster.gods (8.12.9p2/8.12.9/Submit) id h9BNbMnC027813;
	Sat, 11 Oct 2003 19:37:22 -0400 (EDT)
	(envelope-from kstailey)
Message-Id: <200310112337.h9BNbMnC027813@hermes.trickster.gods>
Date: Sat, 11 Oct 2003 19:37:22 -0400 (EDT)
From: Ken Stailey <kstailey@hermes.tubas.net>
Reply-To: Ken Stailey <kstailey@hermes.tubas.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Pure-FTPd is not configured for files >2GB
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57874
>Category:       ports
>Synopsis:       Pure-FTPd is not configured for files >2GB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 11 16:40:09 PDT 2003
>Closed-Date:    Fri Nov 21 08:44:13 PST 2003
>Last-Modified:  Fri Nov 21 08:44:13 PST 2003
>Originator:     Ken Stailey
>Release:        FreeBSD 4.9-RC i386
>Organization:
self
>Environment:
System: FreeBSD hermes.trickster.gods 4.9-RC FreeBSD 4.9-RC #38: Mon Oct 6 13:40:55 EDT 2003 kstailey@hermes.trickster.gods:/usr/obj/usr/src/sys/HERMES i386


>Description:
The Pure-FTPd port can only be configured for files >2GB by hacking the
Makefile.  The --with-everything option isn't really what it says.
You need the --with-largefiles option.  Frank Denis, the pure-ftpd
project leader, told me in an E-mail that FreeBSD does not have any
performance problems with largefiles despite any warnings the configure
script make mention about using largefiles.

>How-To-Repeat:
Run "portinstall pure-ftpd", start pure-ftpd, try to send a file >2GB to
it.

>Fix:

	

ndex: Makefile
===================================================================
RCS file: /u1/cvsup/FreeBSD-cvs/root/ports/ports/ftp/pure-ftpd/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- Makefile    15 Aug 2003 00:49:25 -0000      1.37
+++ Makefile    11 Oct 2003 23:34:55 -0000
@@ -47,6 +47,7 @@
 USE_REINPLACE= yes
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --with-everything \
+                       --with-largefiles \
                        --with-paranoidmsg \
                        --with-virtualchroot \
                        --with-tls \

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: osa 
State-Changed-When: Fri Nov 21 08:43:54 PST 2003 
State-Changed-Why:  
Configure arg added with last pureftpd update. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57874 
>Unformatted:
