Page MenuHomeFreeBSD

www/nginx: some style fix; Makefile cleanup
ClosedPublic

Authored by joneum on Nov 2 2017, 5:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 13 2024, 9:06 PM
Unknown Object (File)
Dec 22 2023, 10:52 PM
Unknown Object (File)
Dec 21 2023, 10:02 PM
Unknown Object (File)
Nov 13 2023, 6:45 PM
Unknown Object (File)
Nov 6 2023, 5:07 AM
Unknown Object (File)
Nov 5 2023, 1:35 PM
Unknown Object (File)
Oct 10 2023, 8:56 PM
Unknown Object (File)
Oct 5 2023, 3:50 AM
Subscribers

Details

Summary

Do the port clean-up:

-replace '!empty(PORT_OPTIONS:M...)' with '${PORT_OPTIONS:M...}';
-http_accesskey was removed in r439844, cleanup it.

PR: 222337
Reported by: m1cro <rum1cro@yandex.ru>

Approved by: xxx (mentor)
#Differential Revision: https://reviews.freebsd.org/Dxxxxx

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 12403
Build 12679: arc lint + arc unit

Event Timeline

Can't you use

MDSO_CONFIGURE_ON+=[...]
MDSO_CONFIGURE_OFF+=[...]

^ that should obviously be DSO ^^ .. sorry, I see myself to bed.

mfg Tobias

This comment was removed by tcberner.

Can't you use

MDSO_CONFIGURE_ON+=[...]
MDSO_CONFIGURE_OFF+=[...]

mfg Tobias

www/nginx-devel has been updated with it. That should be the same if nginx on version 1.13. replaced. Therefore, I would like to have it like this. Thank you

Here is the link: https://svnweb.freebsd.org/ports?view=revision&revision=450471

The ports should stay the same. I therefore ask for release. Thank you.

Please double check the inline comment. If there is nothing there. Go ahead.

www/nginx/Makefile
1206

does this apply to 1.12 too or was this removed by mistake?

This revision is now accepted and ready to land.Nov 2 2017, 9:33 PM
www/nginx/Makefile
1206

http_accesskey was removed in r439844

This revision was automatically updated to reflect the committed changes.