Date: Tue, 15 Jun 2010 14:08:54 -0500 (CDT) From: Paul Schmehl <pauls@utdallas.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/147886: x11-toolkits/iwidgets, update port Message-ID: <20100615190854.C5437347821@utd65257.utdallas.edu> Resent-Message-ID: <201006151910.o5FJA3tj068073@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147886 >Category: ports >Synopsis: x11-toolkits/iwidgets, update port >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 15 19:10:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 8.0-STABLE i386 >Organization: The University of Texas at Dallas >Environment: System: FreeBSD hostname.utdallas.edu 8.0-STABLE FreeBSD 8.0-STABLE #15: Mon Apr 26 09:09:25 CDT 2010 root@:/usr/obj/usr/src/sys/GENERIC i386 >Description: x11-toolkits/iwidgets - port broke when the itk and itcl ports were updated to use the current version of tcl (8.5). This patches the Makefile to include USE_TCL= 84+ and USE_TK= 84+ and changes the hard-coded paths in the CONFIGURE portion to use the associated LIBDIR macros so that the install becomes tcl and tk version-independent. See the build log at: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.8.20100613205040/iwidgets-4.0.1_1.log >How-To-Repeat: >Fix: --- patch-Makefile begins here --- --- Makefile.orig 2010-06-14 16:41:12.000000000 -0500 +++ Makefile 2010-06-15 09:26:07.000000000 -0500 @@ -19,9 +19,11 @@ NO_BUILD= yes HAS_CONFIGURE= yes +USE_TCL= 84+ +USE_TK= 84+ CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-tcl=${LOCALBASE}/lib/tcl8.4 \ - --with-tk=${LOCALBASE}/lib/tk8.4 \ + --with-tcl=${TCL_LIBDIR} \ + --with-tk=${TK_LIBDIR} \ --with-itcl=${LOCALBASE}/lib/itcl3.3 SUB_LIST= IWIDGETS=${DISTNAME} SUB_FILES= pkg-message --- patch-Makefile ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100615190854.C5437347821>