aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/tcl76
Commit message (Collapse)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-062-4/+1
|
* - Reset maintainer address:pav2008-06-191-1/+1
| | | | | 550 5.1.2 <taguchi@tohoku.iij.ad.jp>... Host unknown (Name server: tohoku.iij.ad.jp: no data known)
* - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-303-40/+44
| | | | | | ports With hat: portmgr
* SHA256ifyedwin2006-01-221-0/+2
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Fix build. Ports that formerly attempted to work around problemsdas2005-02-122-2/+6
| | | | created by matherr() no longer need to do so.
* BROKEN on sparc64: Does not compilekris2004-11-241-0/+4
|
* This now builds on 5.x, so remove BROKEN.kris2004-08-171-4/+0
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+2
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Per bento logs, mark broken on recent versions of 5.x due to installlinimon2003-12-231-1/+5
| | | | problems. Notified maintainer.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix build on -current (cope with removal of union wait)kris2002-10-261-0/+12
| | | | Submitted by: mike
* Define NO_LATEST_LINK.knu2001-11-071-0/+2
|
* Fix compile error in 4-stable.asami2000-11-131-0/+20
| | | | | PR: 22654 Submitted by: maintainer
* Adjust to lang/tcl* install/deinstall script paths.asami2000-10-081-2/+2
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-3/+1
| | | | ldconfig in PLIST need personal consideration.
* PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or fromhoek2000-06-011-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.
* Update the japanese/[o-t]* ports with the newknu2000-04-121-6/+6
| | | | PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
* expr -> ${EXPR}mharo1999-08-281-1/+1
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-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.
* Create libtcl76jp.so symlink in a.out case.asami1998-09-281-1/+4
|
* You should list the ELF shlib name if the a.out name ends with a ".0".asami1998-09-281-1/+1
|
* ELFization patch.kuriyama1998-09-264-193/+118
| | | | | PR: ports/8043 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
* MASTERSITE moved to ftp.scriptics.com.steve1998-07-041-2/+2
|
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatestg1998-05-061-0/+1
| | | | from octave and iv.
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationmax1997-09-151-2/+2
| | | | for PKGNAME. (IE, jp-* to ja-*).
* Bugfix to set RANLIB correctly. Also set VERSION in port Makefile.asami1997-03-113-9/+18
| | | | | | Closes PR ports/2937. Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
* Move ldconfig to post-install target so it will be run after installationasami1997-03-061-1/+3
| | | | | of shared library (the Makefile.lib called in pre-install was for the static lib).
* Japanized tcl ver 7.6. Together with the tk import, closes PRasami1997-03-0210-0/+1815
ports/2764. Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>