Hi.
This removes some trailing white spaces and add RSC id and header to
README-plpython. OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.206
diff -u -r1.206 Makefile
--- Makefile 18 Jul 2015 15:32:47 -0000 1.206
+++ Makefile 29 Jul 2015 09:27:04 -0000
@@ -19,7 +19,8 @@
PKGNAME-contrib=postgresql-contrib-${VERSION}
PKGNAME-plpython=postgresql-plpython-${VERSION}
-REVISION-server= 0
+REVISION-server= 1
+REVISION-plpython= 0
CATEGORIES= databases
SHARED_LIBS= ecpg 7.6 \
Index: postgresql.port.mk
===================================================================
RCS file: /cvs/ports/databases/postgresql/postgresql.port.mk,v
retrieving revision 1.4
diff -u -r1.4 postgresql.port.mk
--- postgresql.port.mk 19 Jul 2015 12:42:20 -0000 1.4
+++ postgresql.port.mk 29 Jul 2015 09:27:04 -0000
@@ -1,4 +1,4 @@
-# $OpenBSD: postgresql.port.mk,v 1.4 2015/07/19 12:42:20 zhuk Exp $
+# $OpenBSD: postgresql.port.mk,v 1.4 2015/07/19 12:42:20 zhuk Exp $
#
# Helps testing PostgreSQL-based software, no B/L/R-DEPS here.
Index: pkg/README-plpython
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/README-plpython,v
retrieving revision 1.1
diff -u -r1.1 README-plpython
--- pkg/README-plpython 15 Oct 2013 02:18:19 -0000 1.1
+++ pkg/README-plpython 29 Jul 2015 09:27:04 -0000
@@ -1,3 +1,9 @@
+$OpenBSD$
+
++-----------------------------------------------------------------------
+| Running ${FULLPKGNAME} on OpenBSD
++-----------------------------------------------------------------------
+
pl/python requires pthreads in order to work. OpenBSD does not allow
shared objects that link to pthreads to be opened via dlopen if the
executable program does not link to pthreads. So to use pl/python, you
@@ -6,4 +12,4 @@
postgresql:\
:setenv=LD_PRELOAD=libpthread.so:\
- :tc=daemon:
+ :tc=daemon:
Index: pkg/README-server
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/README-server,v
retrieving revision 1.18
diff -u -r1.18 README-server
--- pkg/README-server 18 Jul 2015 15:32:47 -0000 1.18
+++ pkg/README-server 29 Jul 2015 09:27:04 -0000
@@ -21,12 +21,12 @@
$ mkdir /var/postgresql/data
$ initdb -D /var/postgresql/data -U postgres -A md5 -W
-Please note that by default the cluster's encoding will be SQL_ASCII. If
+Please note that by default the cluster's encoding will be SQL_ASCII. If
you want to have another default encoding, use the option -E with initdb:
$ initdb -D /var/postgresql/data -U postgres -E UTF8 -A md5 -W
-If your cluster is already created, you can specify another encoding when
+If your cluster is already created, you can specify another encoding when
you create a new database with this command:
CREATE DATABASE xxx TEMPLATE template0 ENCODING 'xxx' ;
@@ -106,7 +106,7 @@
Upgrade Howto (for a major upgrade)
===================================
-If you didn't install PostgreSQL by following this README,
+If you didn't install PostgreSQL by following this README,
you must adapt these instructions to your setup.
1) Backup all your data: