View | Details | Raw Unified | Return to bug 13838
Collapse All | Expand All

(-)postgresql.new/Makefile (-8 / +9 lines)
Lines 6-12 Link Here
6
# $FreeBSD: ports/databases/postgresql/Makefile,v 1.47 1999/08/31 06:41:22 mharo Exp $
6
# $FreeBSD: ports/databases/postgresql/Makefile,v 1.47 1999/08/31 06:41:22 mharo Exp $
7
#
7
#
8
8
9
DISTNAME=	postgresql-6.5.1
9
DISTNAME=	postgresql-6.5.2
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	ftp://ftp.postgresql.org/pub/ \
11
MASTER_SITES=	ftp://ftp.postgresql.org/pub/ \
12
		ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \
12
		ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \
Lines 106-118 Link Here
106
		${WRKSRC}/Makefile.global.in.old \
106
		${WRKSRC}/Makefile.global.in.old \
107
		>> ${WRKSRC}/Makefile.global.in
107
		>> ${WRKSRC}/Makefile.global.in
108
108
109
.if defined(USE_TCL)
109
# pgaccess (accidentally?) removed from distribution, so leave it for now
110
	@ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \
110
#.if defined(USE_TCL)
111
		${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig
111
#	@ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \
112
	@ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \
112
#		${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig
113
		${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \
113
#	@ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \
114
		>> ${WRKSRC}/bin/pgaccess/pgaccess.tcl
114
#		${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \
115
.endif
115
#		>> ${WRKSRC}/bin/pgaccess/pgaccess.tcl
116
#.endif
116
117
117
post-build:
118
post-build:
118
119
(-)postgresql.new/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (postgresql-6.5.1.tar.gz) = f32379223026bd123552459958054d51
1
MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab
(-)postgresql.new/files/post-install-notes (-2 / +3 lines)
Lines 8-13 Link Here
8
Send an e-mail to pgsql-questions-request@postgresql.org with the
8
Send an e-mail to pgsql-questions-request@postgresql.org with the
9
text "subscribe" in the message body.
9
text "subscribe" in the message body.
10
10
11
If you build PostgreSQL with TCL support, then you can use the
11
If you built PostgreSQL with TCL support, you can install the port
12
TCL/TK based database frontend "pgaccess" for database operations.
12
"pgaccess" to get a TCL/TK based database frontend for database
13
operations.
13
14
(-)postgresql.new/patches/patch-ar (-11 lines)
Lines 1-11 Link Here
1
--- configure~	Sun May 30 09:01:09 1999
2
+++ configure	Mon Jun 21 16:52:53 1999
3
@@ -663,7 +663,7 @@
4
    exit;;
5
 esac
6
 
7
-if test "X$elf" = "Xyes"
8
+if test "X$PORTOBJFORMAT" = "Xelf"
9
 then
10
 	ELF_SYS=true
11
 else
(-)postgresql.new/pkg/PLIST (+2 lines)
Lines 127-133 Link Here
127
share/doc/pgsql/FAQ_HPUX
127
share/doc/pgsql/FAQ_HPUX
128
share/doc/pgsql/FAQ_Irix
128
share/doc/pgsql/FAQ_Irix
129
share/doc/pgsql/FAQ_Linux
129
share/doc/pgsql/FAQ_Linux
130
share/doc/pgsql/FAQ_Solaris
130
share/doc/pgsql/FAQ_SCO
131
share/doc/pgsql/FAQ_SCO
132
share/doc/pgsql/README.Charsets
131
share/doc/pgsql/README.NT
133
share/doc/pgsql/README.NT
132
share/doc/pgsql/README.fsync
134
share/doc/pgsql/README.fsync
133
share/doc/pgsql/README.inet
135
share/doc/pgsql/README.inet
(-)postgresql.new/pkg/PLIST.tcl (-1 lines)
Lines 1-4 Link Here
1
pgsql/bin/pgaccess
2
pgsql/bin/pgtclsh
1
pgsql/bin/pgtclsh
3
pgsql/bin/pgtksh
2
pgsql/bin/pgtksh
4
pgsql/include/libpgtcl.h
3
pgsql/include/libpgtcl.h

Return to bug 13838