Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
|
|
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.
OK from jlam@ and adrianp@.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
the PECL distro site rather than PHP's default.
Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
|
|
|
|
|
|
|
|
don't install LICENCE (this package is distributed under standard PHP
licence) nor NOTICE file
PKGREVISION not bumped, since package version as such changed
|
|
|
|
Maybe, fix build problem on NetBSD 1.6.2, too.
|
|
|
|
setting now, do so for aesthetic reasons
|
|
and pecl.php.net.
Also change package to use the new shared PHP4/PHP5 framework, tho
this module is PHP 4.x-only.
|
|
|
|
|
|
|
|
EXTRACT_SUFX. Also, set php4-apc's EXTRACT_SUFX to .tar.gz since it's the
only one available.
|
|
|
|
Some highlights of changes since 4.2.3:
* PCRE updated to 4.3, GD to 2.0.15
* improved Apache2 support
* much improved stream & URL wrapper support, output compression support
* added CLI (Command Line Interface) SAPI
* debug_backtrace() backported from ZendEngine2
* faster build system
* huge number of other bug fixes and improvements
Packaging changes:
* 'pcre', 'xml', and 'session' modules folded back into main package -
'pcre' and 'xml' is required by PEAR, and 'session' is just too essential
to be separate
* 'gd' module now uses bundled PHP GD library, which is better integrated
* PHP modules use shared distinfo when possible to ease future PHP updates
* ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php
remains CGI version
|
|
|
|
|
|
|
|
|
|
Makefile.module, as it might indirectly include bsd.buildlink.mk which
relies on being able to check whether USE_BUILDLINK_ONLY is defined or not.
|
|
|
|
|
|
|
|
flags instead.
|
|
APC is the Alternative PHP Cache, which provides a way of boosting the
performance of PHP on heavily-loaded sites by allowing scripts to be cached
in a compiled state, so that the overhead of parsing and compiling can be
almost completely eliminated.
This is an open source product that does the same job as the commercial
product Zend Cache.
|