The ruby extension for access to FrontBase databases is not currently available in the FreeBSD ports tree. Fix: The attached shar archive enables you to install the Ruby extension for FrontBase from www.frontbase.com via the FreeBSD ports tree. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants this port PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Hi, where's ../frontbase dir? XBUILD_DEPENDS+= ${LOCALBASE}/lib/libFBCAccess.a:../frontbase
Sorry about the relative path, that was just to get the port working in my local ports tree. The correct location is /usr/ports/databases/frontbase which I have submitted a port for, though it doesn't look like it has been committed yet (ports/123994). It is probably not a good idea to commit ruby-frontbase before the main FrontBase port gets committed. Thanks
State Changed From-To: feedback->closed Committed, thanks!
edwin 2008-06-16 06:50:26 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/ruby-frontbase Makefile distinfo pkg-descr pkg-plist databases/ruby-frontbase/files patch-extconf.rb patch-frontbase.c Log: (New Port) databases/ruby-frontbase The ruby extension for access to FrontBase databases is not currently available in the FreeBSD ports tree. PR: ports/124085 Submitted by: Mitchell Smith <mjs@bur.st> Revision Changes Path 1.690 +1 -0 ports/databases/Makefile 1.1 +32 -0 ports/databases/ruby-frontbase/Makefile (new) 1.1 +3 -0 ports/databases/ruby-frontbase/distinfo (new) 1.1 +13 -0 ports/databases/ruby-frontbase/files/patch-extconf.rb (new) 1.1 +61 -0 ports/databases/ruby-frontbase/files/patch-frontbase.c (new) 1.1 +3 -0 ports/databases/ruby-frontbase/pkg-descr (new) 1.1 +1 -0 ports/databases/ruby-frontbase/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"