Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2007 12:55:48 +0100 (CET)
From:      Martin Tournoij <carpetsmoker@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110581: [PATCH] comms/tkscanfax - Update to TCL/TK 8.4
Message-ID:  <20070320115548.5D211B82A@mail.rwxrwxrwx.net>
Resent-Message-ID: <200703201200.l2KC0Eaf076819@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110581
>Category:       ports
>Synopsis:       [PATCH] comms/tkscanfax - Update to TCL/TK 8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 20 12:00:13 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
 



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