svn commit: r316726 - in head/databases: postgresql84-server postgresql91-server postgresql92-server

Chris Rees crees at FreeBSD.org
Sun Apr 28 14:00:03 UTC 2013


Author: crees
Date: Sun Apr 28 14:00:02 2013
New Revision: 316726
URL: http://svnweb.freebsd.org/changeset/ports/316726

Log:
  databases/postgresql{84,91,92}-server: Readd bsd.port.pre.mk; it is required for checking existence of files in FILESDIR

Modified:
  head/databases/postgresql84-server/Makefile
  head/databases/postgresql91-server/Makefile
  head/databases/postgresql92-server/Makefile

Modified: head/databases/postgresql84-server/Makefile
==============================================================================
--- head/databases/postgresql84-server/Makefile	Sun Apr 28 13:59:48 2013	(r316725)
+++ head/databases/postgresql84-server/Makefile	Sun Apr 28 14:00:02 2013	(r316726)
@@ -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>

Modified: head/databases/postgresql91-server/Makefile
==============================================================================
--- head/databases/postgresql91-server/Makefile	Sun Apr 28 13:59:48 2013	(r316725)
+++ head/databases/postgresql91-server/Makefile	Sun Apr 28 14:00:02 2013	(r316726)
@@ -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>

Modified: head/databases/postgresql92-server/Makefile
==============================================================================
--- head/databases/postgresql92-server/Makefile	Sun Apr 28 13:59:48 2013	(r316725)
+++ head/databases/postgresql92-server/Makefile	Sun Apr 28 14:00:02 2013	(r316726)
@@ -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>


More information about the svn-ports-all mailing list