Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 1999 01:00:50 +0900
From:      Yasuhiro Fukuma <yasuf@big.or.jp>
To:        max@wide.ad.jp
Cc:        taoka@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/japanese/rubytk - Imported sources
Message-ID:  <19990429010050U.yasuf@big.or.jp>
In-Reply-To: Your message of "Thu, 29 Apr 1999 00:00:01 %2B0900" <19990429000001Z.masafumi@aslm.rim.or.jp>
References:  <19990429000001Z.masafumi@aslm.rim.or.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

In the article <19990429000001Z.masafumi@aslm.rim.or.jp>,
Masafumi NAKANE <max@wide.ad.jp> wrote:

>      > taoka       1999/04/27 05:46:38 PDT
>      > ports/japanese/rubytk - Imported sources
>      > Update of /home/ncvs/ports/japanese/rubytk
>      > In directory freefall.freebsd.org:/x/tmp/cvs-serv5866
>   
>      > Log Message:
>      > a Ruby interface to Tcl/Tk libraries
> 
> Why is this in the japanese category?

Because this port depends on Japanized Tcl/Tk.

There's also x11-toolkits/rubytk which depends on original Tcl/Tk
(by default).  Indeed

  $ cd /usr/ports/japanese/rubytk; make ...

is almost equivalent to

  $ cd /usr/ports/x11-toolkits/rubytk; make WITH_TCL_JP=yes ...

, but it's here to build ja-rubytk *package* separately (and to prevent
misunderstandigs as "Ruby/Tk doesn't work with Japanized Tcl/Tk"
of newbies).

I would be happy if we had more flexible ports/packages dependency
mechanism, such as:

  if installed(ja-tk-8.0.x) then
    depends += ja-tcl-8.0.x ja-tk-8.0.x
  else
    depends += tcl-8.0.x tk-8.0.x
  end

# However this wouldn't work fine in this case,
# since these ports use separate shared libraries...

---
 Yasuhiro Fukuma (=?ISO-2022-JP?B?GyRCSiE0VhsoQiAbJEI5LzkwGyhC?=)
   as Yasu.F @ Kitakyushu.Fukuoka.Japan
 Web site: http://www8.big.or.jp/~yasuf/
 ``InterNIC is NOT NSI!''


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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