| Summary: | www/mod_perl2: allow build with clang/gcc47+ | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dima Panov <fluffy> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dima Panov
2012-06-01 03:50:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer (via the GNATS Auto Assign Tool) +1 I came up with a matching replace cmd to compile with clang on releng/9 ohauer 2012-07-05 19:12:50 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2 Makefile pkg-plist
Log:
- allow build a correct library with clang/gcc47+ by disabling
APR_INLINE because FreeBSD default port settings not uses
bundled apr from apache tarball.
- force compiler to use gnu89 C standard.
- bump PORTREVISION
with hat apache@
PR: ports/168514
Submitted by: Dima Panov <fluffy@freebsd.org>
Revision Changes Path
1.79 +12 -2 ports/www/mod_perl2/Makefile
1.37 +3 -0 ports/www/mod_perl2/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks! |