pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Changes 8.4.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6537b34c786
branches:  trunk
changeset: 575740:e6537b34c786
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 20 12:36:38 2010 +0000

description:
Changes 8.4.4:
* 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 data corruption during WAL replay of ALTER ... SET TABLESPACE
* 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 constraint exclusion for inherited "UPDATE" and "DELETE" target
  tables when constraint_exclusion = partition
* 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
* Fix erroneous handling of %r parameter in recovery_end_command
* Ensure the archiver process responds to changes in archive_command
  as soon as possible
* Fix pl/pgsql's CASE statement to not fail when the case expression
  is a query that returns no rows
* Update pl/perl's "ppport.h" for modern Perl versions
* Fix assorted memory leaks in pl/python
* Handle empty-string connect parameters properly in ecpg
* 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 ...)
* Avoid formatting failure in psql when running in a locale context
  that doesn't match the client_encoding
* 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:

 databases/postgresql84-client/Makefile      |   3 +--
 databases/postgresql84-client/PLIST         |  20 +++++++++++++++++++-
 databases/postgresql84-client/buildlink3.mk |   6 +++---
 databases/postgresql84-plperl/PLIST         |   3 ++-
 databases/postgresql84-plpython/PLIST       |   3 ++-
 databases/postgresql84-pltcl/PLIST          |   3 ++-
 databases/postgresql84-server/PLIST         |   6 +++++-
 databases/postgresql84/Makefile.common      |  15 +++++++++++----
 databases/postgresql84/distinfo             |   9 +++++----
 databases/postgresql84/patches/patch-ad     |  15 +++++++++++++++
 10 files changed, 65 insertions(+), 18 deletions(-)

diffs (271 lines):

diff -r 3ce5b066a0c9 -r e6537b34c786 databases/postgresql84-client/Makefile
--- a/databases/postgresql84-client/Makefile    Thu May 20 12:36:28 2010 +0000
+++ b/databases/postgresql84-client/Makefile    Thu May 20 12:36:38 2010 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2010/04/15 03:25:25 taca Exp $
+# $NetBSD: Makefile,v 1.8 2010/05/20 12:36:39 adam Exp $
 
 PKGNAME=       postgresql84-client-${BASE_VERS}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 3ce5b066a0c9 -r e6537b34c786 databases/postgresql84-client/PLIST
--- a/databases/postgresql84-client/PLIST       Thu May 20 12:36:28 2010 +0000
+++ b/databases/postgresql84-client/PLIST       Thu May 20 12:36:38 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2010/04/15 03:25:25 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2010/05/20 12:36:39 adam Exp $
 ${PG_SUBPREFIX}bin/clusterdb
 ${PG_SUBPREFIX}bin/createdb
 ${PG_SUBPREFIX}bin/createlang
@@ -1233,6 +1233,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-26.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-27.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-28.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-29.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-5.html
@@ -1258,6 +1259,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-22.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-23.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-24.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-25.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-5.html
@@ -1279,6 +1281,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-19.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-20.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-21.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html
@@ -1295,6 +1298,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-14.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-15.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-16.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-17.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html
@@ -1306,6 +1310,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-10.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-11.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html
@@ -1318,6 +1323,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
@@ -1700,6 +1706,7 @@
 ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_config-8.4.mo
 ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_controldata-8.4.mo
 ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_ctl-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_dump-8.4.mo
 ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_resetxlog-8.4.mo
 ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pgscripts-8.4.mo
 ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/psql-8.4.mo
