Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2020 10:55:53 +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: r551483 - in head/ftp/vsftpd-ext: . files
Message-ID:  <202010051055.095AtrOe021527@repo.freebsd.org>

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



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