Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2013 05:32:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327849 - head/x11-toolkits/iwidgets
Message-ID:  <201309220532.r8M5W6W3052474@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 22 05:32:06 2013
New Revision: 327849
URL: http://svnweb.freebsd.org/changeset/ports/327849

Log:
  - Use USES=tk
  - While I'm here, add NO_STAGE=yes
  
  PR:		ports/182249
  Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)

Modified:
  head/x11-toolkits/iwidgets/Makefile   (contents, props changed)
  head/x11-toolkits/iwidgets/pkg-descr   (contents, props changed)

Modified: head/x11-toolkits/iwidgets/Makefile
==============================================================================
--- head/x11-toolkits/iwidgets/Makefile	Sun Sep 22 05:03:27 2013	(r327848)
+++ head/x11-toolkits/iwidgets/Makefile	Sun Sep 22 05:32:06 2013	(r327849)
@@ -15,8 +15,7 @@ LIB_DEPENDS=	itk:${PORTSDIR}/x11-toolkit
 
 NO_BUILD=	yes
 HAS_CONFIGURE=	yes
-USE_TCL=	84+
-USE_TK=		84+
+USES=		tk
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--with-tcl=${TCL_LIBDIR} \
 		--with-tk=${TK_LIBDIR} \
@@ -24,6 +23,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 SUB_LIST=	IWIDGETS=${DISTNAME}
 SUB_FILES=	pkg-message
 PLIST_SUB=	IWIDGETS=${DISTNAME}
+NO_STAGE=	yes
 
 PORTDOCS=	CHANGES ChangeLog README iwidgets.ps
 
@@ -41,7 +41,6 @@ MANN=	iwidgets_buttonbox.n iwidgets_cale
 	iwidgets_spintime.n iwidgets_tabnotebook.n iwidgets_tabset.n iwidgets_timeentry.n iwidgets_timefield.n \
 	iwidgets_toolbar.n iwidgets_watch.n
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's,^MKINSTALLDIRS =.*,MKINSTALLDIRS=${MKDIR},' \
 		-e 's,^INSTALL =.*,INSTALL=${INSTALL} -c,' \

Modified: head/x11-toolkits/iwidgets/pkg-descr
==============================================================================
--- head/x11-toolkits/iwidgets/pkg-descr	Sun Sep 22 05:03:27 2013	(r327848)
+++ head/x11-toolkits/iwidgets/pkg-descr	Sun Sep 22 05:32:06 2013	(r327849)
@@ -3,5 +3,4 @@ Widgets] is  a companion to  [incr Tk] a
 many improved  widgets. The [incr  Widgets] collection is also  known as
 ``iwidgets'' or "mega-widgets".
 
-WWW:	http://sourceforge.net/projects/incrtcl/
-pauls@utdallas.edu
+WWW: http://sourceforge.net/projects/incrtcl/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309220532.r8M5W6W3052474>