Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2001 13:29:20 -0800 (PST)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/tcl83 Makefile ports/lang/tcl83/files patch-configure
Message-ID:  <200111012129.fA1LTKk76658@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dinoex      2001/11/01 13:29:20 PST

  Modified files:
    lang/tcl83           Makefile 
    lang/tcl83/files     patch-configure 
  Log:
  Change Installion of tclConfig.sh
  Fixes a problem with deskutils/ical
  that assumes the macro TCL_LIB_FILE
  can be accessed in quoutes.
  Reduced some dynamic expansions on the way.
  
  -TCL_LIB_FILE='libtcl83${TCL_DBGX}.so.1'
  +TCL_LIB_FILE='libtcl83.so.1'
  
  -TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.so.1'
  +TCL_SHARED_LIB_SUFFIX='83${TCL_DBGX}.so.1'
  
  -TCL_UNSHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.a'
  +TCL_UNSHARED_LIB_SUFFIX='83${DBGX}.a'
  
  Revision  Changes    Path
  1.49      +1 -0      ports/lang/tcl83/Makefile
  1.3       +10 -1     ports/lang/tcl83/files/patch-configure

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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