Date: Mon, 30 Jul 2007 17:42:13 +0200 (CEST) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/115045: [PATCH] unbreak x11-toolkits/tkshape 0.4_1 Message-ID: <20070730154213.6979044241@mail.vx.sk> Resent-Message-ID: <200707301550.l6UFo2xO061487@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115045 >Category: ports >Synopsis: [PATCH] unbreak x11-toolkits/tkshape 0.4_1 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 30 15:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 6.2-STABLE i386 amd64 >Organization: >Environment: System: FreeBSD 6.2-STABLE i386 amd64 >Description: Latest x11-toolkits/tk8* updates reduced tk depends from USE_XLIB to USE_XORG=x11 This port requires in addition USE_XORG=xext Unbroken with USE_XORG= x11 xext + USE_TK infrastructure from bsd.tcl.mk used >How-To-Repeat: >Fix: Index: ports/x11-toolkits/tkshape/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/tkshape/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- ports/x11-toolkits/tkshape/Makefile 19 May 2007 20:32:06 -0000 1.5 +++ ports/x11-toolkits/tkshape/Makefile 30 Jul 2007 15:33:21 -0000 @@ -15,7 +15,9 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A Tk library to access to X Shaped Window Extension -LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 +USE_TK= yes + +USE_XORG= x11 xext PLIST_SUB= PORTNAME="${PORTNAME}" @@ -32,10 +34,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME:C/^tk//1}${PORTVERSION} -TCL_VER?= 8.4 -TK_VER?= 8.4 -WISH?= wish${TK_VER} - USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tclconf=${LOCALBASE}/lib/tcl${TCL_VER} \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070730154213.6979044241>