Date: Fri, 20 Sep 2013 15:19:40 +0000 (UTC) From: Paul Schmehl <pauls@utdallas.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/182249: x11-toolkits/iwidgets, port update Message-ID: <20130920151940.BCE1010376D34@buttercup4.utdallas.edu> Resent-Message-ID: <201309201530.r8KFU0tk083323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182249 >Category: ports >Synopsis: x11-toolkits/iwidgets, port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 20 15:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 9.1-RELEASE amd64 >Organization: The University of Texas at Dallas >Environment: System: FreeBSD hostname.utdallas.edu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: x11-toolkits/iwidgets, update port to comply with new USES paradigm >How-To-Repeat: >Fix: --- iwidgets.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 327706) +++ Makefile (working copy) @@ -7,7 +7,7 @@ PORTNAME= iwidgets PORTVERSION= 4.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits tk MASTER_SITES= SF/incrtcl/%5BIncr%20Widgets%5D/${PORTVERSION} DISTNAME= iwidgets${PORTVERSION} @@ -19,8 +19,8 @@ NO_BUILD= yes HAS_CONFIGURE= yes -USE_TCL= 84+ -USE_TK= 84+ +USES+= tcl:84 +USES+= tk:84 CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-tcl=${TCL_LIBDIR} \ --with-tk=${TK_LIBDIR} \ --- iwidgets.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130920151940.BCE1010376D34>