summaryrefslogtreecommitdiff
path: root/databases/postgresql84/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql84/Makefile.common')
-rw-r--r--databases/postgresql84/Makefile.common15
1 files changed, 11 insertions, 4 deletions
diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common
index bd4aa5e8ee7..c9809b14be8 100644
--- a/databases/postgresql84/Makefile.common
+++ b/databases/postgresql84/Makefile.common
@@ -1,4 +1,11 @@
-# $NetBSD: Makefile.common,v 1.3.4.1 2010/05/12 21:20:06 tron Exp $
+# $NetBSD: Makefile.common,v 1.3.4.2 2010/05/22 10:38:54 tron Exp $
+#
+# used by databases/postgresql84-adminpack/Makefile
+# used by databases/postgresql84-client/Makefile
+# used by databases/postgresql84-plperl/Makefile
+# used by databases/postgresql84-plpython/Makefile
+# used by databases/postgresql84-pltcl/Makefile
+# used by databases/postgresql84-server/Makefile
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -35,7 +42,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql84/patches
# DIST_VERS version number on the postgresql distfile
# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
# Note: Do not forget jdbc-postgresql84 when updating version
-DIST_VERS?= 8.4.3
+DIST_VERS?= 8.4.4
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql84-client+= postgresql84-client>=${BASE_VERS}
@@ -105,12 +112,12 @@ FILES_SUBST+= PG_PREFIX=${PG_PREFIX:Q}
post-extract:
cp -f ${COMMON_FILESDIR}/Makefile.custom ${WRKSRC}/src/Makefile.custom
cp -f ${COMMON_FILESDIR}/Makefile.libtool ${WRKSRC}/src/Makefile.shlib
-.if !empty(USE_LIBLTDL:M[yY][eE][sS])
+. if !empty(USE_LIBLTDL:M[yY][eE][sS])
cp -f ${COMMON_FILESDIR}/dynloader-ltdl.h \
${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.h
${ECHO} "static int dummy = 0;" \
> ${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.c
-.endif
+. endif
touch ${WRKSRC}/src/template/dragonfly
cp ${WRKSRC}/src/backend/port/dynloader/freebsd.c \
${WRKSRC}/src/backend/port/dynloader/dragonfly.c