Bug 234763

Summary: ports-mgmt/pkg_rmleaves: unchanged line format
Product: Ports & Packages Reporter: Lapo Luchini <lapo>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: alexander, pi
Priority: --- Flags: alexander: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   

Description Lapo Luchini 2019-01-08 18:23:59 UTC
I think it happened during 11.2-RELEASE → 12.0-RELEASE, but now after removing a package it gives:

% sudo pkg_rmleaves
diff: unrecognized option `--unchanged-line-format='
Comment 1 alexander 2019-01-08 19:53:49 UTC
Ha, so there are still some people using this port :)
This seems to be due to the switch from GNU diff to BSD diff in FBSD 12. I changed the code to use the comm utility instead. See bug #234769 with the port update.
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2019-01-09 20:41:23 UTC
Fixed by r489827
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-01-09 20:41:52 UTC
A commit references this bug:

Author: pi
Date: Wed Jan  9 20:41:05 UTC 2019
New revision: 489827
URL: https://svnweb.freebsd.org/changeset/ports/489827

Log:
  ports-mgmt/pkg_rmleaves: update 20140222 -> 20190108 to support FBSD 12

  - switch from GNU diff to BSD diff needs to be handled

  PR:		234769, 234763
  Reported by:	Lapo Luchini <lapo@lapo.it>
  Submitted by:	alexander@wittig.name (maintainer)

Changes:
  head/ports-mgmt/pkg_rmleaves/Makefile
  head/ports-mgmt/pkg_rmleaves/distinfo
  head/ports-mgmt/pkg_rmleaves/pkg-descr