From carpetsmoker@mail.rwxrwxrwx.net  Tue Mar 20 11:55:47 2007
Return-Path: <carpetsmoker@mail.rwxrwxrwx.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id AE4EE16A40A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Mar 2007 11:55:47 +0000 (UTC)
	(envelope-from carpetsmoker@mail.rwxrwxrwx.net)
Received: from mail.rwxrwxrwx.net (carpetsmoker.xs4all.nl [82.93.23.199])
	by mx1.freebsd.org (Postfix) with ESMTP id 3F59613C4C5
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Mar 2007 11:55:47 +0000 (UTC)
	(envelope-from carpetsmoker@mail.rwxrwxrwx.net)
Received: by mail.rwxrwxrwx.net (Postfix, from userid 1001)
	id 5D211B82A; Tue, 20 Mar 2007 12:55:48 +0100 (CET)
Message-Id: <20070320115548.5D211B82A@mail.rwxrwxrwx.net>
Date: Tue, 20 Mar 2007 12:55:48 +0100 (CET)
From: Martin Tournoij <carpetsmoker@xs4all.nl>
Reply-To: Martin Tournoij <carpetsmoker@xs4all.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] comms/tkscanfax - Update to TCL/TK 8.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         110581
>Category:       ports
>Synopsis:       [PATCH] comms/tkscanfax - Update to TCL/TK 8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mita
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 20 12:00:13 GMT 2007
>Closed-Date:    Fri May 25 16:02:49 GMT 2007
>Last-Modified:  Fri May 25 16:10:10 GMT 2007
>Originator:     Martin Tournoij
>Release:        FreeBSD 6.2-RELEASE-p1 i386
>Organization:
>Environment:
FreeBSD glitch.carpetsmoker.net 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Thu Feb 15 20:56:16 CET 2007 carpetsmoker@glitch.carpetsmoker.net:/usr/obj/nfs/tinderbox/jails/6.2/src/sys/GENERICri386

>Description:

- Update to TCL/TK 8.4

>How-To-Repeat:

>Fix:

--- patch-tkscanfax begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/tkscanfax/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	27 Dec 2004 00:20:04 -0000	1.7
+++ Makefile	20 Mar 2007 07:07:05 -0000
@@ -7,17 +7,17 @@
 
 PORTNAME=	tkscanfax
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 PORTEPOCH=	1
-CATEGORIES=	comms tk83
+CATEGORIES=	comms tk84
 MASTER_SITES=	http://shino.pos.to/linux/tkscanfax/
 
 MAINTAINER=	mita@FreeBSD.org
 COMMENT=	Tcl/Tk frontend for fax scan/receive/send program (command is tkfax)
 
-RUN_DEPENDS=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
-
+USE_TK=		yes
 WRKSRC=	${WRKDIR}/${PORTNAME}1
-NO_BUILD=	YES
+NO_BUILD=	yes
 
 post-extract:
 	${FIND} ${WRKSRC} -name '*~' -delete
Index: files/patch-src:wish
===================================================================
RCS file: /home/ncvs/ports/comms/tkscanfax/files/patch-src:wish,v
retrieving revision 1.2
diff -u -r1.2 patch-src:wish
--- files/patch-src:wish	17 Nov 2004 14:34:07 -0000	1.2
+++ files/patch-src:wish	20 Mar 2007 07:07:05 -0000
@@ -1,10 +1,10 @@
---- tkfax.orig	Sun Nov 14 20:59:03 2004
+-- tkfax.orig	Sun Nov 14 20:59:03 2004
 +++ tkfax	Sun Nov 14 20:59:40 2004
 @@ -1,6 +1,6 @@
  #!/bin/sh
  # the next line restarts using wish \
 -exec wish "$0" "$@"
-+exec wish8.3 "$0" "$@"
++exec wish8.4 "$0" "$@"
  
  set fax(libdir) /usr/local/lib/tkscanfax1
  if [ file exist fax-init.tcl ] { set fax(libdir) [pwd] }
@@ -14,7 +14,7 @@
  #!/bin/sh
  # the next line restarts using wish \
 -exec wish "$0" "$@"
-+exec wish8.3 "$0" "$@"
++exec wish8.4 "$0" "$@"
  
  # Set TkScan installation directory.
  
--- patch-tkscanfax ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mita 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 20 12:00:58 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110581 
State-Changed-From-To: open->closed 
State-Changed-By: mita 
State-Changed-When: Fri May 25 16:00:01 UTC 2007 
State-Changed-Why:  
Patch is applied.  Thank you. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110581: commit references a PR
Date: Fri, 25 May 2007 15:59:24 +0000 (UTC)

 mita        2007-05-25 15:59:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/tkscanfax      Makefile 
     comms/tkscanfax/files patch-src:wish 
   Log:
   committed patch for tk8.4. Program works fine.
   
   PR:             ports/110581
   
   Revision  Changes    Path
   1.9       +3 -4      ports/comms/tkscanfax/Makefile
   1.3       +3 -3      ports/comms/tkscanfax/files/patch-src:wish
 _______________________________________________
 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"
 
>Unformatted:
 
