Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2003 17:48:45 -0700 (PDT)
From:      Maho Nakata <maho@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/cad/calculix/files patch-ccx_1.0+src+Makefile patch-cgx_1.0+src+readcxx.c
Message-ID:  <200305100048.h4A0mj5r011663@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
maho        2003/05/09 17:48:45 PDT

  FreeBSD ports repository

  Modified files:
    cad/calculix/files   patch-ccx_1.0+src+Makefile 
  Added files:
    cad/calculix/files   patch-cgx_1.0+src+readcxx.c 
  Log:
  Fix broken for 4-STABLE:
  
  1. ports/math/spooles uses threading, so add pthread explicitly
     for 5.1-BETA we don't ever need it.
  2. _toupper should be a macro version of subset of toupper.
     See the difference between ctype.h of 5.1-BETA and 4-STABLE.
     However, I don't see the reason why it cgx uses _toupper (thread safety?).
  
  Pointed out by: kris
  
  Revision  Changes    Path
  1.2       +4 -5      ports/cad/calculix/files/patch-ccx_1.0+src+Makefile
  1.1       +127 -0    ports/cad/calculix/files/patch-cgx_1.0+src+readcxx.c (new)



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