FreeBSD Bugzilla – Attachment 234670 Details for
Bug 264520
databases/db18: DEFAULT_VERSIONS=ssl settings are not reflected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] Reflect the value of the DEFAULT_VERSIONS=ssl parameter (r2)
databases_db18-20220614.diff (text/plain), 558 bytes, created by
Toshimichi Masubuchi
on 2022-06-14 09:04:26 UTC
(
hide
)
Description:
[PATCH] Reflect the value of the DEFAULT_VERSIONS=ssl parameter (r2)
Filename:
MIME Type:
Creator:
Toshimichi Masubuchi
Created:
2022-06-14 09:04:26 UTC
Size:
558 bytes
patch
obsolete
>--- Makefile.orig 2021-09-28 14:59:37.993885000 +0900 >+++ Makefile 2022-06-14 17:46:22.590890000 +0900 >@@ -2,6 +2,7 @@ > > PORTNAME= db18 > PORTVERSION= 18.1.40 >+PORTREVISION= 1 > CATEGORIES= databases java > MASTER_SITES= https://github.com/yasuhirokimura/${PORTNAME}/releases/download/${PORTVERSION}/ > PKGNAMEPREFIX?= >@@ -38,6 +39,8 @@ > USE_LDCONFIG= yes > PLIST_SUB= BDBMAJ=${BDBMAJ} BDBVER=${BDBVER} > MAKE_ARGS+= docdir=${DOCSDIR} >+CFLAGS+= -I${OPENSSLINC} >+LDFLAGS+= -L${OPENSSLLIB} > > OPTIONS_DEFINE= CRYPTO DEBUG L10N JAVA TCL DOCS > OPTIONS_DEFAULT=CRYPTO
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 264520
:
234525
|
234526
| 234670