FreeBSD Bugzilla – Attachment 238144 Details for
Bug 267814
security/heimdal: 7.8.0 fails to build in Poudriere, missing Python dep, other issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Do not depend on Python
heimdal.diff (text/plain), 779 bytes, created by
Jung-uk Kim
on 2022-11-17 19:18:44 UTC
(
hide
)
Description:
Do not depend on Python
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2022-11-17 19:18:44 UTC
Size:
779 bytes
patch
obsolete
>diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile >index 14956859a0b2..c80f3b120cb2 100644 >--- a/security/heimdal/Makefile >+++ b/security/heimdal/Makefile >@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > CONFLICTS= krb5 krb5-* > > USES= cpe gettext-runtime gssapi:bootstrap,heimdal libtool pathfix \ >- pkgconfig python readline makeinfo ssl >+ pkgconfig readline makeinfo ssl > CPE_VENDOR= ${PORTNAME}_project > USE_LDCONFIG= ${GSSAPILIBDIR} > >@@ -31,6 +31,7 @@ CONFIGURE_ENV= ac_cv_header_fnmatch_h=yes \ > ac_cv_header_db5_db_h=no \ > ac_cv_header_db6_db_h=no \ > ac_cv_prog_COMPILE_ET=${WRKSRC}/lib/com_err/compile_et >+CONFIGURE_ENV+= PYTHON=true > CONFIGURE_ARGS= --with-berkeley-db \ > --with-libintl \ > --with-libintl-include="${LOCALBASE}/include" \
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 267814
:
238122
|
238123
|
238132
|
238144
|
238145
|
238147
|
238150