FreeBSD Bugzilla – Attachment 234525 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
databases_db18.diff (text/plain), 656 bytes, created by
Toshimichi Masubuchi
on 2022-06-07 15:12:36 UTC
(
hide
)
Description:
[PATCH] Reflect the value of the DEFAULT_VERSIONS=ssl parameter
Filename:
MIME Type:
Creator:
Toshimichi Masubuchi
Created:
2022-06-07 15:12:36 UTC
Size:
656 bytes
patch
obsolete
>--- Makefile.orig 2021-09-28 14:59:37.993885000 +0900 >+++ Makefile 2022-06-03 02:36:01.105801000 +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?= >@@ -57,6 +58,9 @@ > JAVA_CONFIGURE_ENABLE= java > JAVA_CPPFLAGS= -I"${JAVA_HOME}/include" > JAVA_CONFIGURE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" >+OPENSSL_CFLAGS= -I${OPENSSLINC} >+OPENSSL_CPPFLAGS= -I${OPENSSLINC} >+OPENSSL_LDFLAGS= -L${OPENSSLLIB} > TCL_CONFIGURE_ENABLE= tcl > TCL_USES= tcl > TCL_CONFIGURE_WITH= tcl=${TCL_LIBDIR}
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