Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2007 10:19:22 +0800 (CST)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jw@innerewut.de
Subject:   ports/109067: [PATCH] databases/rubygem-activerecord: fix depend path of rubygem-sqlite3
Message-ID:  <20070212021922.4658A28977@going04.iis.sinica.edu.tw>
Resent-Message-ID: <200702120220.l1C2K4kE059631@freefall.freebsd.org>

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

>Number:         109067
>Category:       ports
>Synopsis:       [PATCH] databases/rubygem-activerecord: fix depend path of rubygem-sqlite3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 12 02:20:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD going04.iis.sinica.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #22: Fri Jan 12 22:51:58 CST 2007
>Description:
- fix dependency path of rubygem-sqlite3(ruby-sqlite3, previous)

Port maintainer (jw@innerewut.de) is cc'd.

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

--- rubygem-activerecord-1.15.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/rubygem-activerecord/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	27 Jan 2007 23:46:00 -0000	1.10
+++ Makefile	12 Feb 2007 02:07:04 -0000
@@ -48,7 +48,7 @@
 .endif
 
 .if defined(WITH_NATIVE_SQLITE3)
-RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/sqlite3_api.so:${PORTSDIR}/databases/ruby-sqlite3
+RUN_DEPENDS+=	rubygem-sqlite3>=1.2.1:${PORTSDIR}/databases/rubygem-sqlite3
 .endif
 
 .include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
--- rubygem-activerecord-1.15.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?20070212021922.4658A28977>