- Reflect the fact that APC is now a PECL package
- Take maintainership
PR: ports/78019
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Repocopy by: marcus
pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
can be simplified to:
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
the latter version also doesn't make any assumptions about the
path of including Makefile
PR: ports/57152
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
New port: www/pear-APC - Alternative PHP Cache.
This port does not build out of the box, and has been
requested on the PEAR-DEV mailing list.
See <http://marc.theaimsgroup.com/?t=106235180900001&;r=1&w=2>.
PR: ports/56294
Submitted by: Thierry Thomas <thierry@pompo.net>