ports/58200: [maintainer update] ftp/bsdftpd-ssl: bsdftpd-ssl-0.6.3 broken on 5.x

Nick Leuta skynick at stu.lipetsk.ru
Sat Oct 18 11:50:20 UTC 2003


>Number:         58200
>Category:       ports
>Synopsis:       [maintainer update] ftp/bsdftpd-ssl: bsdftpd-ssl-0.6.3 broken on 5.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 04:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nick Leuta
>Release:        FreeBSD 4.8-RC i386
>Organization:
Lipetsk State Technical University
>Environment:
System: FreeBSD corsair.stu.lipetsk.ru 4.8-RC FreeBSD 4.8-RC #0: Sat Mar 15 19:02:36 MSK 2003 root at corsair.stu.lipetsk.ru:/usr/src/sys/compile/CHUCK2 i386

>Description:
The compilation stops in 5-CURRENT with next reason:
/usr/include/varargs.h:34:2: #error "<varargs.h> is obsolete with this version of GCC."
/usr/include/varargs.h:35:2: #error "Change your code to use <stdarg.h> instead."
>How-To-Repeat:
>Fix:
Next patch adds a new file into port - files/patch-aa, which contains a
workaround. In next release of the software it or very similar solution will
be incorporated into the software.

diff -urN bsdftpd-ssl.ORI/files/patch-aa bsdftpd-ssl/files/patch-aa
--- bsdftpd-ssl.ORI/files/patch-aa	Thu Jan  1 03:00:00 1970
+++ bsdftpd-ssl/files/patch-aa	Fri Oct 17 03:12:56 2003
@@ -0,0 +1,12 @@
+diff -urN ftpd/popen.c.ORI ftpd/popen.c
+--- ftpd/popen.c.ORI	Mon Dec 17 12:21:41 2001
++++ ftpd/popen.c	Fri Oct 17 02:27:29 2003
+@@ -64,7 +64,7 @@
+ #include "pathnames.h"
+ #include <syslog.h>
+ #include <time.h>
+-#include <varargs.h>
++#include <stdarg.h>
+ #endif
+ 
+ #define	MAXUSRARGS	100
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list