Bug 81601 - [PORT UPDATE]: add of php4-session as dep of php4 to mambo handle sessions
Summary: [PORT UPDATE]: add of php4-session as dep of php4 to mambo handle sessions
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-28 22:20 UTC by Francisco Alves Cabrita
Modified: 2005-05-29 10:08 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 Francisco Alves Cabrita 2005-05-28 22:20:01 UTC
Added the instalation of www/php4-session required by Mambo.
Thanks to Stephan Anft who alert me.

Thanks
Francisco Alves Cabrita

Fix: update the Makefile to:



NO_BUILD=      yes
 USE_MYSQL=     yes
-USE_PHP=       mysql zlib gd pdf xml
+USE_PHP=       mysql session zlib gd pdf xml
 WANT_PHP_WEB=  yes
 PKGMESSAGE=    ${WRKDIR}/pkg-message
 SUB_FILES=     pkg-message--MLPfkVT9RU9XFxQvFrakAmldLQeNVhktrwYMhyA78k7DBnCA
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile    Sat May 28 21:13:27 2005
+++ Makefile.new        Sat May 28 21:13:16 2005
@@ -19,7 +19,7 @@
How-To-Repeat: When installing the mambo port it dont install the www/php4-session
Comment 1 Francisco Cabrita <include> 2005-05-28 22:36:02 UTC
Sorry the diff is incorrect when trying to rename the Makefile filename 
from Makefile to Makefile.new. Please use this:

@@ -19,7 +19,7 @@

  NO_BUILD=      yes
  USE_MYSQL=     yes
-USE_PHP=       mysql zlib gd pdf xml
+USE_PHP=       mysql session zlib gd pdf xml
  WANT_PHP_WEB=  yes
  PKGMESSAGE=    ${WRKDIR}/pkg-message
  SUB_FILES=     pkg-message

I think it's all i need.

Thanks in advance
Francisco Alves Cabrita

--
Nucleo Portugues de FreeBSD - Core Member
http://npf.pt.freebsd.org
http://npf.pt.freebsd.org/~include/
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2005-05-29 10:08:04 UTC
State Changed
From-To: open->closed


Committed, thanks. 

Remark: PORTREVISION bumped.