Date: Sun, 2 Mar 1997 05:11:13 -0800 (PST) From: Satoshi Asami <asami> To: taguchi@tohoku.iij.ad.jp, asami, freebsd-ports Subject: Re: ports/2764 Message-ID: <199703021311.FAA09393@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: new ports of Japanized Tcl/Tk State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Sun Mar 2 05:04:42 PST 1997 State-Changed-Why: Imported, thanks. (BTW, there is only one ports tree now, so once it goes into ports-current, it will be in 2.2 release.) These are the changes I made. (1) Change "$Id: .....$" lines to just "$Id$" in tcl76/Makefile and tk42/Makefile. (This is the standard for new ports.) (2) Change "mv" to "${MV}" and such in tcl76/Makefile and tk42/Makefile. Please see the latest bsd.port.mk for a list of available macros. (3) Change "tk.h -> ..../tk.h" to "tk.h to ..../tk.h". Didn't want to confuse users ("->" is often used to denote a symlink). (4) Install static lib as "libtcl76jp.a" and "libtk42jp.a", not "libtcl7.6jp.a" and "libtk4.2jp.a". (5) Add "libtcl76jp.a" and "libtk42jp.a" to pkg/PLIST. (6) Create ${PREFIX}/lib/{tcl7.6jp,tk4.2jp} in pre-install: target, otherwise first installation will fail.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703021311.FAA09393>