| Summary: | devel/libftdi1: modernize and cleanup | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | Keywords: | buildisok | ||||
| Priority: | --- | Flags: | amdmi3:
maintainer-feedback-
|
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/252301735 A commit references this bug: Author: amdmi3 Date: Mon Feb 8 16:35:31 UTC 2021 New revision: 564721 URL: https://svnweb.freebsd.org/changeset/ports/564721 Log: - Update MASTER_SITES to https - Switch to options helpers, CMAKE_BOOL, PORTEXAMPLES - Install examples into designated EXAMPLESDIR, instead of bin/ - Fix inability to enable PYTHON and DOCS at the same time PR: 252922 Submitted by: amdmi3 Approved by: maintainer timeout (bsam, 2 weeks) Changes: head/devel/libftdi1/Makefile head/devel/libftdi1/pkg-plist |
Created attachment 221817 [details] Patch - Update MASTER_SITES to https - Switch to options helpers, CMAKE_BOOL, PORTEXAMPLES - Install examples into designated EXAMPLESDIR, instead of bin/ - Fix inability to build python support along with docs (you don't need to enable DOCUMENTATION cmake option - as it enables doxygen docs which are not installed anyway)