Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 12:12:50 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547267 - in head/ftp/pftpd: . files
Message-ID:  <202009011212.081CCotq082874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009011212.081CCotq082874>