Bug 255586 - print/hplip[-plugin]: update to 3.21.10
Summary: print/hplip[-plugin]: update to 3.21.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tijl Coosemans
URL: https://developers.hp.com/hp-linux-im...
Keywords:
Depends on:
Blocks: 257512
  Show dependency treegraph
 
Reported: 2021-05-04 08:28 UTC by Oleg Sidorkin
Modified: 2022-03-14 05:55 UTC (History)
6 users (show)

See Also:
osidorkin: maintainer-feedback? (tijl)


Attachments
patch to update print/hplip to 3.21.2 (14.82 KB, patch)
2021-05-04 08:28 UTC, Oleg Sidorkin
no flags Details | Diff
Patch to update print/hplip and print/hplip-plugin from 3.20.6 to 3.21.10 (26.33 KB, patch)
2021-12-16 11:35 UTC, Oleg Sidorkin
osidorkin: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Sidorkin 2021-05-04 08:28:59 UTC
Created attachment 224654 [details]
patch to update print/hplip to 3.21.2
Comment 1 Oleg Sidorkin 2021-12-16 11:35:54 UTC
Created attachment 230171 [details]
Patch to update print/hplip and print/hplip-plugin from 3.20.6 to 3.21.10

Also change Makefile to support python 3.10
Comment 2 frank.ebert 2022-02-25 12:56:44 UTC
*push*
please update hplip
Comment 3 Charlie Li freebsd_committer freebsd_triage 2022-03-03 15:17:01 UTC
Upstream release is now 3.22.2.
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-03-11 14:52:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=982e968ef61a94e0de75d733e9036e5c60afca34

commit 982e968ef61a94e0de75d733e9036e5c60afca34
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2021-08-25 13:29:51 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2022-03-11 14:49:48 +0000

    print/hplip(-plugin): update to 3.22.2

    - Convert post-patch to real patches because they are easier to
      maintain.
    - Fix a NULL dereference in the scanner backend when D-Bus isn't
      running.
    - Depend on sysutils/py-distro to make hp-toolbox (Device Manager) work
      again.
    - Upstream switched to Avahi for mDNS support.  Rename the SNMP option
      to NETWORK because it's not just SNMP now.
    - Don't install some programs related to uninstalling and upgrading of
      HPLIP and the installation of firmware plugins because they circumvent
      the package system.
    - Install icons in share/icons so desktops can choose an appropriate
      resolution.

    Portions taken from a patch by Oleg Sidorkin <osidorkin@gmail.com>.

    PR:             255586, 257034, 257512

 print/hplip-plugin/Makefile                        |   2 +-
 print/hplip-plugin/distinfo                        |   6 +-
 print/hplip/Makefile                               | 110 ++++++++---------
 print/hplip/distinfo                               |   6 +-
 print/hplip/files/patch-FindPPD.cpp (new)          |  11 ++
 print/hplip/files/patch-Makefile.in                | 137 +++++++++++----------
 print/hplip/files/patch-base_g.py (new)            |  29 +++++
 print/hplip/files/patch-base_os__utils.py (new)    |  11 ++
 print/hplip/files/patch-base_queues.py (new)       |  11 ++
 print/hplip/files/patch-base_utils.py (new)        |  17 +++
 print/hplip/files/patch-base_validation.py (new)   |  11 ++
 print/hplip/files/patch-check.py (new)             |  35 ++++++
 print/hplip/files/patch-common_utils.c (new)       |  11 ++
 print/hplip/files/patch-configure (new)            |  70 +++++++++++
 print/hplip/files/patch-doc_index.html (new)       |  11 ++
 .../files/patch-doc_troubleshooting.html (new)     |  46 +++++++
 print/hplip/files/patch-fax_backend_hpfax.py (new) |  29 +++++
 print/hplip/files/patch-fax_filters_pstotiff (new) |  15 +++
 print/hplip/files/patch-hp-uiscan.desktop.in (new) |  14 +++
 print/hplip/files/patch-hpdio.py (new)             |  11 ++
 .../files/patch-hplip-systray.desktop.in (new)     |  13 ++
 print/hplip/files/patch-hplip.desktop.in (new)     |  13 ++
 .../files/patch-installer_core__install.py (new)   |  11 ++
 print/hplip/files/patch-installer_dcheck.py        |   4 +-
 .../files/patch-installer_pluginhandler.py (new)   |  56 +++++++++
 print/hplip/files/patch-io_hpmud_musb.c            |   6 +-
 print/hplip/files/patch-logcapture.py (new)        |  31 +++++
 print/hplip/files/patch-prnt_backend_hp.c (new)    |  11 ++
 print/hplip/files/patch-prnt_cups.py (new)         |  88 +++++++++++++
 print/hplip/files/patch-prnt_filters_hpps (new)    |  20 +++
 .../files/patch-prnt_hpcups_CommonDefinitions.h    |   2 +-
 .../hplip/files/patch-prnt_hpcups_ErnieFilter.cpp  |   2 +-
 .../hplip/files/patch-prnt_hpcups_HPCupsFilter.cpp |  74 +++--------
 .../patch-prnt_hpcups_SystemServices.cpp (new)     |  11 ++
 .../files/patch-prnt_hpcups_genJPEGStrips.cpp      |   2 +-
 .../files/patch-prnt_hpijs_hpcupsfax.cpp (new)     |  20 +++
 print/hplip/files/patch-prnt_hpps_hppsfilter.c     |  13 +-
 .../files/patch-protocol_discovery_mdns.c (gone)   |  86 -------------
 .../patch-scan_sane_OrbliteScan_BSDCommon.h (gone) |  63 ----------
 ...patch-scan_sane_OrbliteScan_LinuxCommon.h (new) |  13 ++
 .../files/patch-scan_sane_OrbliteScan_MacCommon.h  |  19 ++-
 print/hplip/files/patch-scan_sane_hpaio.c          |  24 ++--
 print/hplip/files/patch-scan_sane_io.c (new)       |  14 +++
 print/hplip/files/patch-scan_sane_orblite.c        |   2 +-
 print/hplip/files/patch-ui5_devmgr5.py (new)       |  11 ++
 print/hplip/files/patch-ui5_scandialog.py (new)    |  23 ++++
 print/hplip/pkg-descr                              |  11 +-
 print/hplip/pkg-plist                              |  74 ++++++++---
 48 files changed, 910 insertions(+), 400 deletions(-)
Comment 5 Oleg Sidorkin 2022-03-11 15:32:17 UTC
(In reply to commit-hook from comment #4)
Wow! Thanks!