2005-12-11 22:36:35 by Roland Illig | Files touched by this commit (1) |
Log message: Fixed the variable quoting which had led to a build failure because of the recent pkglint patch. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |
2005-09-08 23:32:36 by Min Sik Kim | Files touched by this commit (1) |
Log message: Use TCL_VERSION and TK_VERSION instead of hardcoding the Tcl/Tk version numbers. |
2005-05-16 03:15:34 by Johnny C. Lam | Files touched by this commit (55) |
Log message: Note that gtar is required by the package. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2005-01-09 00:14:52 by Min Sik Kim | Files touched by this commit (2) | |
Log message: Sync with the recent tcl/tk update. |
2005-01-02 21:19:06 by Min Sik Kim | Files touched by this commit (1) |
Log message: Use PKGDIRMODE and DOCMODE instead of 555 and 444, respectively. Bump PKGREVISION because the default value of PKGDIRMODE is 755, which is different from 555. |
2004-11-26 19:09:04 by Min Sik Kim | Files touched by this commit (2) |
Log message: Make tcl-tclX and tk-tclX build with tcl-8.4.8 and tk-8.4.8. |
2004-11-04 02:01:35 by Min Sik Kim | Files touched by this commit (1) |
Log message: Make this package build with tcl-8.4.7 and tk-8.4.7. |
2004-10-07 04:01:39 by Johnny C. Lam | Files touched by this commit (11) |
Log message: * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR, as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR. |