Subject: CVS commit: pkgsrc/devel/tet3
From: John Marino
Date: 2011-12-11 12:57:09
Message id: 20111211115709.2E0F5175DD@cvs.netbsd.org

Log Message:
devel/tet3: Multiple platform fix

Tet3 has a korn shell script in it, but this was never accounted for
previously.  NetBSD has /bin/ksh so they never noticed the error.  However,
the script in question didn't have the shebang at the first line because
it was a template and REPLACE_KSH failed.  As a result, the template is
patched to allow REPLACE_KSH to work.  This fix should apply to all
platforms that don't have /usr/ksh.

Files:
RevisionActionfile
1.18modifypkgsrc/devel/tet3/Makefile
1.7modifypkgsrc/devel/tet3/distinfo
1.1addpkgsrc/devel/tet3/patches/patch-src_scripts_tet_start.sh