CVS log for ports/japanese/tcl76/Makefile
Up to [FreeBSD] / ports / japanese / tcl76
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:23:39 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:32:18 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jun 13 08:40:01 2010 UTC (19 months, 4 weeks ago) by erwin
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
BROKEN should not be quoted. No functional change.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 4 23:48:06 2010 UTC (2 years, 1 month ago) by erwin
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -0 lines
Mark BROKEN on 9.x: does not build.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jan 5 20:36:25 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Remove conditional checks for FreeBSD 5.x and older
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jun 18 18:48:51 2008 UTC (3 years, 7 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- Reset maintainer address: 550 5.1.2 <taguchi@tohoku.iij.ad.jp>... Host unknown (Name server: tohoku.iij.ad.jp: no data known)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jan 30 10:25:26 2007 UTC (5 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL, PRE_XORG_7
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -6 lines
- Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:49 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present 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.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Feb 12 13:19:46 2005 UTC (6 years, 11 months ago) by das
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Fix build. Ports that formerly attempted to work around problems created by matherr() no longer need to do so.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Nov 24 01:57:31 2004 UTC (7 years, 2 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -0 lines
BROKEN on sparc64: Does not compile
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 17 10:31:03 2004 UTC (7 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -4 lines
This now builds on 5.x, so remove BROKEN.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:48 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...
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.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Dec 23 09:13:04 2003 UTC (8 years, 1 month ago) by linimon
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -1 lines
Per bento logs, mark broken on recent versions of 5.x due to install problems. Notified maintainer.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:29:06 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
De-pkg-comment.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Nov 7 08:41:25 2001 UTC (10 years, 3 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
Define NO_LATEST_LINK.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Oct 8 09:59:32 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Adjust to lang/tcl* install/deinstall script paths.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:51:15 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the 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
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:38:44 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed May 31 18:17:38 2000 UTC (11 years, 8 months ago) by hoek
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -1 lines
PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or from
${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.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Apr 12 14:37:48 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -7 lines
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Aug 28 02:42:21 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:27:07 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Change Id->FreeBSD.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Nov 14 09:43:15 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_2_2_8
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -5 lines
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 28 09:53:08 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -1 lines
Create libtcl76jp.so symlink in a.out case.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Sep 26 12:45:10 1998 UTC (13 years, 4 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -4 lines
ELFization patch. PR: ports/8043 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 3 23:06:30 1998 UTC (13 years, 7 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
MASTERSITE moved to ftp.scriptics.com.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 14 21:36:06 1997 UTC (14 years, 5 months ago) by max
Branches: MAIN
CVS tags: RELEASE_2_2_6, RELEASE_2_2_5
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Use ISO639 language abbreviation instead of ISO3166 country abbreviation for PKGNAME. (IE, jp-* to ja-*).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 11 11:02:20 1997 UTC (14 years, 11 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -5 lines
Bugfix to set RANLIB correctly. Also set VERSION in port Makefile. Closes PR ports/2937. Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 5 23:13:23 1997 UTC (14 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Move ldconfig to post-install target so it will be run after installation of shared library (the Makefile.lib called in pre-install was for the static lib).
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 2 13:01:24 1997 UTC (14 years, 11 months ago) by asami
Branches: TAGUCHI
CVS tags: jp_tcl76
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Japanized tcl ver 7.6. Together with the tk import, closes PR ports/2764. Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 2 13:01:24 1997 UTC (14 years, 11 months ago) by asami
Branches: MAIN
Initial revision
