1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/cad/opencascade/files/patch-ros_src_WOKTclLib_wutils.tcl
Thierry Thomas de5ea4454a Open CASCADE Technology is a software development platform freely available in
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.
2007-04-01 09:04:04 +00:00

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"