On Sat, Oct 02, 2010 at 08:21:27PM -0700, Jeremy Evans wrote: > Fairly simple version update, lots of new features, see > http://www.scintilla.org/ScintillaHistory.html. > > -$OpenBSD: patch-src_KeyWords_cxx,v 1.3 2008/03/22 11:44:42 steven Exp $
cvs log doesn't explain this patch... are you sure it can be safely removed ? > Index: scite/patches/patch-src_Embedded_properties > - command.scite.help=netscape "file://$(SciteDefaultHome)/SciTEDoc.html" > -+ command.scite.help=firefox "file://__DOCDIR__/SciTEDoc.html" > ++ command.scite.help=firefox > "file:///usr/local/share/doc/scite/SciTEDoc.html" This should be patched to use ${LOCALBASE} + run ${SUBST_CMD} on it.. or __DOCDIR__ if it still exists or one of the Makefile variable available. ok otherwise. Landry