aboutsummaryrefslogtreecommitdiff
path: root/lang/php5/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and theRene Ladan2016-02-141-209/+0
| | | | | | | | | | | | | ports expired last month. Adjust Mk/bsd.php.mk Reviewed by: antoine, marino Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D5278 Notes: svn path=/head/; revision=408884
* Drop 8 support.Mathieu Arnold2015-10-151-3/+0
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* lang/php5: Move DEPRECATED and EXPIRATION_DATE so slave ports will pickMark Felder2015-10-141-3/+4
| | | | | | | it up too. Notes: svn path=/head/; revision=399296
* lang/php5 mark as deprecatedMark Felder2015-10-141-0/+3
| | | | | | | | | PHP 5.4 has reached End of Life status PR: 203552 Notes: svn path=/head/; revision=399292
* lang/php5: Update to 5.4.45Mark Felder2015-09-101-1/+1
| | | | | | | | | | | | | | PR: 202906 Approved by: ports-secteam (with hat) Security: CVE-2015-6834 Security: CVE-2015-6835 Security: CVE-2015-6836 Security: CVE-2015-6837 Security: CVE-2015-6838 Security: 3d675519-5654-11e5-9ad8-14dae9d210b8 Notes: svn path=/head/; revision=396579
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* Update to 5.4.44 release.Alex Dupre2015-08-151-1/+1
| | | | Notes: svn path=/head/; revision=394290
* Update to 5.4.43 release.Alex Dupre2015-07-111-1/+1
| | | | Notes: svn path=/head/; revision=391736
* Update PHP ports:Alex Dupre2015-06-141-1/+1
| | | | | | | | | - php5 to 5.4.42 - php55 to 5.5.26 - php56 to 5.6.10 Notes: svn path=/head/; revision=389655
* Update to 5.4.41 release.Alex Dupre2015-05-241-1/+1
| | | | Notes: svn path=/head/; revision=387331
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-4/+2
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Disable FPM on mips/mips64 due to lack of ASM implementations for theseSean Bruno2015-05-021-0/+3
| | | | | | | | | architectures. PR: 197128 Notes: svn path=/head/; revision=385208
* Security update to 5.4.40.Xin LI2015-04-261-1/+1
| | | | | | | | Submitted by: Bernard Spil <spil.oss gmail com> with changes. MFH: 2015Q2 Notes: svn path=/head/; revision=384756
* Update to 5.4.39 release.Alex Dupre2015-04-011-1/+1
| | | | Notes: svn path=/head/; revision=382896
* lang category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-1/+1
| | | | | | | | | Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382211
* Switch default PHP version to 5.6.x.Alex Dupre2015-02-201-1/+1
| | | | | | | | | | | | - Update PHP 5.4 to 5.4.38 release - Update PHP 5.5 to 5.5.22 release - Update PHP 5.6 to 5.6.6 release PR: 195604 Approved by: portmgr Notes: svn path=/head/; revision=379433
* Update to 5.4.37 release.Alex Dupre2015-01-231-1/+1
| | | | Notes: svn path=/head/; revision=377732
* Update to 5.4.36 release and drop broken fpm-ipv6 patch.Alex Dupre2014-12-291-6/+2
| | | | | | | If you need it, update to php 5.6 (that will be the default one soon) or 5.5. Notes: svn path=/head/; revision=375781
* Fix build into jails with DTRACE enabled.Alex Dupre2014-11-271-0/+3
| | | | | | | | PR: 190662 Submitted by: Martin Vahi <martin.vahi@softf1.com> Notes: svn path=/head/; revision=373474
* Update to 5.4.35 release.Alex Dupre2014-11-141-1/+1
| | | | Notes: svn path=/head/; revision=372562
* Update to 5.4.34 release.Alex Dupre2014-10-171-2/+2
| | | | Notes: svn path=/head/; revision=371078
* Modernise databases/freetds portThomas Zander2014-09-271-1/+1
| | | | | | | | | | | | | | - Retire databases/freetds-msdblib port (no longer needed, recently updated upstream version has necessary compat option which is now enabled in the freetds port) - Fix LIB_DEPENDS in dependent ports - Bump PORTREVISION in freetds and dependent ports PR: 193850 Submitted by: 5u623l20@gmail.com (maintainer) Notes: svn path=/head/; revision=369379
* Fix build on 8.x and 9.x.Alex Dupre2014-09-181-0/+1
| | | | Notes: svn path=/head/; revision=368513
* Update to 5.4.33 release.Alex Dupre2014-09-181-1/+1
| | | | Notes: svn path=/head/; revision=368463
* Php extensions are built from the same source tarball as php and shouldAntoine Brodin2014-09-171-2/+1
| | | | | | | | | | have the same CPE identifier Discussed with: des@ With hat: portmgr Notes: svn path=/head/; revision=368411
* Import PHP 5.6 branch!Alex Dupre2014-09-041-1/+1
| | | | Notes: svn path=/head/; revision=367268
* Update to 5.4.32 release.Alex Dupre2014-08-271-2/+2
| | | | Notes: svn path=/head/; revision=366314
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* Update to 5.4.31 release.Alex Dupre2014-08-041-1/+1
| | | | Notes: svn path=/head/; revision=364014
* - Update to 5.4.30 releaseAlex Dupre2014-07-071-2/+6
| | | | | | | | | | - Add extra patch to enable ipv6 support in fpm [1] PR: 190190 [1] Submitted by: melvyn@magemana.nl Notes: svn path=/head/; revision=361043
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Add CPE information.Dag-Erling Smørgrav2014-06-041-1/+3
| | | | | | | With hat: ports-secteam Notes: svn path=/head/; revision=356520
* Update to 5.4.29 release.Alex Dupre2014-06-031-1/+1
| | | | Notes: svn path=/head/; revision=356332
* Update to 5.4.28 release.Alex Dupre2014-05-021-2/+2
| | | | Notes: svn path=/head/; revision=352773
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Force users to update their options file if APACHE was selected.Alex Dupre2014-04-081-0/+5
| | | | Notes: svn path=/head/; revision=350622
* Update to 5.4.27 release.Alex Dupre2014-04-041-1/+1
| | | | Notes: svn path=/head/; revision=350095
* Replace DEFAULT_VERSIONS with PHP_DEFAULT.Alex Dupre2014-03-311-1/+1
| | | | Notes: svn path=/head/; revision=349756
* Welcome the new mod_php ports, in order to have default packages forAlex Dupre2014-03-271-13/+18
| | | | | | | | | | | Apache PHP modules. Submitted by: marcus Reworked by: ale (me) Requested by: many, too many Notes: svn path=/head/; revision=349342
* Update to 5.4.26 release.Alex Dupre2014-03-071-1/+1
| | | | Notes: svn path=/head/; revision=347378
* - Update to 5.4.25 release [1]Alex Dupre2014-02-091-4/+3
| | | | | | | | | | | | | | | | - Enable FPM by default [2] - Add support to override configure flags [3] To users requesting mod_php package, please read this: https://wiki.apache.org/httpd/PHP-FPM PR: ports/186564 [1], ports/185437 [2], ports/186536 [3] Submitted by: Rustem Alimov <rustem.alimov@gmail.com> [1], Ilya Bakulin <webmaster@kibab.com> [2], Reinier Schoof <reinier@skoef.nl> [3] Notes: svn path=/head/; revision=343435
* Fix plist.Alex Dupre2014-01-281-13/+6
| | | | | | | | PR: ports/186182 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=341620
* Update to 5.4.24 release.Alex Dupre2014-01-211-1/+1
| | | | Notes: svn path=/head/; revision=340623
* Update freetype to 2.5.2.Koop Mast2013-12-241-0/+1
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385
* Update to 5.4.23 release and refresh patches.Alex Dupre2013-12-141-1/+1
| | | | Notes: svn path=/head/; revision=336439
* Fix installation of mod_php.Alex Dupre2013-10-181-1/+0
| | | | Notes: svn path=/head/; revision=330741
* Mark broken when APACHE is enabled until a fix is committed.Alex Dupre2013-10-181-0/+1
| | | | Notes: svn path=/head/; revision=330736
* Update to 5.4.21 release and STAGify.Alex Dupre2013-10-181-17/+5
| | | | Notes: svn path=/head/; revision=330735
* Update to 5.4.20 release.Alex Dupre2013-09-271-1/+1
| | | | | | | | PR: ports/182292 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Notes: svn path=/head/; revision=328470
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741