Commit Graph

11 Commits

Author SHA1 Message Date
Maho Nakata
c72ea155ce Make portlint happy by replacing space to tab
PR:		65409
Submitted by:	trevor
2004-05-06 19:49:54 +00:00
Norikatsu Shigemura
6ebe7ca4ef The CalculiX authors ahve fixed a segmentation fault
with a minor change in the cgx distfile.

PR:		ports/57071
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
Approved by:	maho
2003-09-25 04:20:30 +00:00
Maho Nakata
3bbd8083dc Unbreak for 4-STABLE with ad hoc patch.
replace _toupper to toupper. _toupper
is a macro defined at 5-CURRENT in ctype.h so
it doesn't harm for both.

Submitted by:	bento
2003-08-30 01:47:49 +00:00
Maho Nakata
d92149802c Rename the name of the patch. just a typo
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
2003-08-09 00:32:18 +00:00
Maho Nakata
1192fe9b66 fix a problem when deleting exampledir
Submitted by:	"Pedro F. Giffuni" <giffunip@yahoo.com>
2003-08-08 17:56:54 +00:00
Maho Nakata
02ca99bd5f update to 1.1
Submitted by:	"Pedro F. Giffuni" <giffunip@yahoo.com>
2003-08-08 16:06:50 +00:00
Maho Nakata
5c8716253e Unbreak for 4-STABLE with ad hoc patch.
replace _toupper to toupper. _toupper
is a macro defined at 5-CURRENT in ctype.h

Submitted by:	kris (bento's log)
2003-07-27 06:49:33 +00:00
Maho Nakata
2d3aaf068c a) patch-cgx_1.0+src+readcxx.c is not needed anymore since we
fixed the spooles port

b) there are three (small) missing patches from the experimental
tree that are not in the files dir.

Submitted by:	"Pedro F. Giffuni" <giffunip@yahoo.com>
Reviewed by:	maho
2003-07-12 02:53:23 +00:00
Maho Nakata
f6824b749b some cleanups
1. add documents/examples
2. slight patches

PR:             	52018
Submitted by:   	Pedro F. Giffuni <giffunip@yahoo.com>
2003-06-30 19:37:39 +00:00
Maho Nakata
03fa031ccc 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
2003-05-10 00:48:45 +00:00
Maho Nakata
741e45ae20 A Three-Dimensional Structural Finite Element Program
Submitted by	 : Pedro F. Giffuni <giffunip@yahoo.com>
Almost writeen by: maho
2003-05-05 13:06:37 +00:00