summaryrefslogtreecommitdiffstats
path: root/databases/postgresql-devel/files
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-06-20 05:08:07 +0000
committerknu <knu@FreeBSD.org>2000-06-20 05:08:07 +0000
commit4c453d11637dead43a80f959d5fc259bd77a9501 (patch)
tree6ff61863f34c1aeb4e4cdf6b6aefc294221d5d84 /databases/postgresql-devel/files
parent86d613305ed01b38da713c5e567481944b48d038 (diff)
downloadFreeBSD-ports-4c453d11637dead43a80f959d5fc259bd77a9501.zip
FreeBSD-ports-4c453d11637dead43a80f959d5fc259bd77a9501.tar.gz
Update to 7.0.2.
Fix NOPORTDOCS support. Fix PLIST in many respects, especially for pgacess.
Diffstat (limited to 'databases/postgresql-devel/files')
-rw-r--r--databases/postgresql-devel/files/patch-bb2
-rw-r--r--databases/postgresql-devel/files/post-install-notes2
2 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql-devel/files/patch-bb b/databases/postgresql-devel/files/patch-bb
index 2175902..ea0f173 100644
--- a/databases/postgresql-devel/files/patch-bb
+++ b/databases/postgresql-devel/files/patch-bb
@@ -3,7 +3,7 @@
@@ -71,7 +71,9 @@
CFLAGS+= $(TCL_SHLIB_CFLAGS) $(TCL_DEFS)
- CFLAGS+= -I$(SRCDIR)/include -I$(SRCDIR)/backend
+ CFLAGS+= -I$(SRCDIR)/include -I$(SRCDIR)/backend $(PGSQL_INCLUDES)
-
+
+CFLAGS+= -I$(TCL_INCDIR)
diff --git a/databases/postgresql-devel/files/post-install-notes b/databases/postgresql-devel/files/post-install-notes
index d99f476..289a765 100644
--- a/databases/postgresql-devel/files/post-install-notes
+++ b/databases/postgresql-devel/files/post-install-notes
@@ -12,3 +12,5 @@ If you built PostgreSQL with TCL support, you can install the port
"pgaccess" to get a TCL/TK based database frontend for database
operations.
+To start PostgreSQL, run the startup script:
+$PREFIX/etc/rc.d/pgsql.sh start
OpenPOWER on IntegriCloud