Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME?= postgresql |
8 |
PORTNAME?= postgresql |
9 |
PORTVERSION?= 8.2.21 |
9 |
PORTVERSION?= 8.2.22 |
10 |
CATEGORIES?= databases |
10 |
CATEGORIES?= databases |
11 |
MASTER_SITES= ${MASTER_SITE_PGSQL} |
11 |
MASTER_SITES= ${MASTER_SITE_PGSQL} |
12 |
MASTER_SITE_SUBDIR= source/v${PORTVERSION} |
12 |
MASTER_SITE_SUBDIR= source/v${PORTVERSION} |
Lines 66-83
Link Here
|
66 |
OPTIONS= NLS "Use internationalized messages" on |
66 |
OPTIONS= NLS "Use internationalized messages" on |
67 |
.endif |
67 |
.endif |
68 |
|
68 |
|
69 |
# Cannot check this with standard OPTION due to a catch-22. |
|
|
70 |
# USE_OPENSSL must precede bsd.port.pre.mk, but then we don't know |
71 |
# what OPTIONS are set. |
72 |
# |
73 |
# If you *don't* want SSL, set WITHOUT_SSL=YES when making |
74 |
.if !defined(WITHOUT_SSL) |
75 |
USE_OPENSSL= yes |
76 |
CONFIGURE_ARGS+=--with-openssl |
77 |
.endif |
78 |
|
79 |
.include <bsd.port.pre.mk> |
80 |
|
81 |
.if !defined(SLAVE_ONLY) |
69 |
.if !defined(SLAVE_ONLY) |
82 |
OPTIONS+= PAM "Build with PAM support (server only)" off |
70 |
OPTIONS+= PAM "Build with PAM support (server only)" off |
83 |
OPTIONS+= LDAP "Build with LDAP authentication support" off |
71 |
OPTIONS+= LDAP "Build with LDAP authentication support" off |
Lines 94-100
Link Here
|
94 |
# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info |
82 |
# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info |
95 |
# (requires dump/restore if modified.) |
83 |
# (requires dump/restore if modified.) |
96 |
OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off |
84 |
OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off |
|
|
85 |
OPTIONS+= SSL "Build with OpenSSL support" on |
86 |
.endif # !SLAVE_ONLY |
87 |
|
88 |
.include <bsd.port.options.mk> |
97 |
|
89 |
|
|
|
90 |
.if !defined(WITHOUT_SSL) |
91 |
USE_OPENSSL= yes |
92 |
CONFIGURE_ARGS+=--with-openssl |
93 |
.endif |
94 |
|
95 |
# .if !defined(SLAVE_ONLY) |
98 |
# . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) |
96 |
# . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) |
99 |
# USE_AUTOTOOLS= autoconf |
97 |
# USE_AUTOTOOLS= autoconf |
100 |
# CONFIGURE_ARGS+=--with-icu |
98 |
# CONFIGURE_ARGS+=--with-icu |
Lines 102-108
Link Here
|
102 |
# PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu |
100 |
# PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu |
103 |
# PATCHFILES+= pg-814-icu-xx-2006-09-25.diff.gz:icu |
101 |
# PATCHFILES+= pg-814-icu-xx-2006-09-25.diff.gz:icu |
104 |
# . endif |
102 |
# . endif |
|
|
103 |
# .endif # !SLAVE_ONLY |
104 |
|
105 |
.include <bsd.port.pre.mk> |
105 |
|
106 |
|
|
|
107 |
.if !defined(SLAVE_ONLY) |
106 |
PATCH_DIST_STRIP=-p1 |
108 |
PATCH_DIST_STRIP=-p1 |
107 |
|
109 |
|
108 |
. if defined(WITH_PAM) |
110 |
. if defined(WITH_PAM) |