@@ -1767,5 +1774,16 @@
 ${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/pg_resetxlog-8.4.mo
 ${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/pgscripts-8.4.mo
 ${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/psql-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/ecpg-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/ecpglib6-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/initdb-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/libpq5-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_config-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_controldata-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_ctl-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_dump-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pgscripts-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/psql-8.4.mo
 ${PG_SUBPREFIX}share/postgresql/pg_service.conf.sample
 ${PG_SUBPREFIX}share/postgresql/psqlrc.sample
diff -r 3ce5b066a0c9 -r e6537b34c786 databases/postgresql84-client/buildlink3.mk
--- a/databases/postgresql84-client/buildlink3.mk       Thu May 20 12:36:28 2010 +0000
+++ b/databases/postgresql84-client/buildlink3.mk       Thu May 20 12:36:38 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2010/01/17 12:02:11 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2010/05/20 12:36:39 adam Exp $
 
 .include "../../mk/bsd.fast.prefs.mk"
 
@@ -11,10 +11,10 @@
 BUILDLINK_ABI_DEPENDS.postgresql84-client?=    postgresql84-client>=8.4.2nb1
 BUILDLINK_PKGSRCDIR.postgresql84-client?=      ../../databases/postgresql84-client
 
-.  if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX)
+.if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX)
 BUILDLINK_INCDIRS.postgresql84-client?=        ${PG_SUBPREFIX}/include
 BUILDLINK_LIBDIRS.postgresql84-client?=        ${PG_SUBPREFIX}/lib
-.  endif
+.endif
 
 # This variable contains the libraries need to link most clients.
 BUILDLINK_LDADD.postgresql84-client=   -lpq ${BUILDLINK_LDADD.gettext}
diff -r 3ce5b066a0c9 -r e6537b34c786 databases/postgresql84-plperl/PLIST
--- a/databases/postgresql84-plperl/PLIST       Thu May 20 12:36:28 2010 +0000
+++ b/databases/postgresql84-plperl/PLIST       Thu May 20 12:36:38 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/09/10 10:06:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2010/05/20 12:36:39 adam Exp $
 ${PG_SUBPREFIX}lib/postgresql/plperl.la
 ${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plperl0-8.4.mo
 ${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plperl0-8.4.mo
@@ -7,3 +7,4 @@
 ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plperl0-8.4.mo
 ${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plperl0-8.4.mo
 ${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plperl0-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plperl0-8.4.mo
diff -r 3ce5b066a0c9 -r e6537b34c786 databases/postgresql84-plpython/PLIST
--- a/databases/postgresql84-plpython/PLIST     Thu May 20 12:36:28 2010 +0000
+++ b/databases/postgresql84-plpython/PLIST     Thu May 20 12:36:38 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/09/10 10:06:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2010/05/20 12:36:39 adam Exp $
 ${PG_SUBPREFIX}lib/postgresql/plpython.la
 ${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plpython0-8.4.mo
 ${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plpython0-8.4.mo
@@ -7,3 +7,4 @@
 ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plpython0-8.4.mo
 ${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plpython0-8.4.mo
 ${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plpython0-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpython0-8.4.mo
diff -r 3ce5b066a0c9 -r e6537b34c786 databases/postgresql84-pltcl/PLIST
--- a/databases/postgresql84-pltcl/PLIST        Thu May 20 12:36:28 2010 +0000
+++ b/databases/postgresql84-pltcl/PLIST        Thu May 20 12:36:38 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/09/10 10:06:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2010/05/20 12:36:39 adam Exp $
 ${PG_SUBPREFIX}bin/pltcl_delmod
 ${PG_SUBPREFIX}bin/pltcl_listmod
 ${PG_SUBPREFIX}bin/pltcl_loadmod
@@ -11,3 +11,4 @@
 ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pltcl0-8.4.mo
 ${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pltcl0-8.4.mo
 ${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/pltcl0-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pltcl0-8.4.mo
diff -r 3ce5b066a0c9 -r e6537b34c786 databases/postgresql84-server/PLIST
--- a/databases/postgresql84-server/PLIST       Thu May 20 12:36:28 2010 +0000
+++ b/databases/postgresql84-server/PLIST       Thu May 20 12:36:38 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2010/04/12 09:58:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2010/05/20 12:36:39 adam Exp $
 ${PG_SUBPREFIX}bin/postgres
 ${PG_SUBPREFIX}bin/postmaster
 ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -42,6 +42,8 @@
 ${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/postgres-8.4.mo
 ${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/plpgsql0-8.4.mo
 ${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/postgres-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpgsql0-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/postgres-8.4.mo
 ${PG_SUBPREFIX}share/postgresql/conversion_create.sql
 ${PG_SUBPREFIX}share/postgresql/information_schema.sql
 ${PG_SUBPREFIX}share/postgresql/pg_hba.conf.sample
@@ -130,6 +132,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Atka
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Atikokan
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Bahia
+${PG_SUBPREFIX}share/postgresql/timezone/America/Bahia_Banderas
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Barbados
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Belem
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Belize
@@ -267,6 +270,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/Casey
 ${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/Davis
 ${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/DumontDUrville
+${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/Macquarie
 ${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/Mawson
 ${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/McMurdo
 ${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/Palmer
diff -r 3ce5b066a0c9 -r e6537b34c786 databases/postgresql84/Makefile.common
--- a/databases/postgresql84/Makefile.common    Thu May 20 12:36:28 2010 +0000
+++ b/databases/postgresql84/Makefile.common    Thu May 20 12:36:38 2010 +0000
@@ -1,4 +1,11 @@
-# $NetBSD: Makefile.common,v 1.5 2010/04/23 16:03:24 adam Exp $
+# $NetBSD: Makefile.common,v 1.6 2010/05/20 12:36:38 adam 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 @@
 # 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 @@
 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
diff -r 3ce5b066a0c9 -r e6537b34c786 databases/postgresql84/distinfo
--- a/databases/postgresql84/distinfo   Thu May 20 12:36:28 2010 +0000
+++ b/databases/postgresql84/distinfo   Thu May 20 12:36:38 2010 +0000
@@ -1,11 +1,12 @@
-$NetBSD: distinfo,v 1.4 2010/04/12 09:58:38 adam Exp $
+$NetBSD: distinfo,v 1.5 2010/05/20 12:36:38 adam Exp $
 
-SHA1 (postgresql-8.4.3.tar.bz2) = 5edad69e797620c4f27520cb1986bc78c173d67a
-RMD160 (postgresql-8.4.3.tar.bz2) = 4f8bba582138ea8d77059851c361d6f2fb838e52
-Size (postgresql-8.4.3.tar.bz2) = 13645257 bytes
+SHA1 (postgresql-8.4.4.tar.bz2) = 02592977a601976f8bae7bc3a5c69710d4d0344d
+RMD160 (postgresql-8.4.4.tar.bz2) = d2d45112c19a2f20d49ab82bd8f86b6ace7decd3
+Size (postgresql-8.4.4.tar.bz2) = 13853838 bytes
 SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f
 SHA1 (patch-ab) = 3cf9c7f0f812d2e41681281538c3f707cec232c3
 SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb
+SHA1 (patch-ad) = fb75df841bbcc25e840ed9c2fed59232d7189200
 SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936
 SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214
 SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64
diff -r 3ce5b066a0c9 -r e6537b34c786 databases/postgresql84/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql84/patches/patch-ad   Thu May 20 12:36:38 2010 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.3 2010/05/20 12:36:39 adam Exp $
+
+--- src/pl/plperl/GNUmakefile.orig     2010-05-20 07:51:50.000000000 +0000
++++ src/pl/plperl/GNUmakefile
+@@ -53,9 +53,7 @@ PSQLDIR = $(bindir)
+ include $(top_srcdir)/src/Makefile.shlib
+ 
+ 
+-all: all-lib
+-
+-plperl.o: plperl_opmask.h
++all: plperl_opmask.h all-lib
+ 
+ plperl_opmask.h: plperl_opmask.pl
+       $(PERL) $< $@



Home | Main Index | Thread Index | Old Index