Update to 7.3.2. Change flavor no_tcl -> tcl.

From: Peter Galbavy <peter.galbavy@knowtion.net>
This commit is contained in:
naddy 2003-02-12 17:09:03 +00:00
parent f94ba4c9dd
commit e0112048dd
9 changed files with 47 additions and 67 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.63 2003/01/08 21:33:21 todd Exp $
# $OpenBSD: Makefile,v 1.64 2003/02/12 17:09:03 naddy Exp $
COMMENT= "PostgreSQL RDBMS"
COMMENT-tcl= "PostgreSQL RDBMS tcl libraries and utilities"
COMMENT-clients="PostgreSQL RDBMS client libraries and utilities"
COMMENT-docs= "PostgreSQL RDBMS documentation"
VERSION= 7.3
VERSION= 7.3.2
DISTNAME= postgresql-${VERSION}
PKGNAME-clients=postgresql-clients-${VERSION}
PKGNAME-docs= postgresql-docs-${VERSION}
@ -30,7 +30,7 @@ MASTER_SITES= \
ftp://ftp.cz.postgresql.org/pub/ftp.postgresql.org/source/v${VERSION}/ \
ftp://ftp.dk.postgresql.org/mirrors/postgresql/source/v${VERSION}/
PSEUDO_FLAVORS= no_tcl
PSEUDO_FLAVORS= tcl
FLAVOR?=
MULTI_PACKAGES= -clients -docs
@ -71,9 +71,7 @@ DOCS= ${WRKSRC}/COPYRIGHT ${WRKSRC}/HISTORY \
${WRKSRC}/doc/FAQ ${WRKSRC}/doc/FAQ_DEV ${WRKSRC}/doc/TODO
# For tcl
.if ${FLAVOR:L:Mno_tcl}
CONFIGURE_ARGS+= --without-tcl
.else
.if ${FLAVOR:L:Mtcl}
MULTI_PACKAGES+= -tcl
TCL_INCDIR= ${LOCALBASE}/include/tcl8.3
@ -90,6 +88,8 @@ RUN_DEPENDS= ::databases/postgresql
LIB_DEPENDS+= tk83::x11/tk/8.3
. endif
. endif
.else
CONFIGURE_ARGS+= --without-tcl
.endif
post-install:

View File

