FreeBSD Bugzilla – Attachment 187153 Details for
Bug 222994
Check for qt depends in LOCALBASE, not PREFIX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
qt LOCALBASE
qt.patch (text/plain), 905 bytes, created by
Adam Weinberger
on 2017-10-13 23:35:50 UTC
(
hide
)
Description:
qt LOCALBASE
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2017-10-13 23:35:50 UTC
Size:
905 bytes
patch
obsolete
>Index: bsd.qt.mk >=================================================================== >--- bsd.qt.mk (revision 452034) >+++ bsd.qt.mk (working copy) >@@ -274,7 +274,7 @@ > .for dir in BIN INC LIB ARCH PLUGIN LIBEXEC IMPORT \ > QML DATA DOC L10N ETC EXAMPLE TEST MKSPEC \ > CMAKE QTCHOOSER >-QT_${dir}DIR= ${PREFIX}/${QT_${dir}DIR_REL} >+QT_${dir}DIR= ${LOCALBASE}/${QT_${dir}DIR_REL} > # Export all directories to the plist substituion for QT_DIST ports. > # For the others, exclude QT_CMAKEDIR and QT_ETCDIR. > . if (${dir:NCMAKE} && ${dir:NETC}) || defined(QT_DIST) >@@ -333,7 +333,7 @@ > assistant_PATH= ${QT_BINDIR}/assistant > > assistant-adp_PORT= devel/${_QT_RELNAME}-assistant-adp >-assistant-adp_PATH= ${PREFIX}/bin/assistant_adp >+assistant-adp_PATH= ${LOCALBASE}/bin/assistant_adp > > assistantclient_PORT= devel/${_QT_RELNAME}-libqtassistantclient > assistantclient_LIB= libQt${_QT_LIBVER}AssistantClient.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222994
:
187153
|
187157
|
187170
|
187195