Age | Commit message (Expand) | Author | Files | Lines |
2004-04-09 | Fix up some Makefile logic that got broken by the libtool patches (and | danw | 6 | -99/+116 |
2004-03-25 | Fix tcl/tk configure script stupidity: it overwrote the value of LDFLAGS | jlam | 5 | -37/+824 |
2004-03-24 | Now that we build tcl/tk with thread safety enabled, pull pthread buildlink | jwise | 2 | -4/+5 |
2004-03-22 | Build thread-safe versions of tcl and tk. Bump PKG_REVISION to nb1 to match. | jwise | 1 | -2/+3 |
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -3/+3 |
2004-03-11 | Keep library names on IRIX and Linux to be same as on other platforms. | minskim | 3 | -19/+99 |
2004-03-08 | Update Tcl/Tk to 8.4.6. | minskim | 5 | -69/+31 |
2004-03-08 | Update tk to 8.4.5. Too many changes since 8.3.4. Please see | minskim | 9 | -1251/+310 |
2004-03-08 | Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will | minskim | 3 | -6/+6 |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -4/+7 |
2004-02-09 | Remove a temporary directory created at post-install, so that a | minskim | 1 | -1/+2 |
2004-02-07 | Set permission of man directories correctly. Approved by wiz@. | minskim | 1 | -4/+2 |
2004-01-24 | Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In | jlam | 1 | -2/+2 |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 |
2004-01-05 | bl3ify | jlam | 3 | -7/+9 |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 |
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -9/+7 |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+30 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2003-07-09 | Some packages check for tclsh and wish rather than using other means of | agc | 1 | -2/+3 |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 |
2003-04-10 | make ${PAX} usage consistent: | grant | 1 | -2/+2 |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 |
2003-03-16 | On Linux, this used to create libtk8.3.4 - let's use nodots here, too, | jschauma | 2 | -107/+99 |
2003-02-17 | convert to use test target from bsd.pkg.mk | dillo | 1 | -4/+2 |
2003-01-04 | Set USE_X11 to YES. Fixes tcl-itcl build. | wiz | 1 | -1/+3 |
2002-10-25 | Unused. | wiz | 1 | -62/+0 |
2002-09-21 | Make "-ltk" resolve into "-ltk83", so that we don't need to patch so | jlam | 1 | -1/+6 |
2002-08-29 | Define commonly-used location for tkConfig.sh as TKCONFIG_SH. | jlam | 1 | -1/+3 |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 2 | -6/+30 |
2002-03-20 | Touch a few files that are modified as part of post-build so that they're | jlam | 1 | -1/+8 |
2002-01-05 | Update patch with diffs for a regenerated "configure". This restores the | tron | 2 | -72/+843 |
2001-12-23 | Update to version 8.3.4 | bjoern | 9 | -852/+176 |
2001-11-30 | Create ECHO_BUILDLINK_MSG for printing buildlink diagnostics. It's just | jlam | 1 | -2/+2 |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 |
2001-10-24 | I am a triple idiot. The only relevant variable that x11.buildlink.mk | jlam | 2 | -5/+3 |
2001-10-23 | x11.buildlink.mk needs to be included before any buildlink.mk files that | jlam | 1 | -2/+2 |
2001-10-23 | Create private variables _TCLCONFIG_SED and _TKCONFIG_SED that hold the | jlam | 1 | -5/+12 |
2001-10-23 | Strongly-buildlinkify. | jlam | 1 | -2/+4 |
2001-10-23 | Use -Wl,-R instead of -Wl,-rpath as the former is more consistent with the | jlam | 4 | -15/+15 |
2001-07-29 | Use the library naming scheme under Solaris as under NetBSD. While it's | tron | 3 | -18/+951 |
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 |
2001-07-23 | In buildlinked *Config.sh files, substitute ${BUILDLINK_DIR} for | jlam | 1 | -2/+4 |
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -5/+5 |
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 |
2001-06-30 | Don't install the short names for section 3 manpages as the names are | jlam | 2 | -285/+230 |
2001-06-23 | Generalize how the dependency pattern may be specified. Instead of just | jlam | 1 | -4/+5 |
2001-06-21 | Add buildlink.mk files for use by other package Makefiles. | jlam | 1 | -0/+53 |
2001-06-21 | Touch ${TK_LIB_FILE} during build so that it doesn't have to be re-linked | jlam | 3 | -7/+16 |