FreeBSD Bugzilla – Attachment 255525 Details for
Bug 277954
net/openldap26-server: portmaster: build failure: invalid option -- D
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix portmaster issue (2nd)
0001-portmaster-issue-fix.patch (text/plain), 1.39 KB, created by
O. Hartmann
on 2024-11-29 08:57:45 UTC
(
hide
)
Description:
Fix portmaster issue (2nd)
Filename:
MIME Type:
Creator:
O. Hartmann
Created:
2024-11-29 08:57:45 UTC
Size:
1.39 KB
patch
obsolete
>From 96cc0ab897a8d09bd332354172efd6c80cef3416 Mon Sep 17 00:00:00 2001 >From: "O. Hartmann" <ohartmann@walstatt.org> >Date: Fri, 29 Nov 2024 09:51:41 +0059 >Subject: [PATCH] portmaster-issue-fix > >--- > net/openldap26-server/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/net/openldap26-server/Makefile b/net/openldap26-server/Makefile >index 3981c53e90ab..8b6150ad4479 100644 >--- a/net/openldap26-server/Makefile >+++ b/net/openldap26-server/Makefile >@@ -404,13 +404,13 @@ pre-configure: > > .if !defined(CLIENT_ONLY) > test: build >- @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \ >+ @(cd ${BUILD_WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} \ > ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test) > > post-build: > .for module in ${CONTRIB_MODULES} > @(cd ${BUILD_WRKSRC}/contrib/${module} && \ >- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ >+ ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ > ${MAKE_ARGS} prefix="${PREFIX}" all) > .endfor > .endif >@@ -438,7 +438,7 @@ post-install: > ${MKDIR} ${STAGEDIR}${LDAP_RUN_DIR} > .for module in ${CONTRIB_MODULES} > (cd ${WRKSRC}/contrib/${module} && \ >- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ >+ ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ > ${MAKE_ARGS} prefix="${PREFIX}" install) > .endfor > .for cleanfile in ${CONTRIB_CLEANFILES} >-- >2.47.1 >
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
Flags:
ohartmann
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 277954
:
249480
| 255525