Bug 240264

Summary: ftp/pure-ftpd: 1.0.49 configure: WARNING: unrecognized options: --with-rfc2640 (with UTF8=ON)
Product: Ports & Packages Reporter: linus.sundqvist
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Some People CC: chris
Priority: --- Keywords: needs-qa, regression
Version: LatestFlags: bugzilla: maintainer-feedback? (sunpoet)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
poudriere build log none

Description linus.sundqvist 2019-09-02 07:55:48 UTC
Created attachment 207087 [details]
poudriere build log

When building latest pure-ftpd version I get the following message:

configure: WARNING: unrecognized options: --with-rfc2640

The package builds fine, but when trying to start the service with "FileSystemCharset utf-8" set in pure-ftpd.conf it doesn't start:

/usr/local/etc/pure-ftpd.conf:31:1: property not found line 31: [FileSystemCharset utf-8].
421 Configuration error
/usr/local/etc/rc.d/pure-ftpd: WARNING: failed to start pureftpd

Attaching log from poudriere build.

--with-rfc2640 seemed to work fine with version 1.0.47_1.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-09-02 22:45:12 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Sep  2 22:44:40 UTC 2019
New revision: 510880
URL: https://svnweb.freebsd.org/changeset/ports/510880

Log:
  Remove UTF-8 option and iconv stuff

  - Bump PORTREVISION for package change

  RFC 2640 support has been removed from free version since 1.0.48.

  PR:		240264
  Reported by:	Linus Sundqvist <linus.sundqvist@loopia.se>

Changes:
  head/ftp/pure-ftpd/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-09-02 22:46:13 UTC
Committed. Thanks!