Commit graph

14 commits

Author SHA1 Message Date
Edwin Groothuis
8782296f87 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry 2006-01-22 00:30:24 +00:00
Pav Lucistnik
2e45a05bcf - Fix plist 2006-01-14 12:43:57 +00:00
Kris Kennaway
cae115735e BROKEN: Incomplete pkg-plist 2006-01-14 09:25:04 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
Thierry Thomas
f52c4ef985 - Use version 0.9.2 if PHP4 is installed (set PORTEPOCH) and remove
IGNORE;

- fix $PKGMESSAGE when PHP has been built WITH_DEBUG.
2005-02-09 22:19:50 +00:00
Thierry Thomas
1209aced40 - Upgrade to 1.0.1;
- unbreak because it runs fine with PHP5;

- set IGNORE because it cannot be packaged on pointyhat,
  which installs PEAR packages built against PHP4.
2005-02-08 23:18:46 +00:00
Kris Kennaway
b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00
Kris Kennaway
695ff7aa70 BROKEN: Does not compile
Approved by:	portmgr (self)
2004-09-26 02:04:37 +00:00
Jun Kuriyama
4906000dae Upgrade to 1.0. 2004-08-29 23:31:25 +00:00
Alex Dupre
35a3256787 Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.

Approved by:	nork (mentor/implicitly)
2004-02-09 11:43:38 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Edwin Groothuis
1446aabaab 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>
2003-12-28 09:11:28 +00:00
Edwin Groothuis
d30e571eb6 Add the virtual category "pear" to the Makefiles of these ports.
PR:		ports/56582
Submitted by:	edwin@mavetju.org
Approved by:	portmgr@freebsd.org
2003-11-12 23:46:19 +00:00
Edwin Groothuis
3934a3fd15 New port: devel/pear-apd - Advanced PHP Debugger (APD).
Adding APD, a full-featured PHP profiler/debugger loaded
	as a zend_extension.

PR:		ports/56555
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-08 02:50:42 +00:00