ports/66741: [PATCH] ftp/tnftpd fix for >4GB files
Rudolf Cejka
cejkar at fit.vutbr.cz
Mon May 17 13:10:25 UTC 2004
>Number: 66741
>Category: ports
>Synopsis: [PATCH] ftp/tnftpd fix for >4GB files
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon May 17 06:10:24 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Rudolf Cejka
>Release: FreeBSD 4.9-STABLE i386
>Organization:
FIT, Brno University of Technology, Czech Republic
>Environment:
Please, add following patch to the files directory in ftp/tnftpd (I'm the
maintainer) named as patch-configure, so that files over 4 GB are supported.
The next patch is just Makefile update, so that port revision is increased.
Thanks.
--- CUT HERE (START) - SAVE IT AS files/patch-configure
--- configure.orig Mon May 17 14:46:54 2004
+++ configure Mon May 17 14:47:14 2004
@@ -2423,6 +2423,7 @@
cat > conftest.$ac_ext <<EOF
#line 2425 "configure"
#include "confdefs.h"
+#include <sys/types.h>
#include <stdio.h>
main()
{
--- CUT HERE (END)
--- CUT HERE (START)
--- Makefile.orig Mon May 17 14:44:16 2004
+++ Makefile Mon May 17 14:49:10 2004
@@ -7,6 +7,7 @@
PORTNAME= tnftpd
PORTVERSION= 20031217
+PORTREVISION= 1
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
--- CUT HERE (END)
>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list