postgresql: rebuild against tcl-8.6.
This commit is contained in:
parent
681155b433
commit
a452efea02
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=8.4.15
|
version=8.4.15
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
||||||
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
||||||
|
@ -22,7 +22,7 @@ long_desc="
|
||||||
|
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="readline-devel openssl-devel perl>=5.16
|
makedepends="readline-devel openssl-devel perl>=5.16
|
||||||
tcl-devel python-devel libxml2-devel libxslt-devel pam-devel"
|
tcl-devel>=8.6 python-devel libxml2-devel libxslt-devel pam-devel"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/${pkgname}.confd 644 etc/default ${pkgname}
|
vinstall ${FILESDIR}/${pkgname}.confd 644 etc/default ${pkgname}
|
||||||
|
@ -148,7 +148,6 @@ postgresql_package() {
|
||||||
postgres_descr="PostgreSQL database server user"
|
postgres_descr="PostgreSQL database server user"
|
||||||
depends="shadow"
|
depends="shadow"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue