Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| security/botan2/Makefile | ||
|---|---|---|
| 8 ↗ | (On Diff #35092) | PORTNAME=Botan and not setting this should work |
| security/botan2/Makefile | ||
|---|---|---|
| 8 ↗ | (On Diff #35092) |
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 ↗ | (On Diff #35092) | ^ this could be upstreamed |
| security/botan2/files/patch-src_lib_prov_openssl_openssl__rsa.cpp | ||
|---|---|---|
| 7 ↗ | (On Diff #35092) | |
| security/botan2/Makefile | ||
|---|---|---|
| 8 ↗ | (On Diff #35092) | On one hand, the previous (1.X) version uses 'botan': security/botan110 |
| security/botan2/files/patch-src_lib_prov_openssl_openssl__rsa.cpp | ||
| 7 ↗ | (On Diff #35092) | Thanks! |
| head/security/botan2/Makefile | ||
|---|---|---|
| 41 | 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 | |