Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2005 00:29:40 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/tclX/files patch-ag patch-ah ports/x11-toolkits/tix/files patch-af ports/palm/pilot-link/files patch-ac ports/converters/xdeview/files patch-ad
Message-ID:  <200502200029.j1K0Te8I072435@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2005-02-20 00:29:40 UTC

  FreeBSD ports repository (src committer)

  Added files:
    lang/tclX/files      patch-ag patch-ah 
    x11-toolkits/tix/files patch-af 
    palm/pilot-link/files patch-ac 
    converters/xdeview/files patch-ad 
  Log:
  Remove more copies of Tcl's SunOS shared library hack.
  It's worth pointing out that the Tcl project used to
  *recommend* that application writers copy this kludge.
  These ports work fine with Tcl 8.3, which provided a fake
  matherr() even if the OS didn't, but here's what the
  Tcl 8.4 changelog has to say:
  
    2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english)
            *** POTENTIAL INCOMPATIBILITY ***
  
  The following lines can be safely removed from any application that
  has them, unless compatibility with SunOS 4.X is desired.
  
    extern int matherr();
    int *tclDummyMathPtr = (int *) matherr;
  
  The build problems were pointed out by Kris, as usual.  ;-)
  
  Revision  Changes    Path
  1.1       +17 -0     ports/converters/xdeview/files/patch-ad (new)
  1.1       +18 -0     ports/lang/tclX/files/patch-ag (new)
  1.1       +18 -0     ports/lang/tclX/files/patch-ah (new)
  1.1       +17 -0     ports/palm/pilot-link/files/patch-ac (new)
  1.1       +16 -0     ports/x11-toolkits/tix/files/patch-af (new)



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