summaryrefslogtreecommitdiff
path: root/Mk/bsd.php.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add php5 oci8 extensions.Alex Dupre2007-03-081-1/+2
| | | | | | | | PR: ports/109962 Submitted by: chinsan Notes: svn path=/head/; revision=186877
* * Refine some comments about Linux emulation [1]Mark Linimon2007-03-061-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fix 'make search' with non-default ${PORTSDIR} [2] * Fix typo in USE_LDCONFIG32 message [3] * Allow USE_PHP after inclusion of bsd.port.pre.mk [4] * Document NO_LDCONFIG_MTREE [5] * Update/enhance description of INSTALLS_SHLIB and USE_LDCONFIG [6] * Remove obsolete code in bsd.port.mk dealing with 4.X and other, even older, releases [7] * Remove references to obsolete ports from bsd.java.mk [8] PR: 105883 [1], 105917 [2], 106195 [3], 106557 [4], 108738 [5], 108739 [6], 108782 [7], 103357 [8] Submitted by: bsam [1], shaun [2], edwin [3], ale [4], gerald [5] [6], linimon [7], kris [7], gabor [4] Notes: svn path=/head/; revision=186638
* Revert previous commit: it creates more damage than it fixed.Alex Dupre2007-02-181-4/+0
| | | | Notes: svn path=/head/; revision=185470
* Fix segmentation fault on unloading, by loading php extensions inAlex Dupre2007-02-161-0/+4
| | | | | | | reversal alphabetical order. Notes: svn path=/head/; revision=185293
* Add a bunch of php5 default extensions.Alex Dupre2007-02-091-4/+8
| | | | Notes: svn path=/head/; revision=184672
* Remove expired php4-ming extension.Alex Dupre2006-12-121-2/+2
| | | | Notes: svn path=/head/; revision=179616
* Remove panda extension since it's deprecated and will be removed soon.Alex Dupre2006-11-221-2/+1
| | | | | | | | PR: ports/105709 Submitted by: vd Notes: svn path=/head/; revision=177784
* Update to 5.2.0 release.Alex Dupre2006-11-061-3/+3
| | | | Notes: svn path=/head/; revision=176626
* Remove expired pecl-imagick port.Alex Dupre2006-09-111-2/+1
| | | | Notes: svn path=/head/; revision=172800
* Fix installing PHP extensions as non-root user.Alex Dupre2006-07-271-0/+1
| | | | | | | | PR: ports/100541 Submitted by: Steffen M. Boelaars <boelaars@flatrock.eu> Notes: svn path=/head/; revision=168854
* * Change all bogus uses of BROKEN to IGNORE. Note: the BROKEN_WITH_*Mark Linimon2006-07-051-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | forms are retained for compatibility but deprecated [1] * Add sha256 to CHECKSUM_ALGORITHMS [2] * Remove some whitespace [2] * Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3] * Fix USE_LDCONFIG with non-default PREFIX [4] * Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets support [5] * Add 'make missing' to show missing dependencies [6] * Fix DESKTOP_ENTRIES processing on 4.x [7] PR: 92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5], 93601 [6], 98891 [7] Submitted by: linimon [1], edwin [2], alex at foxybanana dot com [3], gerald [4], flz [4], alepulver [5], alex at fafula dot com [6], shaun [7] Notes: svn path=/head/; revision=166954
* * Update default MySQL version from 4.1 to 5.0 [1]Mark Linimon2006-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update default PHP version from 4 to 5 [2] * Update default LDAP version from 2.2 to 2.3 [3] * Add support for LDAP version 2.4 [4] * Update default linux_base from '8' (Redhat 8) to 'fc4' (Fedora Core 4) [5] * Switch default Linux X implementation from XFree86 to xorg to track the above [5] * Deprecate INSTALLS_SHLIB and replace it by USE_LDCONFIG. If set to "yes", the old behavior is preserved. Otherwise, it can be set to a list of directories to be added to ${PREFIX}/libdata/ldconfig/${UNIQUENAME}. Note that this directory is used by ldconfig startup script, it is meant to replace ldconfig scripts installed by some ports as (sometimes 000.${UNQUENAME}.sh) [6] * Adds USE_LDCONFIG32 which is like USE_LDCONFIG but the target file is ${PREFIX}/libdata/ldconfig32/${UNIQUENAME} instead. (Note: this should only be used on 64-bit architectures) [6] * Set the default LANG for tr to be C to avoid some build problems [7] * Include bsd.java.mk in both pre and post sections [8] * Get rid of remnants of FORCE_PKG_REGISTER [9] * Always print options with make showconfig [10] PR: 92805 [1], 92806 [2], 96793 [3], 97515 [4], 96849 [5], 91933 [6], 91381 [7], 97020 [8], 95841 [9], 97133 [10] Submitted by: ale [1][2], delphij [3][4], netchild [5], flz [6], Tsurutani Naoki <turutani at scphys dot kyoto-u dot ac dot jp> [7], hq [8], sem [9], pav [10] Notes: svn path=/head/; revision=165537
* Simplify PHP base ports infrastructure:Alex Dupre2006-05-061-37/+9
| | | | | | | | | | | | - remove all slave ports - add the ability to build all SAPIs concurrently - update php5 to 5.1.4 *Read* the UPDATING file *before* trying to update PHP (or at least before mailing me). Notes: svn path=/head/; revision=161492
* - hash can now be installed on php4Pav Lucistnik2006-03-191-2/+2
| | | | | | | | PR: ports/94705 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> Notes: svn path=/head/; revision=157687
* - Add pecl-hash to the list of USE_PHP componentsPav Lucistnik2006-03-181-1/+2
| | | | | | | | | PR: ports/90568 (part of) Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> Approved by: maintainer timeout (ale; 3 months) Notes: svn path=/head/; revision=157547
* - Add PDO extension to a php5-extensions metaport and enable it by default.Pav Lucistnik2006-03-181-1/+2
| | | | | | | | | | | This is consistent with vendor configure. PR: ports/90565 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> Approved by: maintainer timeout (ale; 3 months) Notes: svn path=/head/; revision=157546
* - pfpro extension is only for php4Alex Dupre2006-02-011-2/+2
| | | | | | | - add location to pfpro directory Notes: svn path=/head/; revision=154977
* - Add a php extension pfpro (PayFlow Pro).Pav Lucistnik2006-01-311-1/+2
| | | | | | | | | PR: ports/82843 Submitted by: Mike Durian <durian@shadetreesoftware.com> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=154939
* - Fix 'all-depends-list' target in cases if dependencies list isKirill Ponomarev2006-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very long and if some dependencies can't be added into the list. [1] - Fix FAM support. Make gamin the default FAM system. [2] - Introduce new 'quicksearch' target to show only port, path and info section of the matching ports. [3] - Introduce new category - rubygems. [4] - Fix stale dependencies while installing qmail slaveport and another port that depends on qmail. [5] - Add commentary for describes target in bsd.port.mk. [6] - Fix warning issued during make index on archs !368. [7] - Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from all files under ${WRKSRC}. If set to a string, remove in all files under ${WRKSRC} with one of these names the ^Ms. [8] - Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by checking the existance of the Perl modules with the "perl -e 'use module;'" command. [9] - Fix bsd.port.mk variable quoting issues. No quoting is necessary anymore either in the Makefile or on the command line. Affected variables include: BROKEN FORBIDDEN IGNORE MANUAL_PACKAGE_BUILD NO_CDROM NO_PACKAGE RESTRICTED [10] - Add NOFETCHFILES variable. If set, don't download these files from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from ${MASTER_SITE_OVERRIDE}). [11] - Improve 'search' target output. [12] - Add a new virtual category for Amateur Radio - hamradio. [13] - Cleanup some old/unused pathes in bsd.port.mk. [14] - Add @dirrmtry for plists which does the same as: "@unexec rmdir %D/foo 2>/dev/null || true" [15] - Remove virtual category - offix. [16] - Use portsnap instead of cvsup or cvs on "make update" in /usr/ports. [17] - Move location of bsd.autotools.mk within bsd.port.mk [18] - Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19] - Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20] - Replace the string "FreeBSD" by "The FreeBSD Project" in the security warning [21] - Add bsd.local.mk for local modification to ports framework. [22] - Replace rcNG spelling by rc.d [23] - Remove superfluous USE_REINPLACE. [24] Special thanks to: linimon for spending hours with all these patches clement for fixes kris for help with pointyhat PR: ports/86310 [1], ports/89498 [2], ports/83530 [3], ports/83789 [4], ports/84053 [5], ports/86281 [6], ports/87214 [7], ports/87234 [8], ports/87318 [9], ports/87396 [10], ports/87605 [11], ports/87840 [12], ports/88230 [13], ports/88493 [14], ports/88711 [15], ports/88751 [16], ports/89281 [17], ports/89999 [18], ports/90031 [19], ports/90150 [20], ports/90668 [21], ports/91433 [23], ports/88754 [24] Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3], pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7], edwin [8, 9, 11, 15, 21], fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12], Carl Makin <carl@stagecraft.cx> [13], arved [14], NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18], jylefort [19], linimon [22], dougb [23] Notes: svn path=/head/; revision=154065
* Update to 5.1.2 release:Alex Dupre2006-01-161-1/+2
| | | | | | | | - add reflection - enable xmlreader and xmlwriter by default in php5-extensions Notes: svn path=/head/; revision=153649
* Finally update to PHP 5.1.1 release! (And remove unsupported extensions)Alex Dupre2005-12-091-26/+27
| | | | Notes: svn path=/head/; revision=150749
* Add PHP_EXT_DIR to SUB_LIST, too.Alex Dupre2005-11-201-0/+1
| | | | Notes: svn path=/head/; revision=148875
* Fix make index (define APXS is not already set).Alex Dupre2005-11-161-0/+1
| | | | | | | | PR: ports/88827 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=148437
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Also php 5.0.5 requires now only autoconf 2.59.Alex Dupre2005-09-081-5/+0
| | | | Notes: svn path=/head/; revision=142206
* Update to 4.4.0 release:Alex Dupre2005-07-131-0/+4
| | | | | | | | | - fix a serious memory corruption problem - remove automake dependency - switch to the latest autoconf version Notes: svn path=/head/; revision=139121
* 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