FreeBSD Bugzilla – Attachment 200660 Details for
Bug 234530
net/kea: libkea-pgsql.so.0 not installed when PGSQL selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-for-pqsql-mysql
kea.diff (text/plain), 2.27 KB, created by
Kurt Jaeger
on 2018-12-31 15:05:41 UTC
(
hide
)
Description:
patch-for-pqsql-mysql
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2018-12-31 15:05:41 UTC
Size:
2.27 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 488760) >+++ Makefile (working copy) >@@ -27,7 +27,7 @@ > CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} > .endif > >-USES= autoreconf compiler:c++11-lang libtool pathfix ssl cpe >+USES= autoreconf compiler:c++11-lang iconv libtool pathfix ssl cpe > USE_LDCONFIG= yes > USE_RC_SUBR= ${PORTNAME} > GNU_CONFIGURE= yes >@@ -45,6 +45,7 @@ > examples > > OPTIONS_DEFINE= DOCS MYSQL PGSQL >+OPTIONS_SUB= yes > DOCS_MAKE_ARGS_OFF= \ > INSTALL_STRIP_PROGRAM="${WRKSRC}/install-sh -c -s" \ > INSTALL_STRIP_FLAG="-s" \ >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 488760) >+++ pkg-plist (working copy) >@@ -157,6 +157,8 @@ > include/kea/dhcpsrv/lease_mgr_factory.h > include/kea/dhcpsrv/memfile_lease_mgr.h > include/kea/dhcpsrv/memfile_lease_storage.h >+%%MYSQL%%include/kea/dhcpsrv/mysql_host_data_source.h >+%%MYSQL%%include/kea/dhcpsrv/mysql_lease_mgr.h > include/kea/dhcpsrv/ncr_generator.h > include/kea/dhcpsrv/network.h > include/kea/dhcpsrv/network_state.h >@@ -175,6 +177,8 @@ > include/kea/dhcpsrv/parsers/simple_parser4.h > include/kea/dhcpsrv/parsers/simple_parser6.h > include/kea/dhcpsrv/pool.h >+%%PGSQL%%include/kea/dhcpsrv/pgsql_host_data_source.h >+%%PGSQL%%include/kea/dhcpsrv/pgsql_lease_mgr.h > include/kea/dhcpsrv/sanity_checker.h > include/kea/dhcpsrv/shared_network.h > include/kea/dhcpsrv/srv_config.h >@@ -293,6 +297,11 @@ > include/kea/log/message_reader.h > include/kea/log/message_types.h > include/kea/log/output_option.h >+%%MYSQL%%include/kea/mysql/mysql_binding.h >+%%MYSQL%%include/kea/mysql/mysql_connection.h >+%%MYSQL%%include/kea/mysql/mysql_constants.h >+%%PGSQL%%include/kea/pgsql/pgsql_connection.h >+%%PGSQL%%include/kea/pgsql/pgsql_exchange.h > include/kea/process/config_base.h > include/kea/process/config_ctl_info.h > include/kea/process/config_ctl_parser.h >@@ -413,6 +422,14 @@ > lib/libkea-log.so > lib/libkea-log.so.3 > lib/libkea-log.so.3.0.1 >+%%MYSQL%%lib/libkea-mysql.a >+%%MYSQL%%lib/libkea-mysql.so >+%%MYSQL%%lib/libkea-mysql.so.0 >+%%MYSQL%%lib/libkea-mysql.so.0.0.1 >+%%PGSQL%%lib/libkea-pgsql.a >+%%PGSQL%%lib/libkea-pgsql.so >+%%PGSQL%%lib/libkea-pgsql.so.0 >+%%PGSQL%%lib/libkea-pgsql.so.0.0.0 > lib/libkea-process.a > lib/libkea-process.so > lib/libkea-process.so.3
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
Flags:
pi
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 234530
: 200660