From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 30 08:10:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3448B16A4C0 for ; Sat, 30 Aug 2003 08:10:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B83A4400D for ; Sat, 30 Aug 2003 08:10:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7UFAJUp027197 for ; Sat, 30 Aug 2003 08:10:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7UFAJcw027196; Sat, 30 Aug 2003 08:10:19 -0700 (PDT) Resent-Date: Sat, 30 Aug 2003 08:10:19 -0700 (PDT) Resent-Message-Id: <200308301510.h7UFAJcw027196@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, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE5C16A4C0 for ; Sat, 30 Aug 2003 08:06:14 -0700 (PDT) Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D9944008 for ; Sat, 30 Aug 2003 08:06:13 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([211.126.70.228]) by hfep04.dion.ne.jp with SMTP id <20030830150610853.FEVN@hfep04.dion.ne.jp> for ; Sun, 31 Aug 2003 00:06:10 +0900 Message-Id: <20030831000545.51914caa.tkato@prontomail.com> Date: Sun, 31 Aug 2003 00:05:45 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56192: Update port: devel/e4graph X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2003 15:10:27 -0000 X-List-Received-Date: Sat, 30 Aug 2003 15:10:27 -0000 >Number: 56192 >Category: ports >Synopsis: Update port: devel/e4graph >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: Sat Aug 30 08:10:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p3 i386 >Organization: >Environment: >Description: - Fix build >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/e4graph/Makefile devel/e4graph/Makefile --- /usr/ports/devel/e4graph/Makefile Sun Aug 17 16:34:33 2003 +++ devel/e4graph/Makefile Sat Aug 30 23:54:45 2003 @@ -18,7 +18,7 @@ COMMENT= A C++ library that persistently stores graph like data BUILD_DEPENDS= ${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit -LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 \ +LIB_DEPENDS= tcl${TCLVND}:${PORTSDIR}/lang/tcl${TCLVND} \ expat.4:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= ${BUILD_DEPENDS} @@ -28,11 +28,15 @@ USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \ - --with-tcl=${LOCALBASE}/lib/tcl8.4 --enable-tcl \ + --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} --enable-tcl \ --with-expat=${LOCALBASE} --enable-xml -CFLAGS+= -fpermissive -I${LOCALBASE}/include/tcl8.4 +CFLAGS+= -fpermissive -I${LOCALBASE}/include/tcl${TCL_VER} MAKEFILE= makefile INSTALLS_SHLIB= yes +PLIST_SUB= TCL_VER="${TCL_VER}" + +TCL_VER?= 8.4 +TCLVND= ${TCL_VER:S/.//} post-patch: @${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g' ${WRKSRC}/configure diff -urN /usr/ports/devel/e4graph/pkg-plist devel/e4graph/pkg-plist --- /usr/ports/devel/e4graph/pkg-plist Thu Aug 7 21:17:31 2003 +++ devel/e4graph/pkg-plist Sat Aug 30 03:42:39 2003 @@ -16,5 +16,5 @@ lib/libtxml.so lib/libtxml.so.0 lib/libtxml.so.0.0.0 -lib/tcl8.3/tgraph1.0/pkgIndex.tcl -@dirrm lib/tcl8.3/tgraph1.0 +lib/tcl%%TCL_VER%%/tgraph1.0/pkgIndex.tcl +@dirrm lib/tcl%%TCL_VER%%/tgraph1.0 >Release-Note: >Audit-Trail: >Unformatted: