summaryrefslogtreecommitdiff
path: root/databases/postgresql90-server/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-08-12 09:58:13 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-08-12 09:58:13 +0000
commit661fe60c663597a86f65d50dc258e65c19cebec7 (patch)
tree2805cac41812b104a1a961dc8e0a12748ca9b00a /databases/postgresql90-server/Makefile
parentMake mozilla-vendor compile with gcc 3.3.1 (diff)
Update to 7.3.4
"In order to address a potentially serious (although rare) server startup failure that was recently reported, we have released PostgreSQL version 7.3.4. This release is critical for users of PostgreSQL version 7.3.3, and highly recommended for all other PostgreSQL users." Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 55354
Notes
Notes: svn path=/head/; revision=86803
Diffstat (limited to 'databases/postgresql90-server/Makefile')
-rw-r--r--databases/postgresql90-server/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index 3c781ee37849..5a77d2d1210b 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-server/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME?= postgresql
-PORTVERSION?= 7.3.3
-PORTREVISION?= 1
+PORTVERSION?= 7.3.4
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
@@ -66,10 +65,12 @@ CONFIGURE_ARGS+= "--with-openssl=${OPENSSLBASE}"
.endif
.if defined(WITHOUT_SERVER)
-PKGMESSAGE= ${PKGDIR}/pkg-message.client
PLIST_SUB+= SERVER="@comment "
PKGNAMESUFFIX= -client
+PKGMSG= ""
.else
+PKGMESSAGE= ${FILESDIR}/pkg-message.server
+PKGMSG= ${PKGMESSAGE}
PLIST_SUB+= SERVER=""
INSTALL_TARGET+= install-all-headers
MAKEFILE= GNUmakefile
@@ -139,15 +140,16 @@ pre-everything::
@${ECHO} " still be used if already installed)"
@${ECHO} " WITHOUT_GETTEXT Skips building with support for"
@${ECHO} " internationalized error messages"
- @${ECHO} " WITHOUT_SERVER Installs the headers and libraries for"
- @${ECHO} " PostgreSQL clients"
+ @${ECHO} " WITHOUT_SERVER Don't install the server,"
+ @${ECHO} " only install binaries, headers and libs"
+ @${ECHO} " for PostgreSQL clients"
@${ECHO} " WITHOUT_SSL Builds without OpenSSL support"
@${ECHO} " WITH_MIT_KRB5 Builds with MIT's kerberos support"
@${ECHO} " WITH_HEIMDAL_KRB5 Builds with Heimdal's kerberos support"
@${ECHO} " WITH_OPTIMIZED_CFLAGS Builds with compiler optimizations (-O3)"
@${ECHO} " WITH_DEBUG Builds with debugging symbols"
@${ECHO} " WITH_TESTS Allows the use of a \"check\" target"
- @${ECHO} " building the module"
+ @${ECHO} " to run regression tests"
@${ECHO} " WITH_LIBC_R Link the binaries with libc_r."
@${ECHO} " Needed to run plpython"
@${ECHO} ""
@@ -183,7 +185,7 @@ pre-install:
post-install:
@ ${MKDIR} ${PREFIX}/share/postgresql ;\
- ${CAT} ${FILESDIR}/post-install-notes ${PKGMESSAGE} |\
+ ${CAT} ${FILESDIR}/post-install-notes ${PKGMSG} |\
${SED} "s|/usr/local|${PREFIX}|g" |\
tee ${PREFIX}/share/postgresql/post-install-notes
.if !defined(WITHOUT_SERVER)