summaryrefslogtreecommitdiff
path: root/databases/postgresql74-docs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-10-18 19:24:07 +0000
committeradam <adam@pkgsrc.org>2006-10-18 19:24:07 +0000
commit939fca8005a281e0c08b92ac2137552390f191e7 (patch)
tree1c60f79bd43234c99a4644f10b2c404d46610b2b /databases/postgresql74-docs
parent73c7e3adbf5aef8b416960a80d81b08f0861ee15 (diff)
downloadpkgsrc-939fca8005a281e0c08b92ac2137552390f191e7.tar.gz
Changes 7.4.14:
* Fix core dump when an untyped literal is taken as ANYARRAY * Fix string_to_array() to handle overlapping matches for the separator string For example, string_to_array('123xx456xxx789', 'xx'). * Fix corner cases in pattern matching for psql's \d commands * Fix index-corrupting bugs in /contrib/ltree (Teodor) * Fix backslash escaping in /contrib/dbmirror * Adjust regression tests for recent changes in US DST laws
Diffstat (limited to 'databases/postgresql74-docs')
-rw-r--r--databases/postgresql74-docs/Makefile9
-rw-r--r--databases/postgresql74-docs/PLIST4
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/postgresql74-docs/Makefile b/databases/postgresql74-docs/Makefile
index 2cf3d581a15..3f49a50fedc 100644
--- a/databases/postgresql74-docs/Makefile
+++ b/databases/postgresql74-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/02/21 20:23:49 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/10/18 19:24:07 adam Exp $
PKGNAME= postgresql74-docs-${BASE_VERS}
SVR4_PKGNAME= pstgd
@@ -15,7 +15,7 @@ DOCDIR= ${PREFIX}/share/doc/postgresql
# The manpage documentation is installed with the relevant packages.
#pre-build:
-# cd ${WRKSRC}/doc && ${RM} -f man.tar.gz
+# cd ${WRKSRC}/doc && rm -f man.tar.gz
do-install:
${INSTALL_DATA_DIR} ${DOCDIR}
@@ -26,8 +26,7 @@ do-install:
do \
${INSTALL_DATA} $${file} ${DOCDIR}/$${file}; \
done
- cd ${WRKSRC}/doc/TODO.detail && \
- ${PAX} -rwppm . ${DOCDIR}/TODO.detail
- ${TAR} -zxm -C ${DOCDIR} -f ${WRKSRC}/doc/postgres.tar.gz
+ cd ${WRKSRC}/doc/TODO.detail && pax -rwppm . ${DOCDIR}/TODO.detail
+ tar -zxm -C ${DOCDIR} -f ${WRKSRC}/doc/postgres.tar.gz
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql74-docs/PLIST b/databases/postgresql74-docs/PLIST
index 07ef65803fd..c63f1c522cd 100644
--- a/databases/postgresql74-docs/PLIST
+++ b/databases/postgresql74-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2006/05/26 17:47:58 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2006/10/18 19:24:07 adam Exp $
share/doc/postgresql/FAQ
share/doc/postgresql/FAQ_AIX
share/doc/postgresql/FAQ_DEV
@@ -444,6 +444,7 @@ share/doc/postgresql/release-7-3-12.html
share/doc/postgresql/release-7-3-13.html
share/doc/postgresql/release-7-3-14.html
share/doc/postgresql/release-7-3-15.html
+share/doc/postgresql/release-7-3-16.html
share/doc/postgresql/release-7-3-2.html
share/doc/postgresql/release-7-3-3.html
share/doc/postgresql/release-7-3-4.html
@@ -457,6 +458,7 @@ share/doc/postgresql/release-7-4-1.html
share/doc/postgresql/release-7-4-10.html
share/doc/postgresql/release-7-4-11.html
share/doc/postgresql/release-7-4-12.html
+share/doc/postgresql/release-7-4-13.html
share/doc/postgresql/release-7-4-2.html
share/doc/postgresql/release-7-4-3.html
share/doc/postgresql/release-7-4-4.html