| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
Notes:
svn path=/head/; revision=289563
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=245079
|
|
|
|
|
|
|
| |
Notified by: portscout
Notes:
svn path=/head/; revision=219670
|
|
|
|
|
|
|
| |
Approved by: clsung (mentor)
Notes:
svn path=/head/; revision=198164
|
|
|
|
|
|
|
|
| |
PR: 108524
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Notes:
svn path=/head/; revision=183652
|
|
|
|
|
|
|
|
|
| |
maintainer-timeouts and no response to email. We hope to see him back.
Hat: portmgr
Notes:
svn path=/head/; revision=173626
|
|
|
|
|
|
|
|
| |
PR: ports/91658
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
Notes:
svn path=/head/; revision=153307
|
|
|
|
|
|
|
|
|
| |
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net
Notes:
svn path=/head/; revision=150745
|
|
|
|
|
|
|
|
| |
PR: 81396
Submitted by: Antonio Carlos Venancio Junior (maintainer)
Notes:
svn path=/head/; revision=135977
|
|
|
|
|
|
|
|
|
|
| |
Changelg at <http://pear.php.net/package/HTTP/download/1.3.5/>.
PR: ports/78212
Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
Notes:
svn path=/head/; revision=130123
|
|
|
|
|
|
|
|
| |
PR: ports/77309
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
Notes:
svn path=/head/; revision=128412
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership.
PR: ports/71556
Submitted by: Antônio Carlos Venâncio Júnior.
Notes:
svn path=/head/; revision=121383
|
|
|
|
| |
Notes:
svn path=/head/; revision=113783
|
|
|
|
| |
Notes:
svn path=/head/; revision=112847
|
|
|
|
|
|
|
|
|
| |
PR: ports/65512
Submitted by: Roman Neuhauser
Approved by: mat (mentor).
Notes:
svn path=/head/; revision=107078
|
|
|
|
| |
Notes:
svn path=/head/; revision=104313
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.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>
Notes:
svn path=/head/; revision=96749
|
|
The HTTP class is a class with static methods for doing miscellaneous
HTTP-related stuff like date formatting or language negotiation.
WWW: http://pear.php.net/package-info.php?package=HTTP
PR: ports/60197
Submitted by: Alex Miller <asm@asm.kiev.ua>
Notes:
svn path=/head/; revision=96740
|