From rebum@mail.vx.sk  Mon Jul 30 15:42:19 2007
Return-Path: <rebum@mail.vx.sk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CC2AC16A468
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Jul 2007 15:42:19 +0000 (UTC)
	(envelope-from rebum@mail.vx.sk)
Received: from mail.vx.sk (neo.vx.sk [88.198.35.14])
	by mx1.freebsd.org (Postfix) with ESMTP id 9247713C465
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Jul 2007 15:42:19 +0000 (UTC)
	(envelope-from rebum@mail.vx.sk)
Received: from localhost (localhost [127.0.0.1])
	by mail.vx.sk (Postfix) with ESMTP id DFA9C44242
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Jul 2007 17:42:18 +0200 (CEST)
Received: from mail.vx.sk ([127.0.0.1])
	by localhost (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id y1QV0cwgVPWD for <FreeBSD-gnats-submit@freebsd.org>;
	Mon, 30 Jul 2007 17:42:13 +0200 (CEST)
Received: by mail.vx.sk (Postfix, from userid 1001)
	id 6979044241; Mon, 30 Jul 2007 17:42:13 +0200 (CEST)
Message-Id: <20070730154213.6979044241@mail.vx.sk>
Date: Mon, 30 Jul 2007 17:42:13 +0200 (CEST)
From: Martin Matuska <mm@FreeBSD.org>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] unbreak x11-toolkits/tkshape 0.4_1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115045
>Category:       ports
>Synopsis:       [PATCH] unbreak x11-toolkits/tkshape 0.4_1
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 30 15:50:01 GMT 2007
>Closed-Date:    Mon Jul 30 19:04:13 GMT 2007
>Last-Modified:  Mon Jul 30 19:04:13 GMT 2007
>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

+ USE_TK infrastructure from bsd.tcl.mk used
>How-To-Repeat:
>Fix:
Index: ports/x11-toolkits/tkshape/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/tkshape/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- ports/x11-toolkits/tkshape/Makefile	19 May 2007 20:32:06 -0000	1.5
+++ ports/x11-toolkits/tkshape/Makefile	30 Jul 2007 15:33:21 -0000
@@ -15,7 +15,9 @@
 MAINTAINER=		nivit@FreeBSD.org
 COMMENT=		A Tk library to access to X Shaped Window Extension
 
-LIB_DEPENDS=		tk84.1:${PORTSDIR}/x11-toolkits/tk84
+USE_TK=			yes
+
+USE_XORG=		x11 xext
 
 PLIST_SUB=		PORTNAME="${PORTNAME}"
 
@@ -32,10 +34,6 @@
 
 WRKSRC=			${WRKDIR}/${PORTNAME:C/^tk//1}${PORTVERSION}
 
-TCL_VER?=		8.4
-TK_VER?=		8.4
-WISH?=			wish${TK_VER}
-
 USE_GMAKE=		yes
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--with-tclconf=${LOCALBASE}/lib/tcl${TCL_VER} \
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nivit 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jul 30 15:50:14 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115045 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115045: commit references a PR
Date: Mon, 30 Jul 2007 16:47:02 +0000 (UTC)

 mm          2007-07-30 16:46:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-toolkits/tkshape Makefile 
   Log:
   - Unbreak with WITH_XORG= x11 xext
   - Switch to USE_TK infrastructure (bsd.tcl.mk)
   
   PR:             ports/115045
   Approved by:    portmgr (pav), garga (mentor, implicit)
   
   Revision  Changes    Path
   1.6       +3 -5      ports/x11-toolkits/tkshape/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
Responsible-Changed-From-To: nivit->mm 
Responsible-Changed-By: mm 
Responsible-Changed-When: Mon Jul 30 19:02:16 UTC 2007 
Responsible-Changed-Why:  
According to portmgr (pav) nivit has been inactive for 4 months. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115045 
State-Changed-From-To: open->closed 
State-Changed-By: mm 
State-Changed-When: Mon Jul 30 19:03:47 UTC 2007 
State-Changed-Why:  
Commited with portmgr approval (pav). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115045 
>Unformatted:
