Date: Thu, 15 Mar 2007 07:59:46 +0100 (CET) From: Martin Tournoij <carpetsmoker@xs4all.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/110318: Use TCL/TK 8.4: comms/tkhylafax Message-ID: <20070315065946.8A378B82B@glitch.carpetsmoker.net> Resent-Message-ID: <200703150700.l2F705Fb089896@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110318 >Category: ports >Synopsis: Use TCL/TK 8.4: comms/tkhylafax >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: Thu Mar 15 07:00:04 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: - Use TCL/TK 8.4 >How-To-Repeat: >Fix: --- patch-tkhylafax begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/comms/tkhylafax/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 20 Jan 2004 16:30:09 -0000 1.20 +++ Makefile 15 Mar 2007 06:57:47 -0000 @@ -7,7 +7,8 @@ PORTNAME= tkhylafax PORTVERSION= 3.2b -CATEGORIES= comms tk82 +PORTREVISION= 1 +CATEGORIES= comms tk84 MASTER_SITES= ftp://ftp.hylafax.org/contrib/tkhylafax/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/} @@ -15,9 +16,9 @@ COMMENT= A tcl/tk interface to Sam Leffler's fax package USE_GHOSTSCRIPT_RUN= yes +USE_TK= yes -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ - sendfax:${PORTSDIR}/comms/hylafax \ +RUN_DEPENDS= sendfax:${PORTSDIR}/comms/hylafax \ gv:${PORTSDIR}/print/gv WRKSRC= ${WRKDIR}/tkhylafax Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/comms/tkhylafax/files/patch-aa,v retrieving revision 1.5 diff -u -r1.5 patch-aa --- files/patch-aa 21 Apr 2003 10:03:59 -0000 1.5 +++ files/patch-aa 15 Mar 2007 06:57:47 -0000 @@ -14,11 +14,11 @@ # The full path to tclsh -TCLSH = /usr/bin/tclsh -+TCLSH = tclsh8.2 ++TCLSH = tclsh8.4 # The full path to wish. -WISH = /usr/bin/wish -+WISH = wish8.2 ++WISH = wish8.4 # The full path to your postscript viewer -GHOSTVIEW = /usr/X11/bin/gv --- patch-tkhylafax ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070315065946.8A378B82B>