databases/postgresql-server ports: Unbreak NLS
Submitted by: bapt
This commit is contained in:
parent
1ff3704eb3
commit
9051d0d101
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316740
3 changed files with 12 additions and 6 deletions
|
@ -115,8 +115,7 @@ DEBUG_DESC= Builds with debugging symbols
|
|||
INTDATE_DESC= Builds with 64-bit date/time type (server)
|
||||
SSL_DESC= Build with OpenSSL support
|
||||
|
||||
# For testing files in FILESDIR
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSSL}
|
||||
USE_OPENSSL= yes
|
||||
|
@ -305,6 +304,9 @@ SUB_LIST+= PG_GROUP=${PG_GROUP} \
|
|||
PG_USER=${PG_USER} \
|
||||
PG_UID=${PG_UID}
|
||||
|
||||
# For testing files in FILESDIR
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(NO_BUILD)
|
||||
.if !target(pre-build)
|
||||
pre-build:
|
||||
|
|
|
@ -112,8 +112,7 @@ SSL_DESC= Build with OpenSSL support
|
|||
OPTIONS_DEFAULT= NLS XML TZDATA INTDATE SSL
|
||||
.endif # !SLAVE_ONLY
|
||||
|
||||
# For testing files in FILESDIR
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSSL}
|
||||
USE_OPENSSL= yes
|
||||
|
@ -327,6 +326,9 @@ SUB_LIST+= PG_GROUP=${PG_GROUP} \
|
|||
PG_USER=${PG_USER} \
|
||||
PG_UID=${PG_UID}
|
||||
|
||||
# For testing files in FILESDIR
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(SERVER_ONLY)
|
||||
pre-build:
|
||||
@${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
|
||||
|
|
|
@ -111,8 +111,7 @@ SSL_DESC= Build with OpenSSL support
|
|||
OPTIONS_DEFAULT= NLS XML TZDATA INTDATE SSL
|
||||
.endif # !SLAVE_ONLY
|
||||
|
||||
# For testing files in FILESDIR
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSSL}
|
||||
USE_OPENSSL= yes
|
||||
|
@ -329,6 +328,9 @@ SUB_LIST+= PG_GROUP=${PG_GROUP} \
|
|||
PG_USER=${PG_USER} \
|
||||
PG_UID=${PG_UID}
|
||||
|
||||
# For testing files in FILESDIR
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(SERVER_ONLY)
|
||||
pre-build:
|
||||
@${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
|
||||
|
|
Loading…
Reference in a new issue