Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551526 - dev-lang/php: minor fixes to php-5.6.9.ebuild
Summary: dev-lang/php: minor fixes to php-5.6.9.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-09 01:20 UTC by Michael Orlitzky
Modified: 2015-10-31 02:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
0001-Remove-redundant-if-use-firebird-check.patch (0001-Remove-redundant-if-use-firebird-check.patch,778 bytes, patch)
2015-06-09 01:20 UTC, Michael Orlitzky
Details | Diff
0002-Remove-redundant-if-use-odbc-check.patch (0002-Remove-redundant-if-use-odbc-check.patch,741 bytes, patch)
2015-06-09 01:21 UTC, Michael Orlitzky
Details | Diff
0003-Remove-redundant-if-use-iodbc-check-and-merge-it-wit.patch (0003-Remove-redundant-if-use-iodbc-check-and-merge-it-wit.patch,885 bytes, patch)
2015-06-09 01:21 UTC, Michael Orlitzky
Details | Diff
0004-Remove-redundant-if-use-oci8-instant-client-check.patch (0004-Remove-redundant-if-use-oci8-instant-client-check.patch,802 bytes, patch)
2015-06-09 01:21 UTC, Michael Orlitzky
Details | Diff
0005-Remove-second-redundant-if-use-oci8-instant-client-c.patch (0005-Remove-second-redundant-if-use-oci8-instant-client-c.patch,997 bytes, patch)
2015-06-09 01:21 UTC, Michael Orlitzky
Details | Diff
0006-Use-consistently-for-appending-to-my_conf.patch (0006-Use-consistently-for-appending-to-my_conf.patch,1.57 KB, patch)
2015-06-09 01:22 UTC, Michael Orlitzky
Details | Diff
0007-Add-an-any-slot-dependency-operator-for-dev-db-postg.patch (0007-Add-an-any-slot-dependency-operator-for-dev-db-postg.patch,1.16 KB, patch)
2015-06-09 01:22 UTC, Michael Orlitzky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2015-06-09 01:20:32 UTC
Created attachment 404790 [details, diff]
0001-Remove-redundant-if-use-firebird-check.patch

I have a few small fixes to the PHP ebuilds (might as well apply them only to the latest version). I separated the changes into individual patches so you can review/merge only the ones you want.
Comment 1 Michael Orlitzky gentoo-dev 2015-06-09 01:21:00 UTC
Created attachment 404792 [details, diff]
0002-Remove-redundant-if-use-odbc-check.patch
Comment 2 Michael Orlitzky gentoo-dev 2015-06-09 01:21:17 UTC
Created attachment 404794 [details, diff]
0003-Remove-redundant-if-use-iodbc-check-and-merge-it-wit.patch
Comment 3 Michael Orlitzky gentoo-dev 2015-06-09 01:21:34 UTC
Created attachment 404796 [details, diff]
0004-Remove-redundant-if-use-oci8-instant-client-check.patch
Comment 4 Michael Orlitzky gentoo-dev 2015-06-09 01:21:51 UTC
Created attachment 404798 [details, diff]
0005-Remove-second-redundant-if-use-oci8-instant-client-c.patch
Comment 5 Michael Orlitzky gentoo-dev 2015-06-09 01:22:06 UTC
Created attachment 404800 [details, diff]
0006-Use-consistently-for-appending-to-my_conf.patch
Comment 6 Michael Orlitzky gentoo-dev 2015-06-09 01:22:37 UTC
Created attachment 404802 [details, diff]
0007-Add-an-any-slot-dependency-operator-for-dev-db-postg.patch

That's it, sorry for the bugzilla spam =)
Comment 7 Ole Markus With (RETIRED) gentoo-dev 2015-06-09 06:42:31 UTC
Thanks for this!

I'll go through and apply the patches to the upcoming php-5.6.10 ebuild.
Comment 8 Michael Orlitzky gentoo-dev 2015-10-31 02:30:25 UTC
Hope you don't mind but I went ahead and committed these (I'm a lot less scared now that we're using git) and a few other related changes starting at,

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52413e0ae7611b6219d783c1c26463f661e2756b

I applied them only to the latest 5.6.15 (which I bumped tonight) and 7.0.0_rc5 versions.