Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 2010 04:36:07 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/apache20 Makefile
Message-ID:  <201005130436.o4D4a7KO032235@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgollucci    2010-05-13 04:36:07 UTC

  FreeBSD ports repository

  Modified files:
    www/apache20         Makefile 
  Log:
  - 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 <ervin23@gmail.com>
  With Hat:       apache@
  
  Revision  Changes    Path
  1.281     +1 -0      ports/www/apache20/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005130436.o4D4a7KO032235>