Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Dec 2006 22:24:19 -0500 (EST)
From:      Christopher Boumenot <boumenot@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106191: [MAINTAINER] databases/ruby18-dbd_interbase: [SUMMARIZE CHANGES]
Message-ID:  <20061202032419.CA796F1F74@crash.divebomb.org>
Resent-Message-ID: <200612020330.kB23U9qO064564@freefall.freebsd.org>

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

>Number:         106191
>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:   Sat Dec 02 03:30:09 GMT 2006
>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 an mtree problem, as reported on pointyhat.freebsd.org.
- Fix an issue where ruby-interbase was recently upgraded, and the
built library changed from interbase.so, to fb.so.  The dependency
in ruby-dbd_interbase has to be updated to match this.

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

--- ruby18-dbd_interbase-0.1.0.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	2 Dec 2006 03:23:39 -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}/fb.so:${.CURDIR}/../ruby-interbase
 
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/ruby-dbd_interbase/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	9 May 2006 07:40:16 -0000	1.4
+++ pkg-plist	2 Dec 2006 03:23:39 -0000
@@ -1,2 +1,3 @@
 %%RUBY_SITELIBDIR%%/DBD/InterBase/InterBase.rb
 @dirrm %%RUBY_SITELIBDIR%%/DBD/InterBase
+@dirrmtry %%RUBY_SITELIBDIR%%/DBD
--- ruby18-dbd_interbase-0.1.0.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?20061202032419.CA796F1F74>