Bug 182249

Summary: x11-toolkits/iwidgets, port update
Product: Ports & Packages Reporter: pauls
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
iwidgets.diff none

Description pauls 2013-09-20 16:30:00 UTC
	x11-toolkits/iwidgets, update port to comply with
	new USES paradigm
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-20 17:00:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-22 06:32:14 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-22 06:32:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!