View | Details | Raw Unified | Return to bug 146657
Collapse All | Expand All

(-)Makefile (-1 / +6 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
DISTVERSION?=	8.4.3
9
DISTVERSION?=	8.4.3
10
PORTREVISION?=	1
10
PORTREVISION?=	2
11
CATEGORIES?=	databases
11
CATEGORIES?=	databases
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
13
MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
13
MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
Lines 91-96 Link Here
91
OPTIONS+=	XML "Build with XML data type (server)" on
91
OPTIONS+=	XML "Build with XML data type (server)" on
92
OPTIONS+=	TZDATA "Use internal timezone database (server)" on
92
OPTIONS+=	TZDATA "Use internal timezone database (server)" on
93
OPTIONS+=	DEBUG "Builds with debugging symbols" off
93
OPTIONS+=	DEBUG "Builds with debugging symbols" off
94
OPTIONS+=	GSSAPI "BUild with GSSAPI support" on
94
95
95
# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
96
# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
96
OPTIONS+=	ICU	"Use ICU 3.x for unicode collation (server)" off
97
OPTIONS+=	ICU	"Use ICU 3.x for unicode collation (server)" off
Lines 164-169 Link Here
164
INSTALL_TARGET=	install-strip
165
INSTALL_TARGET=	install-strip
165
.  endif
166
.  endif
166
167
168
.if (${OSVERSION} >= 700000) && !defined(WITHOUT_GSSAPI)
169
CONFIGURE_ARGS+=--with-gssapi
170
.endif
171
167
.  if defined(WITH_MIT_KRB5)
172
.  if defined(WITH_MIT_KRB5)
168
.    if exists(/usr/lib/libkrb5.so) || exists(/usr/bin/krb5-config)
173
.    if exists(/usr/lib/libkrb5.so) || exists(/usr/bin/krb5-config)
169
BROKEN=		"You must remove heimdal's /usr/bin/krb5-config and /usr/lib/libkrb5.so*, and set NO_KERBEROS=true in /etc/make.conf to build successfully with MIT-KRB"
174
BROKEN=		"You must remove heimdal's /usr/bin/krb5-config and /usr/lib/libkrb5.so*, and set NO_KERBEROS=true in /etc/make.conf to build successfully with MIT-KRB"

Return to bug 146657