From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 26 05:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85F321065676 for ; Thu, 26 May 2011 05:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B31D8FC0C for ; Thu, 26 May 2011 05:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4Q5KCn1062013 for ; Thu, 26 May 2011 05:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4Q5KCTh062012; Thu, 26 May 2011 05:20:12 GMT (envelope-from gnats) Resent-Date: Thu, 26 May 2011 05:20:12 GMT Resent-Message-Id: <201105260520.p4Q5KCTh062012@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pavel I Volkov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9436E106564A for ; Thu, 26 May 2011 05:15:05 +0000 (UTC) (envelope-from pavelivolkov@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1C98D8FC18 for ; Thu, 26 May 2011 05:15:04 +0000 (UTC) Received: by fxm11 with SMTP id 11so600299fxm.13 for ; Wed, 25 May 2011 22:15:04 -0700 (PDT) Received: by 10.223.164.130 with SMTP id e2mr419900fay.148.1306386903938; Wed, 25 May 2011 22:15:03 -0700 (PDT) Received: from cvs0.catervaska.dyndns.org ([178.140.254.150]) by mx.google.com with ESMTPS id b26sm131748fak.24.2011.05.25.22.15.02 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 May 2011 22:15:03 -0700 (PDT) Received: from cvs0.catervaska.dyndns.org (localhost [127.0.0.1]) by cvs0.catervaska.dyndns.org (8.14.4/8.14.4) with ESMTP id p4Q5F325005937 for ; Thu, 26 May 2011 09:15:03 +0400 (MSD) (envelope-from pol@cvs0.catervaska.dyndns.org) Received: (from pol@localhost) by cvs0.catervaska.dyndns.org (8.14.4/8.14.4/Submit) id p4Q5F3g0005936; Thu, 26 May 2011 09:15:03 +0400 (MSD) (envelope-from pol) Message-Id: <201105260515.p4Q5F3g0005936@cvs0.catervaska.dyndns.org> Date: Thu, 26 May 2011 09:15:03 +0400 (MSD) From: Pavel I Volkov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157330: [MAINTAINER] databases/sqlite3: modified dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2011 05:20:12 -0000 >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: