ports/109067: [PATCH] databases/rubygem-activerecord: fix depend path of rubygem-sqlite3

Cheng-Lung Sung clsung at FreeBSD.org
Mon Feb 12 02:20:05 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list