Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 09:50:19 -0700 (PDT)
From:      "LiuKang" <lazykang@hotmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/55072: [PATCH] Update postgresql7 to 7.3.4
Message-ID:  <200307311650.h6VGoJOH089452@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/55072; it has been noted by GNATS.

From: "LiuKang" <lazykang@hotmail.com>
To: <freebsd-gnats-submit@FreeBSD.org>, <delphij@hotmail.com>
Cc:  
Subject: Re: ports/55072: [PATCH] Update postgresql7 to 7.3.4
Date: Fri, 1 Aug 2003 00:46:20 +0800

 Xin Li didn't update pkg-plist in his patch.  I've test my patch on
 5.1-current i386.
 
 Kang Liu
 
 
 --- Makefile.orig	Thu Jul 31 22:57:40 2003
 +++ Makefile	Fri Aug  1 00:28:26 2003
 @@ -6,8 +6,7 @@
  #
 
  PORTNAME?=	postgresql
 -PORTVERSION?=	7.3.3
 -PORTREVISION?=	1
 +PORTVERSION?=	7.3.4
  CATEGORIES?=	databases
  MASTER_SITES=	${MASTER_SITE_PGSQL}
  MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
 @@ -15,13 +14,31 @@
  		postgresql-opt-${PORTVERSION}${EXTRACT_SUFX}
 
  MAINTAINER?=	girgen@pingpong.net
 -
  COMMENT=	The most advanced open-source database available anywhere
 +
  WRKSRC=		${WRKDIR}/postgresql-${PORTVERSION}
  DIST_SUBDIR=	postgresql
 
  USE_GMAKE=	YES
  GNU_CONFIGURE=	YES
 +
 +MAN1=clusterdb.1 createdb.1 createlang.1 createuser.1 dropdb.1 droplang.1
 dropuser.1 \
 +ecpg.1 initdb.1 initlocation.1 ipcclean.1 pg_config.1 pg_controldata.1
 pg_ctl.1 \
 +pg_dump.1 pg_dumpall.1 pg_resetxlog.1 pg_restore.1 pgtclsh.1 pgtksh.1
 postgres.1 postmaster.1 psql.1 vacuumdb.1
 +MAN7= abort.7 alter_database.7 alter_group.7 alter_table.7 alter_trigger.7
 alter_user.7 \
 +analyze.7 begin.7 checkpoint.7 close.7 cluster.7 comment.7 commit.7 copy.7
 \
 +create_aggregate.7 create_cast.7 create_constraint_trigger.7
 create_conversion.7 \
 +create_database.7 create_domain.7 create_function.7 create_group.7
 create_index.7 \
 +create_language.7 create_operator.7 create_operator_class.7 create_rule.7 \
 +create_schema.7 create_sequence.7 create_table.7 create_table_as.7
 create_trigger.7 \
 +create_type.7 create_user.7 create_view.7 deallocate.7 declare.7 delete.7
 drop_aggregate.7 \
 +drop_cast.7 drop_conversion.7 drop_database.7 drop_domain.7 drop_function.7
 drop_group.7 \
 +drop_index.7 drop_language.7 drop_operator.7 drop_operator_class.7
 drop_rule.7 drop_schema.7 \
 +drop_sequence.7 drop_table.7 drop_trigger.7 drop_type.7 drop_user.7
 drop_view.7 end.7 \
 +execute.7 explain.7 fetch.7 grant.7 insert.7 listen.7 load.7 lock.7 move.7
 notify.7 \
 +prepare.7 reindex.7 reset.7 revoke.7 rollback.7 select.7 select_into.7
 set.7 set_constraints.7 \
 +set_session_authorization.7 set_transaction.7 show.7 start_transaction.7
 truncate.7 \
 +unlisten.7 update.7 vacuum.7
 
  .if defined(POSTGRESQL_SUBPORT)
  ## the POSTGRESQL_SUBPORTS use this port's distinfo
 
 
 --- postgresql7.orig/distinfo	Mon Jun  2 09:44:03 2003
 +++ postgresql7/distinfo	Thu Jul 31 00:45:07 2003
 @@ -1,4 +1,4 @@
 -MD5 (postgresql/postgresql-base-7.3.3.tar.gz) =
 4f5830d3effa8b00b22cc13597030b2f
 -MD5 (postgresql/postgresql-opt-7.3.3.tar.gz) =
 b0b7f07c6bba1813b18e9901e481599d
 -MD5 (postgresql/postgresql-docs-7.3.3.tar.gz) =
 5009a3233f3ecf80369a5613298fbb8c
 -MD5 (postgresql/postgresql-test-7.3.3.tar.gz) =
 d029272601b4d8bfac3b6be843f0064b
 +MD5 (postgresql/postgresql-base-7.3.4.tar.gz) =
 2b8600cc0f0c2d80271b533c394c886b
 +MD5 (postgresql/postgresql-opt-7.3.4.tar.gz) =
 3a0f0254bf9d6dccc61baa149c68ae75
 +MD5 (postgresql/postgresql-test-7.3.4.tar.gz) =
 7734ec70bb8e3d3bb3ba49e6dcee10e5
 +MD5 (postgresql/postgresql-docs-7.3.4.tar.gz) =
 0144134674614e6b6a54103482f8acb2
 
 --- pkg-plist.orig	Thu Jul 31 22:57:57 2003
 +++ pkg-plist	Thu Jul 31 23:37:09 2003
 @@ -18,140 +18,24 @@
  bin/pg_id
  bin/pg_resetxlog
  bin/pg_restore
 -%%SERVER%%bin/postmaster
  %%SERVER%%bin/postgres
 +%%SERVER%%bin/postmaster
  bin/psql
  bin/vacuumdb
 -include/libpq/libpq-fs.h
 -@dirrm include/libpq
 -include/postgresql/internal/libpq/pqcomm.h
 -@dirrm include/postgresql/internal/libpq
 -include/postgresql/internal/lib/dllist.h
 -@dirrm include/postgresql/internal/lib
 -include/postgresql/internal/c.h
 -include/postgresql/internal/libpq-int.h
 -include/postgresql/internal/postgres_fe.h
 -include/postgresql/internal/pqexpbuffer.h
 -@dirrm include/postgresql/internal
  include/ecpgerrno.h
  include/ecpglib.h
  include/ecpgtype.h
  include/libpq-fe.h
 +include/libpq/libpq-fs.h
  include/pg_config.h
  include/pg_config_os.h
  include/postgres_ext.h
 -include/sql3types.h
 -include/sqlca.h
 -lib/libecpg.a
 -lib/libecpg.so
 -lib/libecpg.so.3
 -lib/libpq.a
 -lib/libpq.so
 -lib/libpq.so.3
 -%%SERVER%%lib/postgresql/ascii_and_mic.so
 -%%SERVER%%lib/postgresql/cyrillic_and_mic.so
 -%%SERVER%%lib/postgresql/euc_cn_and_mic.so
 -%%SERVER%%lib/postgresql/euc_jp_and_sjis.so
 -%%SERVER%%lib/postgresql/euc_kr_and_mic.so
 -%%SERVER%%lib/postgresql/euc_tw_and_big5.so
 -%%SERVER%%lib/postgresql/latin2_and_win1250.so
 -%%SERVER%%lib/postgresql/latin_and_mic.so
 -%%SERVER%%lib/postgresql/utf8_and_ascii.so
 -%%SERVER%%lib/postgresql/utf8_and_big5.so
 -%%SERVER%%lib/postgresql/utf8_and_cyrillic.so
 -%%SERVER%%lib/postgresql/utf8_and_euc_cn.so
 -%%SERVER%%lib/postgresql/utf8_and_euc_jp.so
 -%%SERVER%%lib/postgresql/utf8_and_euc_kr.so
 -%%SERVER%%lib/postgresql/utf8_and_euc_tw.so
 -%%SERVER%%lib/postgresql/utf8_and_gb18030.so
 -%%SERVER%%lib/postgresql/utf8_and_gbk.so
 -%%SERVER%%lib/postgresql/utf8_and_iso8859.so
 -%%SERVER%%lib/postgresql/utf8_and_iso8859_1.so
 -%%SERVER%%lib/postgresql/utf8_and_johab.so
 -%%SERVER%%lib/postgresql/utf8_and_sjis.so
 -%%SERVER%%lib/postgresql/utf8_and_tcvn.so
 -%%SERVER%%lib/postgresql/utf8_and_uhc.so
 -%%SERVER%%lib/postgresql/utf8_and_win1250.so
 -%%SERVER%%lib/postgresql/utf8_and_win1256.so
 -%%SERVER%%lib/postgresql/utf8_and_win874.so
 -%%SERVER%%lib/postgresql/plpgsql.so
 -@unexec rmdir %D/lib/postgresql 2>/dev/null || true
 -%%SERVER%%share/postgresql/502.pgsql
 -%%SERVER%%share/postgresql/postgres.bki
 -%%SERVER%%share/postgresql/postgres.description
 -%%SERVER%%share/postgresql/pg_hba.conf.sample
 -%%SERVER%%share/postgresql/pg_ident.conf.sample
 -%%SERVER%%share/postgresql/postgresql.conf.sample
 -%%SERVER%%share/postgresql/conversion_create.sql
 -share/postgresql/post-install-notes
 -@unexec rmdir %D/share/postgresql 2>/dev/null || true
 -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo
 -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo
 -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq.mo
 -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo
 -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo
 -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata.mo
 -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo
 -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq.mo
 -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump.mo
 -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo
 -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.mo
 -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq.mo
 -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo
 -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo
 -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo
 -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo
 -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo
 -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo
 -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo
 -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata.mo
 -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo
 -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo
 -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo
 -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
 -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo
 -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.mo
 -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo
 -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
 -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
 -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
 -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo
 -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo
 -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo
 -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo
 -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_controldata.mo
 -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo
 -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata.mo
 -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq.mo
 -%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
 -%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
 -%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
 -%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
 -%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
 -%%SERVER%%%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo
 -%%SERVER%%%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo
 -%%SERVER%%%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo
 -%%SERVER%%%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo
 -%%SERVER%%%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo
 -%%GETTEXT%%@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
 -%%GETTEXT%%@unexec rmdir %D/share/locale/* 2>/dev/null || true
 -%%GETTEXT%%@unexec rmdir %D/share/locale 2>/dev/null || true
 -%%SERVER%%@unexec if cmp -s ~pgsql/.profile
 %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi
 -%%SERVER%%@unexec if cmp -s ~pgsql/.cshrc
 %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi
 -%%SERVER%%@unexec [ -f ~pgsql/dot.profile.dist ] && rm
 ~pgsql/dot.profile.dist
 -%%SERVER%%@unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist
 -%%SERVER%%@exec [ -f %D/share/postgresql/post-install-notes ] && cp
 %D/share/postgresql/post-install-notes ~pgsql && chown pgsql:pgsql
 ~pgsql/post-install-notes
 -%%SERVER%%@unexec [ -f ~pgsql/post-install-notes ] && rm
 ~pgsql/post-install-notes
 -%%SERVER%%share/postgresql/dot.profile.dist
 -%%SERVER%%share/postgresql/dot.cshrc.dist
 -%%SERVER%%@exec [ -f %D/share/postgresql/dot.profile.dist ] && cp
 %D/share/postgresql/dot.profile.dist ~pgsql/.
 -%%SERVER%%@exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp
 %D/share/postgresql/dot.cshrc.dist ~pgsql/.
 -%%SERVER%%@exec [ -f ~pgsql/.profile ] || (cp
 %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql
 ~pgsql/.profile)
 -%%SERVER%%@exec [ -f ~pgsql/.cshrc ] || (cp
 %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql
 ~pgsql/.cshrc)
 -%%SERVER%%@unexec rmdir ~pgsql 2> /dev/null || true
 -%%SERVER%%@unexec echo "Warning: If you will *NOT* use this package
 anymore, please remove %D/pgsql and the pgsql user manually."
 -%%SERVER%%@unexec rmdir %D/share/postgresql 2>/dev/null || true
 -%%SERVER%%etc/rc.d/010.pgsql.sh
 +include/postgresql/internal/c.h
 +include/postgresql/internal/lib/dllist.h
 +include/postgresql/internal/libpq-int.h
 +include/postgresql/internal/libpq/pqcomm.h
 +include/postgresql/internal/postgres_fe.h
 +include/postgresql/internal/pqexpbuffer.h
  %%SERVER%%include/postgresql/server/access/attnum.h
  %%SERVER%%include/postgresql/server/access/clog.h
  %%SERVER%%include/postgresql/server/access/genam.h
 @@ -177,13 +61,14 @@
  %%SERVER%%include/postgresql/server/access/transam.h
  %%SERVER%%include/postgresql/server/access/tupdesc.h
  %%SERVER%%include/postgresql/server/access/tupmacs.h
 -%%SERVER%%include/postgresql/server/access/valid.h
  %%SERVER%%include/postgresql/server/access/tuptoaster.h
 +%%SERVER%%include/postgresql/server/access/valid.h
  %%SERVER%%include/postgresql/server/access/xact.h
  %%SERVER%%include/postgresql/server/access/xlog.h
  %%SERVER%%include/postgresql/server/access/xlogdefs.h
  %%SERVER%%include/postgresql/server/access/xlogutils.h
  %%SERVER%%include/postgresql/server/bootstrap/bootstrap.h
 +%%SERVER%%include/postgresql/server/c.h
  %%SERVER%%include/postgresql/server/catalog/catalog.h
  %%SERVER%%include/postgresql/server/catalog/catname.h
  %%SERVER%%include/postgresql/server/catalog/catversion.h
 @@ -205,8 +90,8 @@
  %%SERVER%%include/postgresql/server/catalog/pg_conversion.h
  %%SERVER%%include/postgresql/server/catalog/pg_database.h
  %%SERVER%%include/postgresql/server/catalog/pg_depend.h
 -%%SERVER%%include/postgresql/server/catalog/pg_group.h
  %%SERVER%%include/postgresql/server/catalog/pg_description.h
 +%%SERVER%%include/postgresql/server/catalog/pg_group.h
  %%SERVER%%include/postgresql/server/catalog/pg_index.h
  %%SERVER%%include/postgresql/server/catalog/pg_inherits.h
  %%SERVER%%include/postgresql/server/catalog/pg_language.h
 @@ -243,6 +128,7 @@
  %%SERVER%%include/postgresql/server/commands/variable.h
  %%SERVER%%include/postgresql/server/commands/version.h
  %%SERVER%%include/postgresql/server/commands/view.h
 +%%SERVER%%include/postgresql/server/dynloader.h
  %%SERVER%%include/postgresql/server/executor/execdebug.h
  %%SERVER%%include/postgresql/server/executor/execdefs.h
  %%SERVER%%include/postgresql/server/executor/execdesc.h
 @@ -272,6 +158,8 @@
  %%SERVER%%include/postgresql/server/executor/spi.h
  %%SERVER%%include/postgresql/server/executor/spi_priv.h
  %%SERVER%%include/postgresql/server/executor/tuptable.h
 +%%SERVER%%include/postgresql/server/fmgr.h
 +%%SERVER%%include/postgresql/server/funcapi.h
  %%SERVER%%include/postgresql/server/lib/dllist.h
  %%SERVER%%include/postgresql/server/lib/lispsort.h
  %%SERVER%%include/postgresql/server/lib/stringinfo.h
 @@ -287,6 +175,7 @@
  %%SERVER%%include/postgresql/server/libpq/pqformat.h
  %%SERVER%%include/postgresql/server/libpq/pqsignal.h
  %%SERVER%%include/postgresql/server/mb/pg_wchar.h
 +%%SERVER%%include/postgresql/server/miscadmin.h
  %%SERVER%%include/postgresql/server/nodes/execnodes.h
  %%SERVER%%include/postgresql/server/nodes/makefuncs.h
  %%SERVER%%include/postgresql/server/nodes/memnodes.h
 @@ -339,6 +228,9 @@
  %%SERVER%%include/postgresql/server/parser/parser.h
  %%SERVER%%include/postgresql/server/parser/parsetree.h
  %%SERVER%%include/postgresql/server/parser/scansup.h
 +%%SERVER%%include/postgresql/server/pg_config.h
 +%%SERVER%%include/postgresql/server/pg_config_os.h
 +%%SERVER%%include/postgresql/server/pgstat.h
  %%SERVER%%include/postgresql/server/port/aix.h
  %%SERVER%%include/postgresql/server/port/beos.h
  %%SERVER%%include/postgresql/server/port/bsdi.h
 @@ -362,6 +254,9 @@
  %%SERVER%%include/postgresql/server/port/unixware.h
  %%SERVER%%include/postgresql/server/port/win.h
  %%SERVER%%include/postgresql/server/port/win32.h
 +%%SERVER%%include/postgresql/server/postgres.h
 +%%SERVER%%include/postgresql/server/postgres_ext.h
 +%%SERVER%%include/postgresql/server/postgres_fe.h
  %%SERVER%%include/postgresql/server/regex/cclass.h
  %%SERVER%%include/postgresql/server/regex/cname.h
  %%SERVER%%include/postgresql/server/regex/regex.h
 @@ -373,6 +268,7 @@
  %%SERVER%%include/postgresql/server/rewrite/rewriteManip.h
  %%SERVER%%include/postgresql/server/rewrite/rewriteRemove.h
  %%SERVER%%include/postgresql/server/rewrite/rewriteSupport.h
 +%%SERVER%%include/postgresql/server/rusagestub.h
  %%SERVER%%include/postgresql/server/storage/backendid.h
  %%SERVER%%include/postgresql/server/storage/block.h
  %%SERVER%%include/postgresql/server/storage/buf.h
 @@ -405,6 +301,7 @@
  %%SERVER%%include/postgresql/server/storage/sinvaladt.h
  %%SERVER%%include/postgresql/server/storage/smgr.h
  %%SERVER%%include/postgresql/server/storage/spin.h
 +%%SERVER%%include/postgresql/server/strdup.h
  %%SERVER%%include/postgresql/server/tcop/dest.h
  %%SERVER%%include/postgresql/server/tcop/fastpath.h
  %%SERVER%%include/postgresql/server/tcop/pquery.h
 @@ -455,35 +352,131 @@
  %%SERVER%%include/postgresql/server/utils/tuplesort.h
  %%SERVER%%include/postgresql/server/utils/tuplestore.h
  %%SERVER%%include/postgresql/server/utils/varbit.h
 -%%SERVER%%include/postgresql/server/pg_config.h
 -%%SERVER%%include/postgresql/server/pg_config_os.h
 -%%SERVER%%include/postgresql/server/c.h
 -%%SERVER%%include/postgresql/server/dynloader.h
 -%%SERVER%%include/postgresql/server/fmgr.h
 -%%SERVER%%include/postgresql/server/funcapi.h
 -%%SERVER%%include/postgresql/server/miscadmin.h
 -%%SERVER%%include/postgresql/server/pgstat.h
 -%%SERVER%%include/postgresql/server/postgres.h
 -%%SERVER%%include/postgresql/server/postgres_ext.h
 -%%SERVER%%include/postgresql/server/postgres_fe.h
 -%%SERVER%%include/postgresql/server/rusagestub.h
 -%%SERVER%%include/postgresql/server/strdup.h
 -%%SERVER%%@dirrm include/postgresql/server/access
 -%%SERVER%%@dirrm include/postgresql/server/bootstrap
 -%%SERVER%%@dirrm include/postgresql/server/catalog
 -%%SERVER%%@dirrm include/postgresql/server/commands
 -%%SERVER%%@dirrm include/postgresql/server/executor
 -%%SERVER%%@dirrm include/postgresql/server/lib
 -%%SERVER%%@dirrm include/postgresql/server/libpq
 -%%SERVER%%@dirrm include/postgresql/server/mb
 -%%SERVER%%@dirrm include/postgresql/server/nodes
 -%%SERVER%%@dirrm include/postgresql/server/optimizer
 -%%SERVER%%@dirrm include/postgresql/server/parser
 -%%SERVER%%@dirrm include/postgresql/server/port
 -%%SERVER%%@dirrm include/postgresql/server/regex
 -%%SERVER%%@dirrm include/postgresql/server/rewrite
 -%%SERVER%%@dirrm include/postgresql/server/storage
 -%%SERVER%%@dirrm include/postgresql/server/tcop
 +include/sql3types.h
 +include/sqlca.h
 +lib/libecpg.a
 +lib/libecpg.so
 +lib/libecpg.so.3
 +lib/libpq.a
 +lib/libpq.so
 +lib/libpq.so.3
 +%%SERVER%%lib/postgresql/ascii_and_mic.so
 +%%SERVER%%lib/postgresql/cyrillic_and_mic.so
 +%%SERVER%%lib/postgresql/euc_cn_and_mic.so
 +%%SERVER%%lib/postgresql/euc_jp_and_sjis.so
 +%%SERVER%%lib/postgresql/euc_kr_and_mic.so
 +%%SERVER%%lib/postgresql/euc_tw_and_big5.so
 +%%SERVER%%lib/postgresql/latin2_and_win1250.so
 +%%SERVER%%lib/postgresql/latin_and_mic.so
 +%%SERVER%%lib/postgresql/plpgsql.so
 +%%SERVER%%lib/postgresql/utf8_and_ascii.so
 +%%SERVER%%lib/postgresql/utf8_and_big5.so
 +%%SERVER%%lib/postgresql/utf8_and_cyrillic.so
 +%%SERVER%%lib/postgresql/utf8_and_euc_cn.so
 +%%SERVER%%lib/postgresql/utf8_and_euc_jp.so
 +%%SERVER%%lib/postgresql/utf8_and_euc_kr.so
 +%%SERVER%%lib/postgresql/utf8_and_euc_tw.so
 +%%SERVER%%lib/postgresql/utf8_and_gb18030.so
 +%%SERVER%%lib/postgresql/utf8_and_gbk.so
 +%%SERVER%%lib/postgresql/utf8_and_iso8859.so
 +%%SERVER%%lib/postgresql/utf8_and_iso8859_1.so
 +%%SERVER%%lib/postgresql/utf8_and_johab.so
 +%%SERVER%%lib/postgresql/utf8_and_sjis.so
 +%%SERVER%%lib/postgresql/utf8_and_tcvn.so
 +%%SERVER%%lib/postgresql/utf8_and_uhc.so
 +%%SERVER%%lib/postgresql/utf8_and_win1250.so
 +%%SERVER%%lib/postgresql/utf8_and_win1256.so
 +%%SERVER%%lib/postgresql/utf8_and_win874.so
 +@unexec rmdir %D/lib/postgresql 2>/dev/null || true
 +%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq.mo
 +%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata.mo
 +%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo
 +%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo
 +%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
 +%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo
 +%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq.mo
 +%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata.mo
 +%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
 +%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo
 +%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo
 +%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo
 +%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
 +%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_controldata.mo
 +%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo
 +%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
 +%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo
 +%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq.mo
 +%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo
 +%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump.mo
 +%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.mo
 +%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo
 +%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo
 +%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo
 +%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo
 +%%SERVER%%%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo
 +%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo
 +%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo
 +%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata.mo
 +%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo
 +%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo
 +%%SERVER%%%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo
 +%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo
 +%%SERVER%%%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo
 +%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo
 +%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo
 +%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo
 +%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.mo
 +%%SERVER%%%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo
 +%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
 +%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
 +%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
 +%%SERVER%%%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo
 +%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
 +%%SERVER%%@unexec if cmp -s ~pgsql/.profile
 %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi
 +%%SERVER%%@unexec if cmp -s ~pgsql/.cshrc
 %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi
 +%%SERVER%%@unexec [ -f ~pgsql/dot.profile.dist ] && rm
 ~pgsql/dot.profile.dist
 +%%SERVER%%@unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist
 +%%SERVER%%@exec [ -f %D/share/postgresql/post-install-notes ] && cp
 %D/share/postgresql/post-install-notes ~pgsql && chown pgsql:pgsql
 ~pgsql/post-install-notes
 +%%SERVER%%@unexec [ -f ~pgsql/post-install-notes ] && rm
 ~pgsql/post-install-notes
 +%%SERVER%%share/postgresql/dot.profile.dist
 +%%SERVER%%share/postgresql/dot.cshrc.dist
 +%%SERVER%%@exec [ -f %D/share/postgresql/dot.profile.dist ] && cp
 %D/share/postgresql/dot.profile.dist ~pgsql/.
 +%%SERVER%%@exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp
 %D/share/postgresql/dot.cshrc.dist ~pgsql/.
 +%%SERVER%%@exec [ -f ~pgsql/.profile ] || (cp
 %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql
 ~pgsql/.profile)
 +%%SERVER%%@exec [ -f ~pgsql/.cshrc ] || (cp
 %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql
 ~pgsql/.cshrc)
 +%%SERVER%%@unexec rmdir ~pgsql 2> /dev/null || true
 +%%SERVER%%@unexec echo "Warning: If you will *NOT* use this package
 anymore, please remove %D/pgsql and the pgsql user manually."
 +%%SERVER%%@unexec rmdir %D/share/postgresql 2>/dev/null || true
 +%%SERVER%%etc/rc.d/010.pgsql.sh
 +%%SERVER%%share/postgresql/502.pgsql
 +%%SERVER%%share/postgresql/conversion_create.sql
 +%%SERVER%%share/postgresql/pg_hba.conf.sample
 +%%SERVER%%share/postgresql/pg_ident.conf.sample
 +%%SERVER%%share/postgresql/post-install-notes
 +%%SERVER%%share/postgresql/postgres.bki
 +%%SERVER%%share/postgresql/postgres.description
 +%%SERVER%%share/postgresql/postgresql.conf.sample
 +@unexec rmdir %D/share/postgresql 2>/dev/null || true
  %%SERVER%%@dirrm include/postgresql/server/utils
 +%%SERVER%%@dirrm include/postgresql/server/tcop
 +%%SERVER%%@dirrm include/postgresql/server/storage
 +%%SERVER%%@dirrm include/postgresql/server/rewrite
 +%%SERVER%%@dirrm include/postgresql/server/regex
 +%%SERVER%%@dirrm include/postgresql/server/port
 +%%SERVER%%@dirrm include/postgresql/server/parser
 +%%SERVER%%@dirrm include/postgresql/server/optimizer
 +%%SERVER%%@dirrm include/postgresql/server/nodes
 +%%SERVER%%@dirrm include/postgresql/server/mb
 +%%SERVER%%@dirrm include/postgresql/server/libpq
 +%%SERVER%%@dirrm include/postgresql/server/lib
 +%%SERVER%%@dirrm include/postgresql/server/executor
 +%%SERVER%%@dirrm include/postgresql/server/commands
 +%%SERVER%%@dirrm include/postgresql/server/catalog
 +%%SERVER%%@dirrm include/postgresql/server/bootstrap
 +%%SERVER%%@dirrm include/postgresql/server/access
  %%SERVER%%@dirrm include/postgresql/server
 +@dirrm include/postgresql/internal/libpq
 +@dirrm include/postgresql/internal/lib
 +@dirrm include/postgresql/internal
  @dirrm include/postgresql
 +@dirrm include/libpq
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307311650.h6VGoJOH089452>