Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 67048

Summary: psqlonly use-flag for postgresql
Product: Gentoo Linux Reporter: Florian E.J. Fruth <spammail01>
Component: New packagesAssignee: PgSQL Bugs <pgsql-bugs>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: esigra
Priority: High    
Version: 2004.2   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: the patch for the additional use-flag

Description Florian E.J. Fruth 2004-10-10 22:19:49 UTC
i always searched for a possibilty to only compile the psql tool from the postgresql-package because i don't need a postgresql server on a client-box. now i finally found a solution by extenting the postgresql-ebuild with a psqlonly use flag. if it's enabled it will only compile psql + libpg.so and leave all the other stuff as it is. problem is the ebuild still depends on all the stuff that postgres needs for compiling. but i'm not experienced enough in ebuild writing to avoid this. i even tried to make an own postgresql-client.ebuild without luck. but perhaps this is still usefull for anyone.
Comment 1 Florian E.J. Fruth 2004-10-10 22:21:02 UTC
Created attachment 41505 [details, diff]
the patch for the additional use-flag
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2004-10-11 02:20:39 UTC
I really want to do this.
But I'm not sure how we should do it..

Please see bug 55073 and comment something if you want.


*** This bug has been marked as a duplicate of 55073 ***