summaryrefslogtreecommitdiff
path: root/databases/php-adodb-ext/files/patch-adodb.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-06- Allow build with php55Sunpoet Po-Chuan Hsieh1-0/+0
- Remove DEFAULT_PHP_VER - Bump PORTREVISION for dependency change - While I'm here: - Use USE_PHPEXT and PHP_MODNAME - Remove unnecessary CONFIGURE_ARGS - Simplify Makefile: move common part of two extra patches to patch-adodb.c - Use USES=dos2unix - Support STAGEDIR - Use single space after WWW: PR: ports/188236 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
2011-08-08- Fix build for newer PHP versions by making PHP 5.2-specific patch optionalGabor Kovesdan1-0/+0
PR: ports/159125 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
2010-04-12- Fix build with php 5.3Pav Lucistnik1-0/+28
PR: ports/145653 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)