Date: Mon, 30 Jul 2007 17:40:54 +0200 (CEST) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/115044: [PATCH] unbreak x11-toolkits/tkdnd 1.0_1 Message-ID: <20070730154054.3EE1C4423E@mail.vx.sk> Resent-Message-ID: <200707301550.l6UFo1F3061461@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115044 >Category: ports >Synopsis: [PATCH] unbreak x11-toolkits/tkdnd 1.0_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 >How-To-Repeat: >Fix: Index: ports/x11-toolkits/tkdnd/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/tkdnd/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- ports/x11-toolkits/tkdnd/Makefile 19 May 2007 20:32:06 -0000 1.5 +++ ports/x11-toolkits/tkdnd/Makefile 30 Jul 2007 15:33:07 -0000 @@ -18,6 +18,7 @@ USE_BZIP2= yes USE_TK= yes +USE_XORG= x11 xext GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} \ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070730154054.3EE1C4423E>