aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r422680Mathieu Arnold2016-09-231-0/+2
| | | | | | | | | | Put back the mail-header patch. Pointy hat: tz Sponsored by: Absolight Notes: svn path=/branches/2016Q3/; revision=422681
* MFH: r422652Torsten Zuehlsdorff2016-09-232-7/+5
| | | | | | | | | | | | | | | | | | | lang/php56: Update from 5.6.25 to 5.6.26 Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 Approved by: swills (mentor) Approved by: ports-secteam (mat) Notes: svn path=/branches/2016Q3/; revision=422677
* MFH: r422609Torsten Zuehlsdorff2016-09-222-5/+5
| | | | | | | | | | | | | | | | | lang/php70: Update from 7.0.10 to 7.0.11 Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 Approved by: pi (mentor) Approved by: ports-secteam (feld) Notes: svn path=/branches/2016Q3/; revision=422611
* MFH: r422451Mark Felder2016-09-191-6/+1
| | | | | | | | | lang/phantomjs: Remove hack for FreeBSD 9 and use compiler:c++11-lang Approved by: ports-secteam (with hat) Notes: svn path=/branches/2016Q3/; revision=422452
* MFH: r422327Mark Felder2016-09-173-17/+43
| | | | | | | | | | | | | | | | | | lang/phantomjs: Fix build on 9.3 and 11.0 - Take maintainership (maintainer timeouts previously) - Remove no-op patch - Remove work related to GCC build profiles as we enforce clang - Add patch to fix building with clang in 11.0 - Add hack to enforce CC and CXX for 9.3 Partway through the build the compiler was switching from clang++ to c++ which is GCC in base system. This was causing build failures. Approved by: ports-secteam (with hat) Notes: svn path=/branches/2016Q3/; revision=422328
* MFH: r421625Dimitry Andric2016-09-131-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build of lang/gcc49 with libc++ 3.9.0 While testing the clang390-import branch, I ran into the following errors building lang/gcc49: In file included from /wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/c/c-objc-common.c:33: In file included from /usr/include/c++/v1/new:70: /usr/include/c++/v1/exception:267:5: error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply 'fancy_abort'? _VSTD::abort(); ^~~~~~~ /usr/include/c++/v1/__config:451:15: note: expanded from macro '_VSTD' #define _VSTD std::_LIBCPP_NAMESPACE ^ /wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/system.h:685:13: note: 'fancy_abort' declared here extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; ^ 1 error generated. What is happening here, is that the source file includes gcc/system.h, which defines abort to fancy_abort, and then the source file includes <new>, which attempts to call _VSTD::abort() (the _VSTD is a libc++ alias for std::). The macro definition then causes the above breakage. Newer gcc ports, such as gcc5 and gcc6 don't show this issue, because upstream gcc first added an include of <algorithm> (which indirectly includes <new>) in r217348 [1], and later even add a direct include of <new> in r232736 [2]. Fix it for this version, by adding the direct include of <new> to gcc/system.h. This makes the 'second' includes of <new> in some .c files superfluous, but at least they won't result in errors. [1] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=217348 [2] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=232736 Approved by: portmgr (feld) PR: 212465 Notes: svn path=/branches/2016Q3/; revision=422057
* MFH: r421112Torsten Zuehlsdorff2016-09-062-5/+5
| | | | | | | | | | | lang/php56: Update from 5.6.24 to 5.6.25 PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: ports-secteam (feld), pi (mentor) Notes: svn path=/branches/2016Q3/; revision=421414
* MFH: r419801Mark Felder2016-08-296-26/+26
| | | | | | | | | | | | | | | | | | lang/php70: switch distfiles from bzip2 to xz While here also: - regenerate patches with make makepatch - replace "sed" with proper ${SED} - no longer mute ${INSTALL_DATA} PR: 209881 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: pi (mentor) Approved by: ports-secteam (with hat) Notes: svn path=/branches/2016Q3/; revision=421062
* MFH: r420589Torsten Zuehlsdorff2016-08-242-4/+4
| | | | | | | | | | | lang/php70: Upgrade from 7.0.9 to 7.0.10 Changes: https://php.net/ChangeLog-7.php#7.0.10 Approved by: ports-secteam (junovitch), junovitch (mentor) Notes: svn path=/branches/2016Q3/; revision=420798
* MFH: r420550Thomas Zander2016-08-212-1/+2
| | | | | | | | | | | | Fix spurious linking issues with libregina.so PR: 211974 Submitted by: bob@eager.cx Approved by: ports-secteam (build fix blanket) Notes: svn path=/branches/2016Q3/; revision=420551
* MFH: r420220Mathieu Arnold2016-08-154-2/+182
| | | | | | | | | | Fix the XSLoader thing in Perl 5.18 and 5.20. Security: CVE-2016-6185 Sponsored by: Absolight Notes: svn path=/branches/2016Q3/; revision=420221
* MFH: r420155Mathieu Arnold2016-08-136-16/+16
| | | | | | | | | | | Update Perl 5.22.3 & 5.24.1 to -RC3. Fix use base after CVE-2016-1238's fix. Sponsored by: Absolight Notes: svn path=/branches/2016Q3/; revision=420156
* MFH: r418012 r418700 r419045 r419520Mathieu Arnold2016-08-119-37/+31
| | | | | | | | | | | Update to v5.25.3-99-g25e092d. Security: CVE-2016-1238 Changes: https://github.com/Perl/perl5/compare/v5.25.2-44-g7e169e8...v5.25.3-99-g25e092d Sponsored by: Absolight Notes: svn path=/branches/2016Q3/; revision=420072
* MFH: r420067Mathieu Arnold2016-08-1116-41/+1556
| | | | | | | | | | | | | | | | | | | | | Update lang/perl5.* to fix CVE-2016-1238. We're exceptionnaly using the latest release candidates for this, Perl 5.22.3 and 5.24.1 were about to be released when CVE-2016-1238 hit the fan, so we feel confident that EVERYTHING WILL BE FINE. - lang/perl5.24 goes to 5.24.1-RC2. - lang/perl5.22 goes to 5.22.3-RC2. - lang/perl5.20 goes to 5.20.3_14. - lang/perl5.18 goes to 5.18.3_23 PR: 211561 Reported by: Sevan Janiyan Security: CVE-2016-1238 Sponsored by: Absolight Notes: svn path=/branches/2016Q3/; revision=420070
* MFH: r419124Torsten Zuehlsdorff2016-07-272-5/+5
| | | | | | | | | | | | | | | | | | lang/php70: Update from 7.0.8 to 7.0.9 Changelog: http://www.php.net/ChangeLog-7.php#7.0.9 - take maintainer PR: 211251 Reported by: Markus Kohlmeyer <rootservice@gmail.com> Sponsored by: anyMOTION GRAPHICS GmbH Approved by: pi (mentor) Approved by: ports-secteam (feld) Notes: svn path=/branches/2016Q3/; revision=419168
* MFH: r419135Mark Felder2016-07-262-0/+4
| | | | | | | | | | | | | lang/php55 lang/php56: Restore mail header patch in distinfo Pointyhat: me Reported by: mat Approved by: ports-secteam (with hat) Notes: svn path=/branches/2016Q3/; revision=419136
* MFH: r419116Mark Felder2016-07-262-7/+5
| | | | | | | | | | | lang/php55: Update to 5.5.38 Changelog: http://php.net/ChangeLog-5.php#5.5.38 Approved by: ports-secteam (with hat) Notes: svn path=/branches/2016Q3/; revision=419117
* MFH: r419112Mark Felder2016-07-262-6/+4
| | | | | | | | | | | | | lang/php56: Update to 5.6.24 Changelog: http://php.net/ChangeLog-5.php#5.6.24 PR: 211290 Approved by: ports-secteam (with hat) Notes: svn path=/branches/2016Q3/; revision=419113
* MFH: r418883Mark Felder2016-07-262-0/+33
| | | | | | | | | | | | | Fix build on FreeBSD 11 and later. Reported by: KIRIYAMA Kazuhiko <kiri [...] kx.openedu.org> Tested by: Kurt Jaeger <lists [...] opsec.eu>, "Herbert J. Skuhra" <herbert [...] mailbox.org> Approved by: ports-secteam (with hat) Notes: svn path=/branches/2016Q3/; revision=419108
* MFH: r418829Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | | | - update libgd to 2.2.2 - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Approved by: portmgr (feld) Notes: svn path=/branches/2016Q3/; revision=418857
* MFH: r418240Bernard Spil2016-07-085-8/+77
| | | | | | | | | | | | | | | | | | lang/python3*: Backport upstream issue 24557 - Add backport of patch for EGD issue [1] - Change USE_OPENSSL to USES= ssl - Don't set CPE_VERSION to the default PORTVERSION PR: 205960 [1], 199050 [1] Reviewed by: koobs (python) Approved by: python (koobs) Obtained from: https://hg.python.org/cpython/rev/7c0432cf1f2e [1] Approved by: ports-secteam (feld) Notes: svn path=/branches/2016Q3/; revision=418241
* MFH: r418143Mathieu Arnold2016-07-063-3/+3
| | | | | | | | | Fix the opcache ports, the fact that they are zend extensions was ignored. Sponsored by: Absolight Notes: svn path=/branches/2016Q3/; revision=418144
* MFH: r417945Wen Heping2016-07-046-39/+32
| | | | | | | | | | | | | | | | | | - Update to version 2.7.12 - Remove patch that is included upstream - Switch USE_OPENSSL to USES= ssl [1] - Update documentation for python27 - Don't set CPE_VERSION, default is PORTVERSION [1] PR: 210685 Submitted by: wen@(myself), brnrd@ [1] Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D6994 Approved by: ports-secteam(feld@) Notes: svn path=/branches/2016Q3/; revision=418005
* Remove redundant bootstrap distfile entry as it causes make fetch a bitCy Schubert2016-06-301-2/+0
| | | | | | | of gas. Notes: svn path=/head/; revision=417808
* - Update to 3.5.2Wen Heping2016-06-305-32/+41
| | | | Notes: svn path=/head/; revision=417798
* - Update to 3.4.5Wen Heping2016-06-295-26/+10
| | | | Notes: svn path=/head/; revision=417766
* Update 2.071.0 --> 2.071.1Cy Schubert2016-06-282-4/+6
| | | | Notes: svn path=/head/; revision=417739
* lang/io: take maintainership backPietro Cerutti2016-06-281-1/+1
| | | | Notes: svn path=/head/; revision=417729
* lang/io: update to 2015.11.11Pietro Cerutti2016-06-287-30/+308
| | | | Notes: svn path=/head/; revision=417725
* Update Erlang 18 ports to version 18.3.4.1.Jimmy Olgeni2016-06-286-9/+19
| | | | Notes: svn path=/head/; revision=417722
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-2811-102/+49
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* Remove commented out include.Mathieu Arnold2016-06-281-2/+0
| | | | Notes: svn path=/head/; revision=417711
* Update to Afnix 2.6.3Johan van Selst2016-06-282-3/+4
| | | | Notes: svn path=/head/; revision=417695
* lang/ruby2?: Actually unmark brokenSteve Wills2016-06-273-6/+0
| | | | Notes: svn path=/head/; revision=417666
* lang/ruby2?: Fix build on powerpc64Steve Wills2016-06-273-0/+12
| | | | Notes: svn path=/head/; revision=417665
* Update to the 20160626 development snapshot of GCC 7.Gerald Pfeifer2016-06-272-4/+4
| | | | Notes: svn path=/head/; revision=417663
* Update lang/erlang-runtime18 to version 18.3.4.1.Jimmy Olgeni2016-06-272-3/+9
| | | | Notes: svn path=/head/; revision=417657
* Update to v5.25.2-44-g7e169e8.Mathieu Arnold2016-06-275-7/+26
| | | | | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.1-209-g683433b...v5.25.2-44-g7e169e8 Sponsored by: Absolight Notes: svn path=/head/; revision=417653
* Update to the 20160623 snapshot of GCC 6.Gerald Pfeifer2016-06-272-4/+4
| | | | Notes: svn path=/head/; revision=417644
* Update to the 20160621 snapshot of GCC 5.4.1.Gerald Pfeifer2016-06-272-4/+4
| | | | Notes: svn path=/head/; revision=417643
* Fix build, extra-patch-src_prelude.h was applied in the wrong caseAntoine Brodin2016-06-271-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=417637
* lang/php70: update 7.0.7 -> 7.0.8Jason Unovitch2016-06-252-4/+4
| | | | | | | | | | | | | | | | | | | | | PR: 210491 Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Submitted by: Philip Jocks <freebsdbugs@filis.org> Approved by: ports-secteam (with hat) Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html MFH: 2016Q2 Notes: svn path=/head/; revision=417495
* lang/php56: update 5.6.22 -> 5.6.23Jason Unovitch2016-06-252-4/+4
| | | | | | | | | | | | | | | | | | | | PR: 210502 Submitted by: Philip Jocks <freebsdbugs@filis.org> Approved by: ports-secteam (with hat) Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html MFH: 2016Q2 Notes: svn path=/head/; revision=417493
* lang/php55: update 5.5.36 -> 5.5.37Jason Unovitch2016-06-252-4/+4
| | | | | | | | | | | | | | | | | | Approved by: ports-secteam (with hat) Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html MFH: 2016Q2 Notes: svn path=/head/; revision=417491
* Move bsd.php.mk to Uses/php.mkMathieu Arnold2016-06-233-1/+7
| | | | | | | | | | | PR: 210323 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6867 Notes: svn path=/head/; revision=417374
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵Torsten Zuehlsdorff2016-06-231-1/+1
| | | | | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor) Notes: svn path=/head/; revision=417356
* lang/tcl87: update to fossil checkin a633d16fae65fb3aPietro Cerutti2016-06-232-6/+7
| | | | | | | http://core.tcl.tk/tcl/timeline?from=942948a1ea829133&to=a633d16fae65fb3a Notes: svn path=/head/; revision=417354
* Prefer relative symlinks to be relocation friendlyBaptiste Daroussin2016-06-231-1/+2
| | | | Notes: svn path=/head/; revision=417346
* Use relative symlinks to make the port relocation friendlyBaptiste Daroussin2016-06-231-1/+2
| | | | Notes: svn path=/head/; revision=417345
* Update to 1.20.Mathieu Arnold2016-06-213-68/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=417251