Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175905 - ebuild request for rfunc (used by dev-db/firebird)
Summary: ebuild request for rfunc (used by dev-db/firebird)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://rfunc.sourceforge.net/
Whiteboard: upstream dead since 2003
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-24 20:37 UTC by Christophe PEREZ
Modified: 2022-09-12 20:15 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
rfunc-2.1.3.1-RC1 ebuild (rfunc-2.1.3.1.ebuild,1023 bytes, text/plain)
2010-03-31 15:14 UTC, Dmitry A. Bakshaev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe PEREZ 2007-04-24 20:37:58 UTC
If someone could make an ebuild for rfunc which is used by firebird...

I managed to compile it on amd64 like that :
- download rfunc-2.1.3.1-RC1-unix.tar.gz (http://sourceforge.net/project/showfiles.php?group_id=49556&package_id=42857)
- untar
- cd source
- modify rfunc.conf uncommenting :
        TARGETNAME      = rfunc
        IBVENDOR        = FIREBIRDSQL
        IBVERSION       = 6
        GDS_NAME        = fbclient
  and adding :
        IBASE           = /opt/firebird
- compile with :
        make -f makefile.linux rfunc
- cp rfunc /opt/firebird/UDF/
- chmod 550 /opt/firebird/UDF/rfunc
- chown firebird\: /opt/firebird/UDF/rfunc
- restart firebird

It seems to work like that.
Thanks.
Comment 1 William L. Thomson Jr. (RETIRED) gentoo-dev 2007-05-17 04:42:58 UTC
I might look into this once I get things with 1.5.4 and 2.0.1 all squared away. No idea on time frame.
Comment 2 Christophe PEREZ 2007-05-17 06:20:43 UTC
Thanks !
Comment 3 Łukasz Damentko (RETIRED) gentoo-dev 2008-10-30 16:23:23 UTC
Reassigning to maintainer-needed since wltjr has left Gentoo, bug #135927.
Comment 4 Víctor Ostorga (RETIRED) gentoo-dev 2009-08-07 06:38:15 UTC
This is maintainer-wanted land.
Comment 5 Dmitry A. Bakshaev 2010-03-31 15:14:45 UTC
Created attachment 225967 [details]
rfunc-2.1.3.1-RC1 ebuild