Tcl Source Code

View Ticket
Login
Ticket UUID: 907924
Title: Build adjustments/fixes
Type: Patch Version: None
Submitter: stwo Created on: 2004-03-01 22:31:43
Subsystem: 53. Configure and Build Tools Assigned To: kennykb
Priority: 8 Severity:
Status: Closed Last Modified: 2009-01-20 10:55:28
Resolution: Accepted Closed By: kennykb
    Closed on: 2009-01-20 03:55:28
Description:
New and improved tcl.m4 build spec for OpenBSD
This follows and improves on patch #775246
User Comments: kennykb added on 2009-01-20 10:55:28:

allow_comments - 1

stwo added on 2008-11-27 03:48:05:

File Deleted - 293125:

stwo added on 2008-11-27 02:37:20:

File Added - 303094: tcltk854-build.patch

File Added: tcltk854-build.patch

stwo added on 2008-09-12 19:18:25:

File Deleted - 291955:

stwo added on 2008-09-12 19:18:24:

File Added - 293125: tcltk854-build.patch.gz

Updated patch, same as previous but with these changes:
-Wno-implicit-int removed from tcl.m4.
CFLAGS_OPTIMIZE="-O2" added to tcl.m4 for OpenBSD.
Add missing ${TK_BUILD_EXP_FILE} to Tk's Makefile.
One patch now instead of two.
File Added: tcltk854-build.patch.gz

stwo added on 2008-09-04 02:33:56:

File Added - 291955: tk854-build.patch

Logged In: YES 
user_id=143350
Originator: YES

Same thing, for Tk.

These patches are against Tcl/Tk 8.5.4.
File Added: tk854-build.patch

stwo added on 2008-09-04 02:32:05:

File Deleted - 78649:

stwo added on 2008-09-04 02:32:04:

File Added - 291954: tcl854-build.patch

Logged In: YES 
user_id=143350
Originator: YES

Makefile.in:
Add overridable CONFIG_INSTALL_DIR where tclConfig.sh/tkConfig.sh will be installed,
defaults to where those files are installed now, saves patching.
Modify for optional ldAix install.

tcl.m4:
Add AC_SUBST'ed var LDAIX_SRC to install ldAix
only on AIX only when needed.

Add AC var SHLIB_VERSION used like:
SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.${SHLIB_VERSION}'
to free porters/builders from having to patch tcl.m4
on systems where the shared library version is important.
File Added: tcl854-build.patch

stwo added on 2004-03-02 05:31:43:

File Added - 78649: patch-unix_tcl_m4.gz

Attachments: