Index: head/ftp/pftpd/Makefile =================================================================== --- head/ftp/pftpd/Makefile (revision 547266) +++ head/ftp/pftpd/Makefile (revision 547267) @@ -1,31 +1,31 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= pftpd PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ifm.liu.se/pub/unix/pftpd/ MAINTAINER= ports@FreeBSD.org COMMENT= Multithreaded anonymous FTP daemon GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CFLAGS+= -fcommon DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) EXPIRATION_DATE=2021-04-01 PLIST_FILES= sbin/pftpd \ man/man1/pftpd.1.gz \ man/man1/rpad.1.gz do-install: (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} pftpd ${STAGEDIR}${PREFIX}/sbin) (cd ${WRKSRC}/doc && ${INSTALL_MAN} *.1 ${STAGEDIR}${MANPREFIX}/man/man1) @${CAT} ${WRKSRC}/ISSUES .include Index: head/ftp/pftpd/files/patch-plib_server.c =================================================================== --- head/ftp/pftpd/files/patch-plib_server.c (nonexistent) +++ head/ftp/pftpd/files/patch-plib_server.c (revision 547267) @@ -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; + + + Property changes on: head/ftp/pftpd/files/patch-plib_server.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/pftpd/files/patch-plib_timeout.c =================================================================== --- head/ftp/pftpd/files/patch-plib_timeout.c (nonexistent) +++ head/ftp/pftpd/files/patch-plib_timeout.c (revision 547267) @@ -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 Property changes on: head/ftp/pftpd/files/patch-plib_timeout.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property