| Summary: | UPDATE PORT: lang/php4-extensions -- Meta-port support for SQLite3 in PHP4 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Simon Cornelius P. Umacob <simoncpu> |
| 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 State Changed From-To: open->closed php4-extension is not meant to list all the php extensions in the tree, but only the historical ones, usually included in the php tarball. Nope, there is none, AFAIK. I had the impression that php4-extensions
and php5-extensions were meant to list all the php extensions in the
tree. Oops. =)
[ simon.cpu ]
Alex Dupre wrote:
> Synopsis: UPDATE PORT: lang/php4-extensions -- Meta-port support for SQLite3 in PHP4
>
> State-Changed-From-To: open->closed
> State-Changed-By: ale
> State-Changed-When: Thu Jan 18 06:45:34 UTC 2007
> State-Changed-Why:
> php4-extension is not meant to list all the php extensions in the tree,
> but only the historical ones, usually included in the php tarball.
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=108073
>
--
And /usr/games/fortune futurama says:
War over! Balls thoroughly licked.
|
This patch adds a meta-port support for SQLite3 in PHP4. Fix: SEL_OPTIONS= yes --- 110,116 ---- MCVE MHASH MIME_MAGIC MNOGOSEARCH MSSQL MYSQL NCURSES \ ODBC OPENSSL ORACLE OVERLOAD PCNTL PCRE PDF PFPRO \ PGSQL POSIX PSPELL READLINE RECODE SESSION SHMOP SNMP SOCKETS \ ! SQLITE3 SYBASE_CT SYSVMSG SYSVSEM SYSVSHM TOKENIZER \ WDDX XML XMLRPC XSLT YAZ YP ZIP ZLIB SEL_OPTIONS= yes--Si7X1HAP0GfU1C0rF005CHJ4ntbp8wtzcQ0uahTcZPmF1i4A Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" *** /usr/ports/lang/php4-extensions/Makefile Wed Dec 13 08:39:15 2006 --- Makefile Sun Jan 14 07:43:56 2007 *************** *** 81,86 **** --- 81,87 ---- SHMOP "shmop support" off \ SNMP "SNMP support" off \ SOCKETS "sockets support" off \ + SQLITE3 "SQLite3 support" off \ SYBASE_CT "Sybase database support" off \ SYSVMSG "System V message support" off \ SYSVSEM "System V semaphore support" off \ *************** *** 109,115 **** MCVE MHASH MIME_MAGIC MNOGOSEARCH MSSQL MYSQL NCURSES \ ODBC OPENSSL ORACLE OVERLOAD PCNTL PCRE PDF PFPRO \ PGSQL POSIX PSPELL READLINE RECODE SESSION SHMOP SNMP SOCKETS \ ! SYBASE_CT SYSVMSG SYSVSEM SYSVSHM TOKENIZER \ WDDX XML XMLRPC XSLT YAZ YP ZIP ZLIB