summaryrefslogtreecommitdiff
path: root/japanese/tcl76 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Fix build on -current (cope with removal of union wait)Kris Kennaway2002-10-261-0/+12
| | | | | | | Submitted by: mike Notes: svn path=/head/; revision=68842
* Define NO_LATEST_LINK.Akinori MUSHA2001-11-071-0/+2
| | | | Notes: svn path=/head/; revision=49721
* Fix compile error in 4-stable.Satoshi Asami2000-11-131-0/+20
| | | | | | | | PR: 22654 Submitted by: maintainer Notes: svn path=/head/; revision=35059
* Adjust to lang/tcl* install/deinstall script paths.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33571
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-3/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or fromTim Vanderhoek2000-05-311-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
* Update the japanese/[o-t]* ports with the newAkinori MUSHA2000-04-121-6/+6
| | | | | | | PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables. Notes: svn path=/head/; revision=27463
* expr -> ${EXPR}Michael Haro1999-08-281-1/+1
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-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
* Create libtcl76jp.so symlink in a.out case.Satoshi Asami1998-09-281-1/+4
| | | | Notes: svn path=/head/; revision=13515
* You should list the ELF shlib name if the a.out name ends with a ".0".Satoshi Asami1998-09-281-1/+1
| | | | Notes: svn path=/head/; revision=13507
* ELFization patch.Jun Kuriyama1998-09-264-193/+118
| | | | | | | | PR: ports/8043 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=13399
* MASTERSITE moved to ftp.scriptics.com.Steve Price1998-07-031-2/+2
| | | | Notes: svn path=/head/; revision=11685
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatesThomas Gellekum1998-05-061-0/+1
| | | | | | | from octave and iv. Notes: svn path=/head/; revision=10871
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1997-09-141-2/+2
| | | | | | | for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
* Bugfix to set RANLIB correctly. Also set VERSION in port Makefile.Satoshi Asami1997-03-113-9/+18
| | | | | | | | | Closes PR ports/2937. Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=5935
* Move ldconfig to post-install target so it will be run after installationSatoshi Asami1997-03-051-1/+3
| | | | | | | | of shared library (the Makefile.lib called in pre-install was for the static lib). Notes: svn path=/head/; revision=5858
* Japanized tcl ver 7.6. Together with the tk import, closes PRSatoshi Asami1997-03-0210-0/+1815
ports/2764. Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=5788