@ -1,3 +1,3 @@
MD5 (postgresql-7.3.tar.gz) = 3981f3c5c8ebe9d1e1b2e66229f1803a
RMD160 (postgresql-7.3.tar.gz) = 43c87abe6d162479e5d601dbea6722dcdf95dc86
SHA1 (postgresql-7.3.tar.gz) = 417c55e2ebc4245716be7d0ddb03a900e47e680c
MD5 (postgresql-7.3.2.tar.gz) = 23d2762571e8c5bb21eee08aab968ccb
RMD160 (postgresql-7.3.2.tar.gz) = d27f8fe6c37d726367d38b92715f34b6c0beb8c0
SHA1 (postgresql-7.3.2.tar.gz) = 6866da7bed0823e03ef47b435eb5c627160b529f

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-src_interfaces_ecpg_lib_Makefile,v 1.2 2002/12/17 16:38:54 naddy Exp $
$OpenBSD: patch-src_interfaces_ecpg_lib_Makefile,v 1.3 2003/02/12 17:09:03 naddy Exp $
--- src/interfaces/ecpg/lib/Makefile.orig Tue Jan 8 20:41:26 2002
+++ src/interfaces/ecpg/lib/Makefile Fri Feb 1 11:25:38 2002
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.glo
NAME= ecpg
SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 4.0
+SO_MINOR_VERSION= 4
-SO_MINOR_VERSION= 4.1
+SO_MINOR_VERSION= 41
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.10 2002/12/17 16:38:54 naddy Exp $
lib/libecpg.so.3.4
lib/libpq.so.2.2
@comment $OpenBSD: PFRAG.shared,v 1.11 2003/02/12 17:09:03 naddy Exp $
lib/libecpg.so.3.41
lib/libpq.so.3.0
DYNLIBDIR(%B)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared-clients,v 1.7 2002/12/17 16:38:54 naddy Exp $
lib/libecpg.so.3.4
lib/libpq.so.2.2
@comment $OpenBSD: PFRAG.shared-clients,v 1.8 2003/02/12 17:09:03 naddy Exp $
lib/libecpg.so.3.41
lib/libpq.so.3.0
DYNLIBDIR(%B)

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PFRAG.shared-tcl,v 1.1 2003/01/02 07:15:34 todd Exp $
lib/libpgtcl.so.2.2
@comment $OpenBSD: PFRAG.shared-tcl,v 1.2 2003/02/12 17:09:03 naddy Exp $
lib/libpgtcl.so.2.3
DYNLIBDIR(%B)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.22 2002/12/18 05:13:15 brad Exp $
@comment $OpenBSD: PLIST,v 1.23 2003/02/12 17:09:03 naddy Exp $
@pkgcfl postgresql-clients-[0-9]*
@pkgcfl pgsql-[0-9]*
@pkgcfl pgsql-clients-[0-9]*

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-clients,v 1.7 2002/12/18 05:13:15 brad Exp $
@comment $OpenBSD: PLIST-clients,v 1.8 2003/02/12 17:09:03 naddy Exp $
@pkgcfl postgresql-[0-9]*
@pkgcfl pgsql-[0-9]*
@pkgcfl pgsql-clients-[0-9]*
@ -9,7 +9,6 @@ bin/dropdb
bin/droplang
bin/dropuser
bin/ecpg
bin/ipcclean
bin/pg_config
bin/pg_dump
bin/pg_dumpall
@ -351,33 +350,6 @@ include/postgresql/sql3types.h
include/postgresql/sqlca.h
lib/libecpg.a
lib/libpq.a
lib/postgresql/ascii_and_mic.so
lib/postgresql/cyrillic_and_mic.so
lib/postgresql/euc_cn_and_mic.so
lib/postgresql/euc_jp_and_sjis.so
lib/postgresql/euc_kr_and_mic.so
lib/postgresql/euc_tw_and_big5.so
lib/postgresql/latin2_and_win1250.so
lib/postgresql/latin_and_mic.so
lib/postgresql/plpgsql.so
lib/postgresql/utf8_and_ascii.so
lib/postgresql/utf8_and_big5.so
lib/postgresql/utf8_and_cyrillic.so
lib/postgresql/utf8_and_euc_cn.so
lib/postgresql/utf8_and_euc_jp.so
lib/postgresql/utf8_and_euc_kr.so
lib/postgresql/utf8_and_euc_tw.so
lib/postgresql/utf8_and_gb18030.so
lib/postgresql/utf8_and_gbk.so
lib/postgresql/utf8_and_iso8859.so
lib/postgresql/utf8_and_iso8859_1.so
lib/postgresql/utf8_and_johab.so
lib/postgresql/utf8_and_sjis.so
lib/postgresql/utf8_and_tcvn.so
lib/postgresql/utf8_and_uhc.so
lib/postgresql/utf8_and_win1250.so
lib/postgresql/utf8_and_win1256.so
lib/postgresql/utf8_and_win874.so
man/man1/createdb.1
man/man1/createlang.1
man/man1/createuser.1
@ -385,21 +357,18 @@ man/man1/dropdb.1
man/man1/droplang.1
man/man1/dropuser.1
man/man1/ecpg.1
man/man1/initdb.1
man/man1/initlocation.1
man/man1/ipcclean.1
man/man1/pg_config.1
man/man1/pg_ctl.1
man/man1/pg_dump.1
man/man1/pg_dumpall.1
man/man1/pg_restore.1
man/man1/postgres.1
man/man1/postmaster.1
man/man1/psql.1
man/man1/vacuumdb.1
man/man7/abort.7
man/man7/alter_database.7
man/man7/alter_group.7
man/man7/alter_table.7
man/man7/alter_trigger.7
man/man7/alter_user.7
man/man7/analyze.7
man/man7/begin.7
@ -410,14 +379,19 @@ man/man7/comment.7
man/man7/commit.7
man/man7/copy.7
man/man7/create_aggregate.7
man/man7/create_cast.7
man/man7/create_constraint_trigger.7
man/man7/create_conversion.7
man/man7/create_database.7
man/man7/create_domain.7
man/man7/create_function.7
man/man7/create_group.7
man/man7/create_index.7
man/man7/create_language.7
man/man7/create_operator.7
man/man7/create_operator_class.7
man/man7/create_rule.7
man/man7/create_schema.7
man/man7/create_sequence.7
man/man7/create_table.7
man/man7/create_table_as.7
@ -425,16 +399,22 @@ man/man7/create_trigger.7
man/man7/create_type.7
man/man7/create_user.7
man/man7/create_view.7
man/man7/deallocate.7
man/man7/declare.7
man/man7/delete.7
man/man7/drop_aggregate.7
man/man7/drop_cast.7
man/man7/drop_conversion.7
man/man7/drop_database.7
man/man7/drop_domain.7
man/man7/drop_function.7
man/man7/drop_group.7
man/man7/drop_index.7
man/man7/drop_language.7
man/man7/drop_operator.7
man/man7/drop_operator_class.7
man/man7/drop_rule.7
man/man7/drop_schema.7
man/man7/drop_sequence.7
man/man7/drop_table.7
man/man7/drop_trigger.7
@ -442,6 +422,7 @@ man/man7/drop_type.7
man/man7/drop_user.7
man/man7/drop_view.7
man/man7/end.7
man/man7/execute.7
man/man7/explain.7
man/man7/fetch.7
man/man7/grant.7
@ -451,6 +432,7 @@ man/man7/load.7
man/man7/lock.7
man/man7/move.7
man/man7/notify.7
man/man7/prepare.7
man/man7/reindex.7
man/man7/reset.7
man/man7/revoke.7
@ -462,6 +444,7 @@ man/man7/set_constraints.7
man/man7/set_session_authorization.7
man/man7/set_transaction.7
man/man7/show.7
man/man7/start_transaction.7
man/man7/truncate.7
man/man7/unlisten.7
man/man7/update.7
@ -477,12 +460,6 @@ share/doc/postgresql/README.mb.big5
share/doc/postgresql/README.mb.jp
share/doc/postgresql/TODO
share/doc/postgresql/register.txt
share/postgresql/conversion_create.sql
share/postgresql/pg_hba.conf.sample
share/postgresql/pg_ident.conf.sample
share/postgresql/postgres.bki
share/postgresql/postgres.description
share/postgresql/postgresql.conf.sample
%%SHARED%%
@dirrm share/postgresql
@dirrm share/doc/postgresql

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-docs,v 1.10 2002/12/17 16:38:54 naddy Exp $
@comment $OpenBSD: PLIST-docs,v 1.11 2003/02/12 17:09:04 naddy Exp $
share/doc/postgresql/html/admin-preface.html
share/doc/postgresql/html/admin.html
share/doc/postgresql/html/app-clusterdb.html
@ -191,11 +191,11 @@ share/doc/postgresql/html/libpq-notify.html
share/doc/postgresql/html/libpq-threading.html
share/doc/postgresql/html/libpq-trace.html
share/doc/postgresql/html/libpq.html
share/doc/postgresql/html/ln17902.html
share/doc/postgresql/html/ln24578.html
share/doc/postgresql/html/ln17977.html
share/doc/postgresql/html/ln24704.html
share/doc/postgresql/html/ln25.html
share/doc/postgresql/html/ln37005.html
share/doc/postgresql/html/ln51720.html
share/doc/postgresql/html/ln37148.html
share/doc/postgresql/html/ln51864.html
share/doc/postgresql/html/ln659.html
share/doc/postgresql/html/ln8.html
share/doc/postgresql/html/lo-funcs.html
@ -385,7 +385,10 @@ share/doc/postgresql/html/release-7-1.html
share/doc/postgresql/html/release-7-2-1.html
share/doc/postgresql/html/release-7-2-2.html
share/doc/postgresql/html/release-7-2-3.html
share/doc/postgresql/html/release-7-2-4.html
share/doc/postgresql/html/release-7-2.html
share/doc/postgresql/html/release-7-3-1.html
share/doc/postgresql/html/release-7-3.html
share/doc/postgresql/html/release.html
share/doc/postgresql/html/resources.html
share/doc/postgresql/html/routine-reindex.html
@ -569,7 +572,7 @@ share/doc/postgresql/html/user.html
share/doc/postgresql/html/wal-configuration.html
share/doc/postgresql/html/wal-implementation.html
share/doc/postgresql/html/wal.html
share/doc/postgresql/html/x11875.html
share/doc/postgresql/html/x11950.html
share/doc/postgresql/html/x1779.html
share/doc/postgresql/html/xaggr.html
share/doc/postgresql/html/xfunc-c.html