ports/157330: [MAINTAINER] databases/sqlite3: modified dependency

Pavel I Volkov pavelivolkov at googlemail.com
Thu May 26 05:20:12 UTC 2011


>Number:         157330
>Category:       ports
>Synopsis:       [MAINTAINER] databases/sqlite3: modified dependency
>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:   Thu May 26 05:20:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Pavel I Volkov
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cvs0.catervaska.dyndns.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr  9 20:20:05 MSD
>Description:
sqlite does not really depend on the version of the library used by ICU.

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

--- sqlite3-3.7.6.3_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/Makefile /usr/ports/databases/sqlite3/Makefile
--- /usr/ports/databases/sqlite3.orig/Makefile	2011-05-26 08:46:25.000000000 +0400
+++ /usr/ports/databases/sqlite3/Makefile	2011-05-26 08:57:53.000000000 +0400
@@ -7,6 +7,7 @@
 
 PORTNAME=	sqlite3
 PORTVERSION=	3.7.6.3
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/ http://www2.sqlite.org/
 DISTNAME=	sqlite-src-3070603
@@ -135,7 +136,7 @@
 
 .if defined(WITH_ICU)
 BUILD_DEPENDS+=		${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu
-LIB_DEPENDS+=		icudata.46:${PORTSDIR}/devel/icu
+LIB_DEPENDS+=		icudata:${PORTSDIR}/devel/icu
 CFLAGS+=		-DSQLITE_ENABLE_ICU=1
 CPPFLAGS+=		`${LOCALBASE}/bin/icu-config --cppflags`
 LDFLAGS+=		`${LOCALBASE}/bin/icu-config --ldflags`
--- sqlite3-3.7.6.3_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list