Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 2007 22:21:43 -0500 (EST)
From:      Christopher Boumenot <boumenot@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107940: [MAINTAINER] databases/ruby18-dbd_interbase: [SUMMARIZE CHANGES]
Message-ID:  <20070115032143.53867F1914@crash.divebomb.org>
Resent-Message-ID: <200701150330.l0F3UJca093752@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107940
>Category:       ports
>Synopsis:       [MAINTAINER] databases/ruby18-dbd_interbase: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 15 03:30:19 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Boumenot
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006
>Description:
Fix the dependency line for ruby-dbd_interbase by making it more explicit the
directory of the dependency.

Mark the port has broken until it builds correctly against the newer version of
databases/firebird-client2.  (kris@freebsd.org has pinged me (twice!) on this
issue.)

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ruby18-dbd_interbase-0.1.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/ruby-dbd_interbase/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	21 May 2006 22:39:09 -0000	1.10
+++ Makefile	15 Jan 2007 03:18:59 -0000
@@ -18,7 +18,7 @@
 COMMENT=	InterBase driver for DBI-for-Ruby
 
 RUN_DEPENDS=	${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
-		${RUBY_SITEARCHLIBDIR}/interbase.so:${.CURDIR}/../ruby-interbase
+		${RUBY_SITEARCHLIBDIR}/interbase.so:${PORTSDIR}/databases/ruby-interbase
 
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
@@ -31,4 +31,6 @@
 
 .include "${.CURDIR}/../ruby-dbi/Makefile.common"
 
+BROKEN=		Does not compile
+
 .include <bsd.port.mk>
--- ruby18-dbd_interbase-0.1.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070115032143.53867F1914>