| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Forgotten in previous PR: add also BROKEN_WITH_PHP knob.
PR: 59418
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=94454
|
|
|
|
| |
Notes:
svn path=/head/; revision=94243
|
|
|
|
|
|
|
| |
Submitted by: dinoex
Notes:
svn path=/head/; revision=93294
|
|
|
|
| |
Notes:
svn path=/head/; revision=93101
|
|
|
|
|
|
|
|
|
|
|
| |
o Un-break port.
o A lot of fixes, taken from recent commits to php4 port.
PR: ports/58617
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=92608
|
|
|
|
| |
Notes:
svn path=/head/; revision=92381
|
|
|
|
|
|
|
|
| |
PR: 57437
Submitted by: sysadmin@alexdupre.com
Notes:
svn path=/head/; revision=89968
|
|
|
|
|
|
|
| |
PR: ports/57204
Notes:
svn path=/head/; revision=89483
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to 5.0.0a2-alexdupre snapshot (and fix 5.0.0a1 memory leak).
Add DB4 extension.
Correctly use USE_MYSQL/USE_OPENSSL/USE_OPENLDAP.
PR: ports/56979
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=89154
|
|
|
|
|
|
|
| |
Prodded by: kris
Notes:
svn path=/head/; revision=87743
|
|
|
|
| |
Notes:
svn path=/head/; revision=87644
|
|
|
|
|
|
|
|
| |
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
Notes:
svn path=/head/; revision=86964
|
|
|
|
|
|
|
| |
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=85044
|
|
|
|
|
|
|
|
|
| |
PR: ports/54519
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Pointy hat to: myself
Notes:
svn path=/head/; revision=85008
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/54519
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
Notes:
svn path=/head/; revision=84981
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Add WITH_REGEX_TYPE knob [1].
o Small fixes.
PR: ports/54061
Requsted by: Jens Rehsack [1]
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=84179
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de>
in ports/53754, implemented in a slightly different way).
o Add GIF and animated GIF write support by default in GD and add
WITH_LZW knob to enable the LZW compression algorithm (patented
in some countries).
o Removed gd_gif_out.diff patch and added many new patches.
PR: ports/53754, ports/53879
Requested by: Jens Rehsack <rehsack@liwing.de>
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=84110
|
|
|
|
|
|
|
|
|
|
|
| |
server to work, but for which is indifferent the PHP
sapi (CGI or Apache Module).
PR: ports/53800
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=84106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
Notes:
svn path=/head/; revision=83696
|
|
|
|
|
|
|
|
| |
PR: ports/53687
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=83554
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o New patch-main::main.c file [2]:
- Fixed bug #24253 (missing variables when register_globals is on)
- Fixed a memory leak when more then 1 E|S flag is passed to gpc_order.
- Fixed a memory leak when variables_order is not set and gpc_order
has S|s flag.
- Optimized out duplicate parsing of the variables order string.
PR: ports/53609
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Patched by: Thierry Thomas [1]
Requested by: Ian Service [2]
Notes:
svn path=/head/; revision=83518
|
|
|
|
|
|
|
|
|
|
|
| |
(enable with WITH_GD_GIF_OUT - not default due to LZW
patent in many countries)
PR: ports/53631
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=83483
|
|
|
|
|
|
|
|
|
| |
PR: ports/53498
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Pointy hat to: myself
Notes:
svn path=/head/; revision=83347
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Add inifile and cdb extensions.
o Fix imap without ssl(inspired from ports/53141).
o Rename some variable for future compatability (PHP => PHP4)
(inspired from ports/53113, points 1 and 4 - point 2 is useless).
PR: ports/53498
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Inspired by: ports/53141 (Torsten Schneider <fbsd-bugs@tschneider.org>)
Inspired by: ports/53113 (Jens Rehsack <rehsack@liwing.de>)
Notes:
svn path=/head/; revision=83339
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/53017
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Obtained from: ports/52615
Obtained by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
Notes:
svn path=/head/; revision=82471
|
|
|
|
|
|
|
|
|
|
| |
and set the right knobs, like the bsd.openssl.mk.
PR: ports/52674
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=82389
|
|
|
|
|
|
|
|
| |
PR: ports/52784
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=82387
|
|
|
|
|
|
|
|
| |
PR: ports/52617
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=82384
|
|
|
|
|
|
|
|
|
|
|
|
| |
to 4.3.2RC4 release and added php4-cli and php4 ports, for apache
module, command line interface, and both, respectively. Too many
changes (improvements, bug fixes and new features) to be listed here,
PR: ports/51945
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=81722
|
|
|
|
| |
Notes:
svn path=/head/; revision=74212
|
|
|
|
| |
Notes:
svn path=/head/; revision=59296
|
|
|
|
|
|
|
|
| |
PR: ports/37825
Submitted by: Jason Taylor <jason@jase.org>
Notes:
svn path=/head/; revision=58995
|
|
|
|
| |
Notes:
svn path=/head/; revision=51857
|
|
|
|
|
|
|
| |
Submitted by: Rafal Michalski <rafal.michalski@altech.com.pl>
Notes:
svn path=/head/; revision=51012
|
|
|
|
| |
Notes:
svn path=/head/; revision=44427
|
|
|
|
| |
Notes:
svn path=/head/; revision=44398
|
|
|
|
| |
Notes:
svn path=/head/; revision=41810
|
|
Based upon work by: Alastair D'Silva <deece@familyhealth.com.au>
Notes:
svn path=/head/; revision=38710
|