From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 15 23:20:01 2009 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 DA9681065670 for ; Sun, 15 Mar 2009 23:20:01 +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 B431F8FC12 for ; Sun, 15 Mar 2009 23:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2FNK1Ev087326 for ; Sun, 15 Mar 2009 23:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2FNK1gK087325; Sun, 15 Mar 2009 23:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 15 Mar 2009 23:20:01 GMT Resent-Message-Id: <200903152320.n2FNK1gK087325@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, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62E94106566B for ; Sun, 15 Mar 2009 23:16:17 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from msa02b.plala.or.jp (msa02.plala.or.jp [58.93.240.2]) by mx1.freebsd.org (Postfix) with ESMTP id E78D08FC29 for ; Sun, 15 Mar 2009 23:16:16 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from terpsichore.kaumoge.org ([125.205.3.93]) by msa02b.plala.or.jp with ESMTP id <20090315231614.DMAF29767.msa02b.plala.or.jp@terpsichore.kaumoge.org> for ; Mon, 16 Mar 2009 08:16:14 +0900 Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120]) by terpsichore.kaumoge.org (8.14.3/8.14.2/20080818) with ESMTP id n2FNGEpo059700 for ; Mon, 16 Mar 2009 08:16:14 +0900 (JST) (envelope-from umq@ueo.co.jp) Message-Id: <861vsyjs1u.wl%umq@ueo.co.jp> Date: Mon, 16 Mar 2009 08:16:13 +0900 From: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/132678: [patch] devel/ocaml-equeue to support Tcl 8.5 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: Sun, 15 Mar 2009 23:20:02 -0000 >Number: 132678 >Category: ports >Synopsis: [patch] devel/ocaml-equeue to support Tcl 8.5 >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: Sun Mar 15 23:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #19: Thu Feb 26 05:44:54 JST 2009 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64 >Description: devel/ocaml-equeue hard codes lang/tcl84 though it can be built with lang/tcl85 >How-To-Repeat: 1. cd /usr/ports/devel/ocaml-equeue 2. make depends -DWITH_EQUEUE_TCL lang/tcl84 will be installed regardless any version of tcl is installed >Fix: the patch follows cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ocaml-equeue/Makefile,v retrieving revision 1.8 diff -p -u -r1.8 Makefile --- Makefile 19 May 2007 20:03:18 -0000 1.8 +++ Makefile 14 Mar 2009 18:26:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= equeue PORTVERSION= 2.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.ocaml-programming.de/packages/ PKGNAMEPREFIX= ocaml- @@ -32,8 +32,8 @@ ALL_TARGET= all opt PKGDEINSTALL= ${PKGINSTALL} .if defined(WITH_EQUEUE_TCL) -BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.4:${PORTSDIR}/lang/tcl84 -CONFIGURE_ARGS+= -with-equeue-tcl -equeue-tcl-defs "-I${LOCALBASE}/include/tcl8.4" -equeue-tcl-libs "-L${LOCALBASE}/lib -ltcl84" +USE_TCL= 84+ +CONFIGURE_ARGS+= -with-equeue-tcl -equeue-tcl-defs "-I${TCL_INCLUDEDIR}" -equeue-tcl-libs "-L${LOCALBASE}/lib -ltcl${TCL_VER:S/.//}" PLIST_SUB+= TCL="" .else PLIST_SUB+= TCL="@comment " >Release-Note: >Audit-Trail: >Unformatted: