summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-04-28 14:00:02 +0000
committerChris Rees <crees@FreeBSD.org>2013-04-28 14:00:02 +0000
commit7e146dbd2dc21ce5d37a760d6538a64429a044b9 (patch)
tree973e3d5220d2efd6b5b48af7c10a1b621931045e
parent- Update to 3.6.3 (diff)
databases/postgresql{84,91,92}-server: Readd bsd.port.pre.mk; it is required for checking existence of files in FILESDIR
Notes
Notes: svn path=/head/; revision=316726
-rw-r--r--databases/postgresql84-server/Makefile7
-rw-r--r--databases/postgresql91-server/Makefile5
-rw-r--r--databases/postgresql92-server/Makefile5
3 files changed, 10 insertions, 7 deletions
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index 3e6d45f1ea0a..d1367e697d72 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -108,14 +108,15 @@ OPTIONS_DEFAULT+= SSL
ICU_DESC= Use ICU for unicode collation (server)
PAM_DESC= Build with PAM support (server only)
LDAP_DESC= Build with LDAP authentication support
-MIT_KRB5_DESC= Build with MIT's kerberos support
+MIT_KRB5_DESC= Build with MIT kerberos support
HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos
OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3)
DEBUG_DESC= Builds with debugging symbols
INTDATE_DESC= Builds with 64-bit date/time type (server)
SSL_DESC= Build with OpenSSL support
-.include <bsd.port.options.mk>
+# For testing files in FILESDIR
+.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MSSL}
USE_OPENSSL= yes
@@ -369,4 +370,4 @@ check:
fi
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index 5030637f9f88..81556dfd9e00 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -112,7 +112,8 @@ SSL_DESC= Build with OpenSSL support
OPTIONS_DEFAULT= NLS XML TZDATA INTDATE SSL
.endif # !SLAVE_ONLY
-.include <bsd.port.options.mk>
+# For testing files in FILESDIR
+.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MSSL}
USE_OPENSSL= yes
@@ -388,4 +389,4 @@ check:
fi
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 30a50db4c046..948713ed85d2 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -111,7 +111,8 @@ SSL_DESC= Build with OpenSSL support
OPTIONS_DEFAULT= NLS XML TZDATA INTDATE SSL
.endif # !SLAVE_ONLY
-.include <bsd.port.options.mk>
+# For testing files in FILESDIR
+.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MSSL}
USE_OPENSSL= yes
@@ -390,4 +391,4 @@ check:
fi
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>