K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-05-13T04:36:07.000000Z K 7 svn:log V 420 - Fix some runtime devel/pcre conversion fallout the bundled pcre defined REG_NOSUB as 0 b/c its not used the devel/pcre port (8.0.0) defines it as 0x0020 which is causing havoc The REG_NOSUB was never used by pcre in www/apache20 So, replace it with 0 in the www/apache20 code forcibly - Bump PORTERVISION PR: ports/146399 Reported by: ervin valentin With Hat: apache@ END