summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/php: Fix freetype patch to make sure functions are availableBrian Evans2018-05-081-2/+4
| | | | | Bug: https://bugs.gentoo.org/654794 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* dev-lang/php: Fix building with freetype 2.9.1 by using pkgconfigBrian Evans2018-05-041-0/+231
| | | | | Closes: https://bugs.gentoo.org/654794 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* dev-lang/php: add LibreSSL compatibility patchAaron Bauman2018-04-291-0/+65
| | | | | | | | | | This patch fixes building with >=dev-libs/libressl-2.7.x. Patch taken from upstream bug https://bugs.php.net/bug.php?id=76174. Hopefully this will be included in future releases to properly detect LibreSSL versions due to API differences. Closes: https://bugs.gentoo.org/651308 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/php: Version bump for 5.6.36Brian Evans2018-04-261-0/+12
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/php: Fix compilation with dev-libs/oniguruma-6.8.1Brian Evans2018-04-041-0/+30
| | | | | | | | Include upstream patch for all 7.0 versions Limit version in 5.6.35-r1 as the patch is not the same there Closes: https://bugs.gentoo.org/652352 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-lang/php: Drop 5.5 slotBrian Evans2016-12-191-311/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/php: Drop security vulnerable ~arch versionsBrian Evans2016-10-261-51/+0
| | | | Package-Manager: portage-2.3.2
* dev-lang/php: new 5.6 and 7.0 revisions with bison dependencies.Michael Orlitzky2016-09-301-0/+42
| | | | | | | | | | | | | | | | | | | The PHP build system checks for the presence of bison (even if it will not be needed), and it emits a warning if an appropriate version is not found. In the 7.0.x series, this is easy to address by simply adding a newish version of bison to DEPEND. In the 5.6.x series, however, there is a bug in the bison version check. A warning is emitted even when a suitable version of bison (>= 3.0.1) is present on the system. So in that series, we have added >=sys-devel/bison-3.0.1 to DEPEND, but also added a new patch. The patch disables the buggy bison version check, eliminating the warning. There should be no danger in doing so now that a newer bison is in DEPEND. Gentoo-Bug: 593278 Package-Manager: portage-2.3.0
* dev-lang/php: new 7.x revision to fix the build on x86.Michael Orlitzky2016-08-041-0/+51
| | | | | | | | | | | | | | | There is an upstream bug that causes the build to fail on x86 with gcc-4.9. There was an earlier fix for gcc-4.8, and this new revision has a fix that also works for gcc-4.9. And, since we're no longer inheriting depend.apache.eclass, I was finally able to update the ebuild to EAPI=6. A redundant earlier ebuild for php-7.0.9 was also removed. Gentoo-Bug: 571658 Package-Manager: portage-2.2.28
* dev-lang/php: remove unused file ${FILESDIR}/php5-ldvs.Michael Orlitzky2016-07-261-1/+0
| | | | Package-Manager: portage-2.2.28
* dev-lang/php: version bump the 5.6.x series.Michael Orlitzky2015-11-291-59/+0
| | | | | | | This is a straightforward version bump, and also removes a patch against 5.6.15 that was fixed in 5.6.16. Package-Manager: portage-2.2.20.1
* dev-lang/php: remove old patch and init files.Michael Orlitzky2015-11-1913-380/+0
| | | | | | | | Most of the patches in $FILESDIR are no longer being used. There's also an old php-fpm-r4.init script that has been moved to app-eselect/eselect-php. Get rid of them. Package-Manager: portage-2.2.20.1
* dev-lang/php: revbump php-5.6.15 to fix a segfault.Michael Orlitzky2015-11-021-0/+59
| | | | | | | | | | | | | | | The segfault issue was reported in bug #564690 by Zoltán Halassy. There is an upstream fix that we've added as a patch. The problem/fix have both been confirmed. Since this requires a revbump, the sys-libs/db dependency has been fixed along with it according to bug #521222. It still remains to address that issue for the php-7.x series. Gentoo-Bug: 521222 Gentoo-Bug: 564690 Package-Manager: portage-2.2.20.1
* [QA] Remove executable bit from files, bug 550434.Ulrich Müller2015-08-091-0/+0
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0818-0/+721
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed