summaryrefslogtreecommitdiff
path: root/databases/postgresql83-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-05-20 12:36:28 +0000
committeradam <adam@pkgsrc.org>2010-05-20 12:36:28 +0000
commitb55e9a879d376b3cfd587507c38a8d98a379df57 (patch)
tree19f0eb4d104222aedfb273afae000dfaf62ff9af /databases/postgresql83-client
parentbf8522ea64ed2db7e34339ea9d35627448861a26 (diff)
downloadpkgsrc-b55e9a879d376b3cfd587507c38a8d98a379df57.tar.gz
Changes 8.3.11:
* Enforce restrictions in plperl using an opmask applied to the whole interpreter, instead of using "Safe.pm" * Prevent PL/Tcl from executing untrustworthy code from pltcl_modules * Fix possible crash if a cache reset message is received during rebuild of a relcache entry * Apply per-function GUC settings while running the language validator for the function * Do not allow an unprivileged user to reset superuser-only parameter settings * Avoid possible crash during backend shutdown if shutdown occurs when a CONTEXT addition would be made to log entries * Ensure the archiver process responds to changes in archive_command as soon as possible * Update pl/perl's "ppport.h" for modern Perl versions * Fix assorted memory leaks in pl/python * Prevent infinite recursion in psql when expanding a variable that refers to itself * Fix psql's \copy to not add spaces around a dot within \copy (select ...) * Fix unnecessary "GIN indexes do not support whole-index scans" errors for unsatisfiable queries using "contrib/intarray" operators * Ensure that "contrib/pgstattuple" functions respond to cancel interrupts promptly * Make server startup deal properly with the case that shmget() returns EINVAL for an existing shared memory segment * Avoid possible crashes in syslogger process on Windows * Deal more robustly with incomplete time zone information in the Windows registry * Update the set of known Windows time zone names * Update time zone data files to tzdata release 2010j for DST law changes in Argentina, Australian Antarctic, Bangladesh, Mexico, Morocco, Pakistan, Palestine, Russia, Syria, Tunisia; also historical corrections for Taiwan. Also, add PKST (Pakistan Summer Time) to the default set of timezone abbreviations.
Diffstat (limited to 'databases/postgresql83-client')
-rw-r--r--databases/postgresql83-client/Makefile3
-rw-r--r--databases/postgresql83-client/buildlink3.mk6
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/postgresql83-client/Makefile b/databases/postgresql83-client/Makefile
index 09ba628c347..9f4de4585ab 100644
--- a/databases/postgresql83-client/Makefile
+++ b/databases/postgresql83-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2010/04/15 03:25:05 taca Exp $
+# $NetBSD: Makefile,v 1.15 2010/05/20 12:36:28 adam Exp $
PKGNAME= postgresql83-client-${BASE_VERS}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/databases/postgresql83-client/buildlink3.mk b/databases/postgresql83-client/buildlink3.mk
index e8638fb6f91..9915c89cc1f 100644
--- a/databases/postgresql83-client/buildlink3.mk
+++ b/databases/postgresql83-client/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2010/01/17 12:02:11 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2010/05/20 12:36:28 adam Exp $
.include "../../mk/bsd.fast.prefs.mk"
@@ -11,10 +11,10 @@ BUILDLINK_API_DEPENDS.postgresql83-client+= postgresql83-client>=8.3.0
BUILDLINK_ABI_DEPENDS.postgresql83-client?= postgresql83-client>=8.3.9nb1
BUILDLINK_PKGSRCDIR.postgresql83-client?= ../../databases/postgresql83-client
-. if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX)
+.if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX)
BUILDLINK_INCDIRS.postgresql83-client?= ${PG_SUBPREFIX}/include
BUILDLINK_LIBDIRS.postgresql83-client?= ${PG_SUBPREFIX}/lib
-. endif
+.endif
# This variable contains the libraries need to link most clients.
BUILDLINK_LDADD.postgresql83-client= -lpq ${BUILDLINK_LDADD.gettext}