svn commit: r551483 - in head/ftp/vsftpd-ext: . files

Stefan Eßer se at FreeBSD.org
Mon Oct 5 10:55:54 UTC 2020


Author: se
Date: Mon Oct  5 10:55:53 2020
New Revision: 551483
URL: https://svnweb.freebsd.org/changeset/ports/551483

Log:
  Fix build with -fno-common

Added:
  head/ftp/vsftpd-ext/files/patch-charconv.h   (contents, props changed)
Modified:
  head/ftp/vsftpd-ext/Makefile

Modified: head/ftp/vsftpd-ext/Makefile
==============================================================================
--- head/ftp/vsftpd-ext/Makefile	Mon Oct  5 09:01:36 2020	(r551482)
+++ head/ftp/vsftpd-ext/Makefile	Mon Oct  5 10:55:53 2020	(r551483)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vsftpd-ext
 PORTVERSION=	${UPSTREAMVERSION}.${EXTVERSION}
+PORTREVISION=	1
 CATEGORIES=	ftp
 MASTER_SITES=	http://vsftpd.devnet.ru/files/${UPSTREAMVERSION}/ext.${EXTVERSION}/
 PKGNAMESUFFIX?=	${SSL_SUFFIX}${PKGNAMESUFFIX2}

Added: head/ftp/vsftpd-ext/files/patch-charconv.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/vsftpd-ext/files/patch-charconv.h	Mon Oct  5 10:55:53 2020	(r551483)
@@ -0,0 +1,12 @@
+--- charconv.h.orig	2012-03-27 21:15:01 UTC
++++ charconv.h
+@@ -134,7 +134,8 @@ struct codepage_map
+ {
+   unsigned int char_code; // The first element is count bytes of char.
+   unsigned int order;
+-} _codepage_map;
++};
++extern struct codepage_map _codepage_map;
+ 
+ typedef struct codepage_map * map_ptr;
+ 


More information about the svn-ports-all mailing list