Improvements to current feature USE_DOS2UNIX (replace DOS linefeeds with UNIX ones): - allows to specify generic file extensions, which will be then searched and patched in the whole directory tree USE_DOS2UNIX= *.cpp *.h - backwards compatible: retains old behaviour if slash is used in the expression USE_DOS2UNIX= src/config.h - new variable to specify find(1) iregex argument USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(cpp|h) Superseeds ports/93007. Fix: Also available on freefall as ~pav/dos2unix.patch
Responsible Changed From-To: freebsd-ports-bugs->portmgr My patch! exprun test please.
State Changed From-To: open->analyzed Accepted for a test build on the cluster.
State Changed From-To: analyzed->closed Committed