Bug 257256 - textproc/highlight does not find qmake when GUI-option is enabled
Summary: textproc/highlight does not find qmake when GUI-option is enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Koop Mast
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-18 19:29 UTC by Mikhail Teterin
Modified: 2021-07-19 06:43 UTC (History)
1 user (show)

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


Attachments
Add ${QMAKE} to the ${MAKE_ENV}, when GUI-option is enabled (425 bytes, patch)
2021-07-18 19:29 UTC, Mikhail Teterin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Teterin freebsd_committer freebsd_triage 2021-07-18 19:29:40 UTC
Created attachment 226536 [details]
Add ${QMAKE} to the ${MAKE_ENV}, when GUI-option is enabled

The ${PREFIX}/qt5/bin is not necessarily part of the PATH. To make the port build reliably, the attached patch is needed.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-07-19 06:35:09 UTC
A commit in branch main references this bug:

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

commit a5fca2e00de07e12d7c6e1bf124889dfe3acb150
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-07-19 06:33:34 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-07-19 06:33:43 +0000

    textproc/highlight: unbreak the build with GUI option enabled.

    PR:     257256

 textproc/highlight/Makefile | 1 +
 1 file changed, 1 insertion(+)