ports/146399: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Thu May 13 04:40:04 UTC 2010
The following reply was made to PR ports/146399; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/146399: commit references a PR
Date: Thu, 13 May 2010 04:36:17 +0000 (UTC)
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 at gmail.com>
With Hat: apache@
Revision Changes Path
1.281 +1 -0 ports/www/apache20/Makefile
_______________________________________________
cvs-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
More information about the freebsd-apache
mailing list