svn commit: r460386 - in head/databases: postgresql10-server postgresql92-server

Mathieu Arnold mat at FreeBSD.org
Tue Jan 30 13:45:51 UTC 2018


Author: mat
Date: Tue Jan 30 13:45:50 2018
New Revision: 460386
URL: https://svnweb.freebsd.org/changeset/ports/460386

Log:
  Fix ICU depend for postgresql10-server.
  
  PR:		225049
  Submitted by:	mat
  Approved by:	maintainer timeout
  Sponsored by:	Absolight

Modified:
  head/databases/postgresql10-server/Makefile   (contents, props changed)
  head/databases/postgresql92-server/Makefile   (contents, props changed)

Modified: head/databases/postgresql10-server/Makefile
==============================================================================
--- head/databases/postgresql10-server/Makefile	Tue Jan 30 13:44:44 2018	(r460385)
+++ head/databases/postgresql10-server/Makefile	Tue Jan 30 13:45:50 2018	(r460386)
@@ -22,10 +22,4 @@ PG_USER?=	postgres
 PG_GROUP?=	postgres
 PG_UID?=	770
 
-.if defined(SERVER_ONLY)
-CONFIGURE_ARGS+=--with-icu
-LIB_DEPENDS+=	libicudata.so:devel/icu
-USES+=		pkgconfig
-.endif
-
 .include "${.CURDIR}/../postgresql92-server/Makefile"

Modified: head/databases/postgresql92-server/Makefile
==============================================================================
--- head/databases/postgresql92-server/Makefile	Tue Jan 30 13:44:44 2018	(r460385)
+++ head/databases/postgresql92-server/Makefile	Tue Jan 30 13:45:50 2018	(r460386)
@@ -88,6 +88,10 @@ XML_DESC=	Build with XML data type
 # See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
 OPTIONS_DEFINE+=	ICU
 ICU_DESC=	Use ICU for unicode collation
+.else
+CONFIGURE_ARGS+=--with-icu
+LIB_DEPENDS+=	libicudata.so:devel/icu
+USES+=		pkgconfig
 .endif
 
 # See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info


More information about the svn-ports-all mailing list