Bug 211943 - sysutils/freefilesync: fix BROKEN for < 10.3
Summary: sysutils/freefilesync: fix BROKEN for < 10.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Kevin Lo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-17 13:04 UTC by Dmitry Marakasov
Modified: 2016-08-18 01:02 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (kevlo)


Attachments
Patch (2.17 KB, patch)
2016-08-17 13:04 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.