svn commit: r547267 - in head/ftp/pftpd: . files

Stefan Eßer se at FreeBSD.org
Tue Sep 1 12:12:52 UTC 2020


Author: se
Date: Tue Sep  1 12:12:50 2020
New Revision: 547267
URL: https://svnweb.freebsd.org/changeset/ports/547267

Log:
  Fix build with clang11

Added:
  head/ftp/pftpd/files/patch-plib_server.c   (contents, props changed)
  head/ftp/pftpd/files/patch-plib_timeout.c   (contents, props changed)
Modified:
  head/ftp/pftpd/Makefile

Modified: head/ftp/pftpd/Makefile
==============================================================================
--- head/ftp/pftpd/Makefile	Tue Sep  1 11:55:32 2020	(r547266)
+++ head/ftp/pftpd/Makefile	Tue Sep  1 12:12:50 2020	(r547267)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pftpd
 PORTVERSION=	1.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	ftp
 MASTER_SITES=	ftp://ftp.ifm.liu.se/pub/unix/pftpd/
 

Added: head/ftp/pftpd/files/patch-plib_server.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/pftpd/files/patch-plib_server.c	Tue Sep  1 12:12:50 2020	(r547267)
@@ -0,0 +1,11 @@
+--- plib/server.c.orig	2013-07-04 11:10:49 UTC
++++ plib/server.c
+@@ -41,7 +41,7 @@
+ 
+ #include "plib/server.h"
+ 
+-int debug;
++extern int debug;
+ 
+ 
+ 

Added: head/ftp/pftpd/files/patch-plib_timeout.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/pftpd/files/patch-plib_timeout.c	Tue Sep  1 12:12:50 2020	(r547267)
@@ -0,0 +1,11 @@
+--- plib/timeout.c.orig	2013-07-04 11:10:49 UTC
++++ plib/timeout.c
+@@ -31,7 +31,7 @@
+ #ifdef HAVE_THREADS
+ 
+ 
+-int debug;
++extern int debug;
+ 
+ 
+ static struct timeout_cb


More information about the svn-ports-all mailing list