Date: Sun, 14 Nov 2004 12:20:09 +0100 (CET) From: Lupe Christoph <lupe@lupe-christoph.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mita@FreeBSD.org Subject: ports/73930: tkscanfax - is it Japanese or not? Message-ID: <20041114112009.8A9F4154@firewally.lupe-christoph.de> Resent-Message-ID: <200411141120.iAEBKLO1049747@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73930 >Category: ports >Synopsis: tkscanfax - is it Japanese or not? >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: Sun Nov 14 11:20:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Lupe Christoph >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD firewally.lupe-christoph.de 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Mon Jun 7 12:30:40 CEST 2004 root@firewally.lupe-christoph.de:/usr/obj/usr/src/sys/FIREWALLY i386 >Description: The Makefile specifies: RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 Since I put national ports in refuse, this gives an error when the ports index is generated. Either this is a Japanese program, then it should go into ports/japanese, or it is not, then it should depend on x11-toolkits/tk80. The website screenshots suggest it's not, so why should people install a Japanese Tk to run it? >How-To-Repeat: mv /usr/ports/japanese /usr/ports/japanese.xxx portsdb --updateindex Updating the ports index ... Generating INDEX.tmp - please wait..tkscanfax-1.02: "/usr/ports/japanese/tk80" non-existent -- dependency list incomplete ===> comms/tkscanfax failed >Fix: (untested!) --- Makefile.orig Thu Nov 13 15:44:58 2003 +++ Makefile Sun Nov 14 12:16:45 2004 @@ -13,7 +13,7 @@ MAINTAINER= mita@FreeBSD.org COMMENT= Tcl/Tk frontend for fax scan/receive/send program (command is tkfax) -RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= YES >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041114112009.8A9F4154>