FreeBSD Bugzilla – Attachment 250570 Details for
Bug 278889
databases/postgresql15-contrib: portmaster failure: invalid option -- D
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
SETENV -> SETENVI
pg.diff (text/plain), 1.45 KB, created by
Palle Girgensohn
on 2024-05-10 18:26:19 UTC
(
hide
)
Description:
SETENV -> SETENVI
Filename:
MIME Type:
Creator:
Palle Girgensohn
Created:
2024-05-10 18:26:19 UTC
Size:
1.45 KB
patch
obsolete
>diff --git a/databases/postgresql16-server/Makefile b/databases/postgresql16-server/Makefile >index 2adc5a60ec4a..c73f0d255be9 100644 >--- a/databases/postgresql16-server/Makefile >+++ b/databases/postgresql16-server/Makefile >@@ -233,9 +233,9 @@ pre-build: > .if !defined(NO_BUILD) && !target(do-build) > > do-build: >- @ cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} generated-headers >+ @ cd ${WRKSRC}/src/backend && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} generated-headers > @ for dir in ${BUILD_DIRS}; do \ >- cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ; \ >+ cd ${WRKSRC}/$${dir} && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} ; \ > done > > . if exists(${FILESDIR}/pkg-message${COMPONENT}.in) >@@ -256,7 +256,7 @@ post-patch: > do-install: > @for dir in ${INSTALL_DIRS}; do \ > cd ${WRKSRC}/$${dir} && \ >- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${INSTALL_TARGET}; \ >+ ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${INSTALL_TARGET}; \ > done > . if defined(SERVER_ONLY) > @ ${MKDIR} ${STAGEDIR}${PREFIX}/share/postgresql ;\ >@@ -265,7 +265,7 @@ do-install: > ${STAGEDIR}${PREFIX}/etc/periodic/daily > . endif # SERVER_ONLY > . if defined(CLIENT_ONLY) >- @ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-local >+ @ cd ${WRKSRC}/src && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-local > . endif > @ if [ -r ${PKGMESSAGE} ]; then \ > ${MKDIR} ${STAGEDIR}${DOCSDIR} ;\
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 278889
: 250570