Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 12647 Build 12918: arc lint + arc unit
Event Timeline
security/botan2/Makefile | ||
---|---|---|
8 | PORTNAME=Botan and not setting this should work |
security/botan2/Makefile | ||
---|---|---|
8 |
It would work, but IMO there's no point in making the port name capitalized. I would tend to make PORTNAME capitalized when it has a special case of capitalization, like qTox, arXive, etc, not just routine one (when only the first letter is capitalized). |
security/botan2/files/patch-src_lib_prov_openssl_openssl__rsa.cpp | ||
---|---|---|
7 | ^ this could be upstreamed |
security/botan2/files/patch-src_lib_prov_openssl_openssl__rsa.cpp | ||
---|---|---|
7 |
security/botan2/Makefile | ||
---|---|---|
8 | On one hand, the previous (1.X) version uses 'botan': security/botan110 | |
security/botan2/files/patch-src_lib_prov_openssl_openssl__rsa.cpp | ||
7 | Thanks! |
head/security/botan2/Makefile | ||
---|---|---|
41 ↗ | (On Diff #35115) | This is bogus, obviously, but I wonder what it does, exactly. I think it will generate an empty BROKEN_SSL variable, and maybe an openssl-devel variable containing openssl-devel. It should be written as: SSL_VARS= BROKEN_SSL=openssl-devel But, as BROKEN_SSL does not do anything unless you USES=ssl, simply write: BROKEN_SSL= openssl-devel |