mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
committed patch for tk8.4. Program works fine.
PR: ports/110581
This commit is contained in:
parent
1a89a36a73
commit
1eaeed18ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191796
comms/tkscanfax
@ -9,16 +9,15 @@ 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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user