Bug 138759 - www/php-templates compiles and works fine with gcc-3.4 and php5
Summary: www/php-templates compiles and works fine with gcc-3.4 and php5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-12 15:10 UTC by Alexander Kuznetsov
Modified: 2009-09-14 10:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kuznetsov 2009-09-12 15:10:07 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-12 15:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2009-09-14 10:02:01 UTC
State Changed
From-To: open->closed

Committed, thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-09-14 10:02:05 UTC
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"