| Summary: | www/php-templates compiles and works fine with gcc-3.4 and php5 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alexander Kuznetsov <skritku> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed, thanks. ale 2009-09-14 09:01:50 UTC
FreeBSD ports repository
Modified files:
www/php-templates Makefile
Log:
Update MASTER_SITES and allow building with php5.
PR: ports/138759
Submitted by: Alxander Kuznetsov <skritku@gmail.com>
Revision Changes Path
1.14 +2 -2 ports/www/php-templates/Makefile
_______________________________________________
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"
|
www/php-templates compiles and works fine with gcc-3.4 and php5 Fix: I suppose to change IGNORE_WITH_PHP=5 to USE_GCC=3.4 in /usr/ports/www/php-templates/Makefile or .if ${PHP_VER} == 5 USE_GCC=3.4 .endif (but I'm not sure if it compiles and works with php4 and gcc4)