mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
de5ea4454a
open source. It includes components for 3D surface and solid modeling, visualization, data exchange and rapid application development. Open CASCADE Technology can be best applied in development of numerical simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM applications. BUGS: the module WOK does not work, but the other modules (the most interesting parts) are OK.
12 lines
367 B
Tcl
12 lines
367 B
Tcl
--- ros/src/WOKTclLib/wutils.tcl.orig Fri Sep 21 10:08:43 2001
|
|
+++ ros/src/WOKTclLib/wutils.tcl Thu Aug 10 17:20:24 2006
|
|
@@ -1770,7 +1770,7 @@
|
|
}
|
|
|
|
command {
|
|
- set fid [open "| /usr/lib/sendmail -oi -t" "w"]
|
|
+ set fid [open "| /usr/sbin/sendmail -oi -t" "w"]
|
|
puts $fid "To: $to"
|
|
if {[string length $from] > 0} {
|
|
puts $fid "From: $from"
|