Bug 211943

Summary: sysutils/freefilesync: fix BROKEN for < 10.3
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Kevin Lo <kevlo>
Status: Closed FIXED    
Severity: Affects Many People Flags: bugzilla: maintainer-feedback? (kevlo)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch none

Description Dmitry Marakasov freebsd_committer freebsd_triage 2016-08-17 13:04:35 UTC
Created attachment 173784 [details]
Patch

As you may have seen from pkg-fallout emails, freefilesync is broken on 10.x < 10.3. The patch that was supposed to fix it is not (no longer) correct, as there's no (longer) such thing as ErrorLinuxFallbackToUtimes. Remove the patch and fix the BROKEN condition.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-08-18 01:01:12 UTC
A commit references this bug:

Author: kevlo
Date: Thu Aug 18 01:00:51 UTC 2016
New revision: 420377
URL: https://svnweb.freebsd.org/changeset/ports/420377

Log:
  Fix BROKEN for < 10.3.  While here drop maintainership.

  PR:	211943
  Submitted by:	amdmi3

Changes:
  head/sysutils/freefilesync/Makefile
  head/sysutils/freefilesync/files/patch-zen_file__access.cpp
Comment 2 Kevin Lo freebsd_committer freebsd_triage 2016-08-18 01:02:11 UTC
Committed, thanks.