diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-12-22 06:43:53 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-12-22 06:43:53 +0000 |
commit | f722d87f6ac876ec30112f7d5661b547bc0844af (patch) | |
tree | e8c7cfa7dce6b598eb42c5f4995c899b484918d2 /dev-db | |
parent | Error found in 5.8 ebuild for non threaded perls (diff) | |
download | gentoo-2-f722d87f6ac876ec30112f7d5661b547bc0844af.tar.gz gentoo-2-f722d87f6ac876ec30112f7d5661b547bc0844af.tar.bz2 gentoo-2-f722d87f6ac876ec30112f7d5661b547bc0844af.zip |
added an addwrite for a persistant perl sandbox bug.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.3.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 56e547190a3d..181ac8c5adc2 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-db/postgresql # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.45 2002/12/09 12:46:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.46 2002/12/22 06:43:53 rphillips Exp $ 04 Dec 2002: Michael Cummings <mcummings@gentoo.org> postgresql-7.3.ebuild: @@ -9,6 +9,9 @@ *postgresql-7.3 (1 Dec 2002) + 21 Dec 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.3.ebuild: + Added an addwrite to the perl script + 03 Dec 2002: Preston A. Elder <prez@gentoo.org> files/7.3/postgresql: Forgot the init script, added now. diff --git a/dev-db/postgresql/postgresql-7.3.ebuild b/dev-db/postgresql/postgresql-7.3.ebuild index f1c2d699ea43..ff6be293969b 100644 --- a/dev-db/postgresql/postgresql-7.3.ebuild +++ b/dev-db/postgresql/postgresql-7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.ebuild,v 1.2 2002/12/09 12:46:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.ebuild,v 1.3 2002/12/22 06:43:53 rphillips Exp $ IUSE="ssl nls java python tcltk perl" @@ -89,6 +89,8 @@ src_compile() { src_install () { + addwrite "/usr/share/man/man3/Pg.3pm" + if [ "`use perl`" ] then mv ${S}/src/pl/plperl/Makefile ${S}/src/pl/plperl/Makefile_orig |