Makefile.3.REL=10.1-RELEASE.diff *** 10.1-RELEASE/ports/mail/exmh2/Makefile.orig Sat May 9 02:01:49 2015 --- jhs/ports/mail/exmh2/Makefile Sat May 9 02:05:02 2015 *************** *** 64,67 **** --- 80,121 ---- WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/install + # NO_BUILD= YES # Use a dummy (do-nothing) build target. + + # From the install: + # Exmh is a script. It needs to be run by the Tcl/Tk shell, "wish". + # From work/exmh-1.6.7/exmh.README: + # Version 1.6* is compatible with Tk 4.1, Tk4.0, Tk3.6, and Tk3.3 + # Some features (e.g., color face icons) only work with Tk 4.0 or greater. + # exmh is known to work with MH versions 6.7 and 6.8.* + # This release is stable with Tk 3.6 and Tk 4.0b3. + # From FreeBSD current (96.06.09) ports: + # ports/x11/tk tk3.6 tcl\\.7\\.:${PORTSDIR}/lang/tcl + # ports/x11/tk4 tk-4.0.2 tcl74\\.1\\.:${PORTSDIR}/lang/tcl74 + # ports/x11/tk41 tk-4.1 tcl7.5 tcl7.5\\.1\\.:${TCL_DIR} + # Example lib names: + # /usr/local/lib/ libtk.a libtk.so.3.6 libtcl.a libtcl.so.7.3 + + post-patch: reply-to # called by a simple make + @echo ${WRKSRC}/lib/report.tcl + + pre-install: reply-to + + pre-package: reply-to + + reply-to: + @echo -n If the host you are installing on has no permanent Internet + @echo " domain address," + @echo -n and receives varying dynamicly assigned IP + @echo " addresses per connection, then in:" + @echo " ${WRKSRC}/lib/report.tcl" + @echo after + @echo ' puts $out "Subject: exmh bug"' + @echo -n Append a Reply-To: field with a valid domain, + @echo " example:" + @echo ' puts $out "Reply-To: exmh-bug-master@your-host.your-domain"' + @echo You could do this with + @echo " vi -c/Subject: ${WRKSRC}/lib/report.tcl " + -grep -i Reply-To: ${WRKSRC}/lib/report.tcl + .include