Changes 8.2.17:
* 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
* 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
* 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 ...)
* 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.
2010-05-20 14:36:14 +02:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.7 2010/05/20 12:36:15 adam Exp $
|
2006-12-09 16:34:13 +01:00
|
|
|
|
2006-12-12 22:52:34 +01:00
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
2006-12-09 16:34:13 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= postgresql82-client
|
2006-12-09 16:34:13 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
.if !defined(POSTGRESQL82_CLIENT_BUILDLINK3_MK)
|
|
|
|
POSTGRESQL82_CLIENT_BUILDLINK3_MK:=
|
2006-12-09 16:34:13 +01:00
|
|
|
|
|
|
|
BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=8.2.0
|
2010-01-17 13:02:03 +01:00
|
|
|
BUILDLINK_ABI_DEPENDS.postgresql82-client?= postgresql82-client>=8.2.15nb1
|
2006-12-09 16:34:13 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.postgresql82-client?= ../../databases/postgresql82-client
|
|
|
|
|
Changes 8.2.17:
* 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
* 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
* 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 ...)
* 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.
2010-05-20 14:36:14 +02:00
|
|
|
.if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX)
|
2006-12-09 16:34:13 +01:00
|
|
|
BUILDLINK_INCDIRS.postgresql82-client?= ${PG_SUBPREFIX}/include
|
|
|
|
BUILDLINK_LIBDIRS.postgresql82-client?= ${PG_SUBPREFIX}/lib
|
Changes 8.2.17:
* 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
* 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
* 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 ...)
* 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.
2010-05-20 14:36:14 +02:00
|
|
|
.endif
|
2006-12-09 16:34:13 +01:00
|
|
|
|
|
|
|
# This variable contains the libraries need to link most clients.
|
|
|
|
BUILDLINK_LDADD.postgresql82-client= -lpq ${BUILDLINK_LDADD.gettext}
|
|
|
|
|
|
|
|
BUILDLINK_FILES.postgresql82-client+= bin/pg_config
|
|
|
|
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2009-03-20 20:23:50 +01:00
|
|
|
.endif # POSTGRESQL82_CLIENT_BUILDLINK3_MK
|
2006-12-09 16:34:13 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= -postgresql82-client
|