aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.php.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update PHP ports to 4.3.11 and 5.0.4 releases:Alex Dupre2005-04-041-1/+1
| | | | | | | | | | | | - fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry Notes: svn path=/head/; revision=132440
* - Add handling of statically included extensionsAlex Dupre2005-03-141-12/+18
| | | | | | | | | - Better dependencies tracking [1] Suggested by: des Notes: svn path=/head/; revision=131205
* - Teach USE_PHP about new pecl extension radiusPav Lucistnik2005-03-111-2/+3
| | | | | | | Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=130910
* PHP 5.0.3 uses a different extension dir.Alex Dupre2004-12-171-1/+1
| | | | | | | Spotted by: Joe Zeiler <zeiler07@covad.net> Notes: svn path=/head/; revision=124260
* Enhance extension deinstallation.Alex Dupre2004-09-021-1/+1
| | | | | | | Submitted by: Rolandas Naujikas <rolnas@takas.lt> Notes: svn path=/head/; revision=117915
* Register extensions in etc/php/extensions.ini instead of etc/php.iniAlex Dupre2004-07-281-6/+13
| | | | | | | | | and add etc/php to the config scan path. Suggested by: Kenneth Vestergaard Schmidt <kvs@pil.dk> Notes: svn path=/head/; revision=114918
* Add support for fileinfo extension.Alex Dupre2004-07-211-3/+4
| | | | Notes: svn path=/head/; revision=114333
* Remove the old-and-broken sybase (DB-lib) extension and point users toAlex Dupre2004-07-201-2/+1
| | | | | | | the new-and-working sybase (CT-lib) extension. Notes: svn path=/head/; revision=114315
* - Document DEFAULT_PHP_VER and BROKEN_WITH_PHPAlex Dupre2004-07-191-1/+9
| | | | | | | | | - Set them acccordingly in PHP extensions ports (Now I really need some rest, see you tomorrow) Notes: svn path=/head/; revision=114254
* Add support for imagick extension.Alex Dupre2004-07-191-2/+3
| | | | Notes: svn path=/head/; revision=114222
* Oops, move down the definition of the default PHP port.Alex Dupre2004-07-191-4/+2
| | | | Notes: svn path=/head/; revision=114201
* Second step of PHP mega-commit:Alex Dupre2004-07-191-35/+205
| | | | | | | - update bsd.php.mk to handle the new PHP infrastructure Notes: svn path=/head/; revision=113958
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-1/+1
| | | | Notes: svn path=/head/; revision=110841
* Fix apache2 auto-detection, since apr is now conditional.Alex Dupre2004-02-091-1/+1
| | | | | | | | Submitted by: kuriyama Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100486
* * Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1]Joe Marcus Clarke2004-02-041-0/+165
* Remove trailing whitespace from bsd.port.mk [2] * Enhanced OPTIONS handling [3] * Add a USE_ICONV macro [4] * Add a USE_GETTEXT macro [5] * Add support for p5-Module::Build [6] * Enhance bsd.sdl.mk with WANT_SDL [7] * Remove NetBSD and OpenBSD bits from bsd.port.mk [8] * Correct a type in PKGDIR description in bsd.port.mk [9] * Add new DIRNAME macro [10] * Cleanup bsd.port.mk [11] * The default Perl for -CURRENT has been updated to 5.8.2 [12] * Optimize recursive operations on the ports tree [13] * Do not attempt to remove _CPUCFLAGS from CFLAGS if _CPUCFLAGS is not defined [14] * Remove sysutils/rc_subr dependency on -CURRENT [15] * Add MySQL 5.X support to the ports system [16] * Fix a comment typo related to MySQL [17] * Change PTHREAD_{CFLAGS,LIBS} behavior [18] * Do not check distfile size on FreeBSD < 4.8 [19] * Do not install ports with security vulnerabilities [20] * Use ${LOCALBASE}/sbin/pkg_* tools if found [21] * A new net-mgmt physical category has been added [22] * Stop relying on port.mkversion [23] * Fix a regression in checksum processing [24] * Allow PLIST_{DIRS,FILES} to make use of PLIST_SUB [25] * Switch to root to run config and rmconfig targets [26] * Add SIZE attributes for distfiles by default [27] PR: 61683 [3] 62131 [4] 61992 [5] 61621 [6] 61877 [7] 61401 [8] 61684 [10] 61684 61955 [11] 61857 [12] 61757 [14] 61454 [15] 60559 [16] 62039 [20] 62039 [21] 61856 [23] 61972 [27] Submitted by: ale [1] marcus [2] eik [3] trevor [4] trevor [5] skv [6] edwin [7] Markus Brueffer <brueffer@phoenix-systems.de> [8] trevor [9] eik [10] eik des [11] des [12] kris [13] marcus [14] Sergey Matveychuk <sem@ciam.ru> [15] ale [16] linimon [17] eischen netchild [18] marcus netchild [20] eik [21] wollman [22] des [23] marcus eik [24] marcus [25] marcus [26] trevor [27] Notes: svn path=/head/; revision=99913