From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 8 16:10:11 2010 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 160C51065674 for ; Mon, 8 Nov 2010 16:10:11 +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 A24FC8FC13 for ; Mon, 8 Nov 2010 16:10:04 +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 oA8GA4Zp005019 for ; Mon, 8 Nov 2010 16:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA8GA4GK005018; Mon, 8 Nov 2010 16:10:04 GMT (envelope-from gnats) Resent-Date: Mon, 8 Nov 2010 16:10:04 GMT Resent-Message-Id: <201011081610.oA8GA4GK005018@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 D1C8C1065674 for ; Mon, 8 Nov 2010 16:02:16 +0000 (UTC) (envelope-from pol@opk.ru) Received: from fire.iib.ru (bl-1-83.eds.ru [213.234.195.83]) by mx1.freebsd.org (Postfix) with ESMTP id 15B148FC12 for ; Mon, 8 Nov 2010 16:02:15 +0000 (UTC) Received: from orion.iib.ru (dlp-smtp1.iib.ru [192.168.0.30]) by fire.iib.ru (8.9/8.9) with ESMTP id oA8FnCpq086608 for ; Mon, 8 Nov 2010 18:49:13 +0300 (MSK) (envelope-from pol@opk.ru) Received: from pol.iib.ru (pol.iib.ru [192.168.0.45]) by orion.iib.ru (8.14.4/8.14.4) with ESMTP id oA8FnCbs045284 for ; Mon, 8 Nov 2010 18:49:12 +0300 (MSK) (envelope-from pol@opk.ru) Received: from pol.iib.ru (localhost [127.0.0.1]) by pol.iib.ru (8.14.4/8.14.4) with ESMTP id oA8Fn9uN043410 for ; Mon, 8 Nov 2010 18:49:12 +0300 (MSK) (envelope-from pol@pol.iib.ru) Received: (from pol@localhost) by pol.iib.ru (8.14.4/8.14.4/Submit) id oA8Fn4PX043409; Mon, 8 Nov 2010 18:49:04 +0300 (MSK) (envelope-from pol) Message-Id: <201011081549.oA8Fn4PX043409@pol.iib.ru> Date: Mon, 8 Nov 2010 18:49:04 +0300 (MSK) From: Pavel I Volkov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/152054: [MAINTAINER] databases/sqlite3: correct dependencies (from tcl modules) 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: Mon, 08 Nov 2010 16:10:11 -0000 >Number: 152054 >Category: ports >Synopsis: [MAINTAINER] databases/sqlite3: correct dependencies (from tcl modules) >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: Mon Nov 08 16:10:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Pavel I Volkov >Release: FreeBSD 8.1-RELEASE i386 >Organization: >Environment: System: FreeBSD pol.iib.ru 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Tue Jul 27 11:56:19 MSD 2010 >Description: [DESCRIBE CHANGES] correct dependencies (from tcl modules) Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- sqlite3-3.7.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 2010-11-08 12:17:53.000000000 +0300 +++ /usr/ports/databases/sqlite3/Makefile 2010-11-08 18:24:36.000000000 +0300 @@ -7,6 +7,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.7.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/ DISTNAME= sqlite-${PORTVERSION} @@ -25,6 +26,7 @@ USE_GNOME= pkgconfig gnomehack USE_LDCONFIG= YES GNU_CONFIGURE= YES + USE_TCL_BUILD= 84+ CONFIGURE_ENV+= TCLSH_CMD="${TCLSH}" \ TCLLIBDIR="${PREFIX}/lib/${PORTNAME}" \ @@ -125,7 +127,7 @@ .if defined(WITH_TCLWRAPPER) CATEGORIES+= lang tcl COMMENT+= with TCL Wrapper -USE_TCL_RUN= 84+ +USE_TCL_RUN= yes ALL_TARGET= all tclsqlite3 INSTALL_TARGET= install tcl_install CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} @@ -156,6 +158,15 @@ CONFIGURE_ENV+= CPPFLAGS="-I. -I./src ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ENV+= CPPFLAGS="-I. -I./src ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +.include + +.if ${TCL_VER} > 8.4 +BUILD_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/msgcat-1.4.3.tm:${PORTSDIR}/lang/tcl-modules +.if defined(WITH_TCLWRAPPER) +RUN_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/msgcat-1.4.3.tm:${PORTSDIR}/lang/tcl-modules +.endif +.endif + post-install: .if defined(WITH_TCLWRAPPER) @${INSTALL_PROGRAM} ${WRKSRC}/.libs/tclsqlite3 ${PREFIX}/bin @@ -178,4 +189,4 @@ .endif .endif -.include +.include --- sqlite3-3.7.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: