summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2003-03-18 08:23:42 +0000
committerMasatomo Nakano <nakano@gentoo.org>2003-03-18 08:23:42 +0000
commit207ac7d2437eca99b2535175e6bd3a5fe29abba2 (patch)
treecadac7f65e1815693dc8efe4aaa40d945b89df89 /dev-db/pgaccess
parentntp.conf fixes (diff)
downloadgentoo-2-207ac7d2437eca99b2535175e6bd3a5fe29abba2.tar.gz
gentoo-2-207ac7d2437eca99b2535175e6bd3a5fe29abba2.tar.bz2
gentoo-2-207ac7d2437eca99b2535175e6bd3a5fe29abba2.zip
fixed bug. #17668
Diffstat (limited to 'dev-db/pgaccess')
-rw-r--r--dev-db/pgaccess/ChangeLog7
-rw-r--r--dev-db/pgaccess/files/pgaccess-0.98.8.patch4
-rw-r--r--dev-db/pgaccess/pgaccess-0.98.8.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-db/pgaccess/ChangeLog b/dev-db/pgaccess/ChangeLog
index d2b5009aa25a..dc2d1cd39432 100644
--- a/dev-db/pgaccess/ChangeLog
+++ b/dev-db/pgaccess/ChangeLog
@@ -1,12 +1,17 @@
# ChangeLog for dev-db/pgaccess
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/ChangeLog,v 1.1 2003/03/18 05:23:54 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/ChangeLog,v 1.2 2003/03/18 08:23:42 nakano Exp $
*pgaccess-0.98.8 (18 Mar 2003)
18 Mar 2003; Masatomo Nakano <nakano@gentoo.org> pgaccess-0.98.8.ebuild,
files/pgaccess-0.98.8.patch:
+ Fixed bug. #17668
+
+ 18 Mar 2003; Masatomo Nakano <nakano@gentoo.org> pgaccess-0.98.8.ebuild,
+ files/pgaccess-0.98.8.patch:
+
Initial import. Ebuild submitted by Dirk Heinrichs
<ext-dirk.heinrichs@nokia.com>.
diff --git a/dev-db/pgaccess/files/pgaccess-0.98.8.patch b/dev-db/pgaccess/files/pgaccess-0.98.8.patch
index f3ebcedebd3d..50fc29060724 100644
--- a/dev-db/pgaccess/files/pgaccess-0.98.8.patch
+++ b/dev-db/pgaccess/files/pgaccess-0.98.8.patch
@@ -22,8 +22,8 @@ diff -rc pgaccess-0.98.8/Makefile pgaccess-0.98.8.new/Makefile
#
#-------------------------------------------------------------------------
-! bindir := $(prefix)/usr/bin/X11
-! libdir := $(prefix)/usr/lib/pgaccess
+! bindir := $(prefix)/bin/X11
+! libdir := $(prefix)/lib/pgaccess
! wish := `which wish`
pgaccess:
diff --git a/dev-db/pgaccess/pgaccess-0.98.8.ebuild b/dev-db/pgaccess/pgaccess-0.98.8.ebuild
index 4ee842833ee7..b00cdb4f4ffc 100644
--- a/dev-db/pgaccess/pgaccess-0.98.8.ebuild
+++ b/dev-db/pgaccess/pgaccess-0.98.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.98.8.ebuild,v 1.1 2003/03/18 05:23:54 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.98.8.ebuild,v 1.2 2003/03/18 08:23:42 nakano Exp $
DESCRIPTION="a database frontend for postgresql"
HOMEPAGE="http://www.pgaccess.org/"
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}
src_compile() {
cd ${S}
patch -p1 < ${FILESDIR}/${P}.patch || die
- emake prefix=${D} || die
+ emake || die
}
src_install() {