2017-08-25 13:05:33 by Adam Ciarcinski | Files touched by this commit (26) |
Log message: Changes 8.6.7: Bug fixes. |
2017-07-23 01:40:07 by David Sainty | Files touched by this commit (1) |
Log message: install-sh requires that $SHELL is an extremely close match to /bin/sh. The install would presumably fail outright for user shells like tcsh, so we need to set SHELL regardless. But technically install-sh has a quoting bug in the exit trap, which even results in SHELL=zsh failing. |
2017-07-20 12:23:35 by Jonathan Perkin | Files touched by this commit (2) |
Log message: Ensure secondary configure scripts are executed with the correct shell, fixes issues seen since the RELRO patches caused by broken ksh on SunOS. |
2017-07-16 11:06:45 by Thomas Klausner | Files touched by this commit (8) |
Log message: Add upstream bug report for previous. |
2017-07-16 10:51:46 by Thomas Klausner | Files touched by this commit (2) |
Log message: LDFLAGS_DEFAULT, not LDFLAGS. |
2017-07-16 10:50:18 by Thomas Klausner | Files touched by this commit (8) |
Log message: Honor LDFLAGS on NetBSD. Fixes RELRO build. Every OPSYS has its own case for this. Please fix your favorite operating system similarly. |
2017-04-22 23:04:05 by Adam Ciarcinski | Files touched by this commit (670) | |
Log message: Revbump after icu update |
2016-12-04 06:17:46 by Ryo ONODERA | Files touched by this commit (667) |
Log message: Recursive revbump from textproc/icu 58.1 |
2016-10-21 13:45:44 by Kamil Rytarowski | Files touched by this commit (4) |
Log message: Export TDBC_VERSION like ITCL_VERSION. Use these versions as well in Makefile and PLIST. It's unclear whether buildlink3.mk might include Makefile.version, this is the reason to duplicate this information. There are other packages that might be versioned similarily: - sqlite3, - thread. No user-visible change in the main package. |
2016-10-21 03:44:24 by Kamil Rytarowski | Files touched by this commit (2) |
Log message: Provide bundled itcl version (ITCL_VERSION) in buildlink3.mk Packages need to know files with ITCL of current TCL version. |