Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 1996 03:10:04 +0930 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        ports@freebsd.org
Subject:   Upgrade for tclX7.5 port
Message-ID:  <199606211740.DAA10875@genesis.atrad.adelaide.edu.au>

next in thread | raw e-mail | index | archive | help
A small diff to make it work for tclX 7.5.2.  Note that the shared library
dependancies are still broken; I don't know the "right" way to fix
this.

--- Makefile~   Sat Jun 22 02:37:38 1996
+++ Makefile    Sat Jun 22 02:36:09 1996
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.5 1996/06/17 10:00:38 asami Exp $
 #
 
-DISTNAME=      tclX7.5.0
+DISTNAME=      tclX7.5.2
 PKGNAME=       tclX-7.5
 CATEGORIES+=   lang
 MASTER_SITES=  ftp://mirror.neosoft.com/pub/tcl/tclx-distrib/
@@ -29,11 +29,11 @@
        cd ${WRKSRC} ; \
        mv Config.mk Config.mk.orig2 && \
        sed -e 's;TCL_SRC=$${srcbasedir};TCL_SRC=${TCL_SRC};' \
-           -e 's;TCL_CONFIG=$${srcbasedir};TCL_CONFIG=${TCL_SRC};' \
+           -e 's;TCL_BUILD=$${bldbasedir};TCL_BUILD=${TCL_SRC};' \
            -e 's;TCL_LIB=$${bldbasedir};TCL_LIB=${TCL_SRC};' \
            -e 's;TCL_SHLIB_DIR=$${bldbasedir};TCL_SHLIB_DIR=${TCL_SRC};' \
            -e 's;TK_SRC=$${srcbasedir};TK_SRC=${TK_SRC};' \
-           -e 's;TK_CONFIG=$${srcbasedir};TK_CONFIG=${TK_SRC};' \
+           -e 's;TK_BUILD=$${bldbasedir};TK_BUILD=${TK_SRC};' \
            -e 's;TK_LIB=$${bldbasedir};TK_LIB=${TK_SRC};' \
            -e 's;TK_SHLIB_DIR=$${bldbasedir};TK_SHLIB_DIR=${TK_SRC};' \
        Config.mk.orig2 >Config.mk


-- 
]] Mike Smith, Software Engineer        msmith@atrad.adelaide.edu.au    [[
]] Genesis Software                     genesis@atrad.adelaide.edu.au   [[
]] High-speed data acquisition and      (GSM mobile) 0411-222-496       [[
]] realtime instrument control          (ph/fax)  +61-8-267-3039        [[
]] Collector of old Unix hardware.      "Where are your PEZ?" The Tick  [[



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606211740.DAA10875>