ports/106191: [MAINTAINER] databases/ruby18-dbd_interbase: [SUMMARIZE CHANGES]

Christopher Boumenot boumenot at gmail.com
Sat Dec 2 03:30:11 UTC 2006


>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
+ at dirrmtry %%RUBY_SITELIBDIR%%/DBD
--- ruby18-dbd_interbase-0.1.0.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list