summaryrefslogtreecommitdiff
path: root/japanese/tcl76 (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-02-21De-pkg-comment.Akinori MUSHA2-1/+1
Notes: svn path=/head/; revision=76037
2002-10-26Fix build on -current (cope with removal of union wait)Kris Kennaway1-0/+12
Submitted by: mike Notes: svn path=/head/; revision=68842
2001-11-07Define NO_LATEST_LINK.Akinori MUSHA1-0/+2
Notes: svn path=/head/; revision=49721
2000-11-13Fix compile error in 4-stable.Satoshi Asami1-0/+20
PR: 22654 Submitted by: maintainer Notes: svn path=/head/; revision=35059
2000-10-08Adjust to lang/tcl* install/deinstall script paths.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=33571
2000-06-16Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami1-1/+1
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
2000-06-16Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2-3/+1
ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
2000-05-31PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or fromTim Vanderhoek1-0/+5
${PKGDIR} if DEINSTALL.tclsh exists there. Also, add INSTALL.tclsh to ja-tcl*, otcl, and itcl. The latter two technically don't need it since they depend on another library which will pull the (DE)?INSTALL.tclsh stuff in, but I'm changing them anyways as a defensive measure. Notes: svn path=/head/; revision=29020
2000-04-12Update the japanese/[o-t]* ports with the newAkinori MUSHA1-6/+6
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables. Notes: svn path=/head/; revision=27463
1999-08-28expr -> ${EXPR}Michael Haro1-1/+1
mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20944
1999-06-26Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1-1/+1
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
1998-11-14Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1-5/+7
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
1998-09-28Create libtcl76jp.so symlink in a.out case.Satoshi Asami1-1/+4
Notes: svn path=/head/; revision=13515
1998-09-28You should list the ELF shlib name if the a.out name ends with a ".0".Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=13507
1998-09-26ELFization patch.Jun Kuriyama4-193/+118
PR: ports/8043 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=13399
1998-07-03MASTERSITE moved to ftp.scriptics.com.Steve Price1-2/+2
Notes: svn path=/head/; revision=11685
1998-05-06Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatesThomas Gellekum1-0/+1
from octave and iv. Notes: svn path=/head/; revision=10871
1997-09-14Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1-2/+2
for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
1997-03-11Bugfix to set RANLIB correctly. Also set VERSION in port Makefile.Satoshi Asami3-9/+18
Closes PR ports/2937. Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=5935
1997-03-05Move ldconfig to post-install target so it will be run after installationSatoshi Asami1-1/+3
of shared library (the Makefile.lib called in pre-install was for the static lib). Notes: svn path=/head/; revision=5858
1997-03-02Japanized tcl ver 7.6. Together with the tk import, closes PRSatoshi Asami10-0/+1815
ports/2764. Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=5788