| Summary: | security/clamtk: post-patch in Makefile breaks usage of crontab and which command | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Lars Herschke <lhersch> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Many People | Flags: | amdmi3:
maintainer-feedback-
|
||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Maintainer timeout A commit references this bug: Author: amdmi3 Date: Mon Dec 26 11:30:05 UTC 2016 New revision: 429492 URL: https://svnweb.freebsd.org/changeset/ports/429492 Log: - Don't replace /usr/bin with ${LOCALBASE}/bin as it does need /usr/bin (to search for crontab) and still does fall back to search in /usr/local (for clamav binaries) - Ensure that /usr/local is raplaced with ${LOCALBASE} - Switch to options helpers PR: 205952 Submitted by: lhersch@dssgmbh.de Approved by: maintainer timeout (tj, almost a year) Changes: head/security/clamtk/Makefile A commit references this bug: Author: amdmi3 Date: Mon Dec 26 11:30:35 UTC 2016 New revision: 429493 URL: https://svnweb.freebsd.org/changeset/ports/429493 Log: - Bump revision for previous change PR: 205952 Changes: head/security/clamtk/Makefile |
Created attachment 165152 [details] patch The replacement from /usr/bin to /usr/local/bin in the post-patch section in the makefile is unnecessary and avoid the usage of crontab and which command in the perl modules Device.pm and GUI.pm