| Commit message (Collapse) | Author | Age |
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Package-Manager: portage-2.2.23_p18
|
|
|
|
|
|
|
| |
This commit makes the same changes as ec5104f, only for the latest 7.x
series ebuild. The 7.x series is already package.masked.
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit fixes a number of issues in the php-5.6.15-r2 ebuild:
* The ./configure handling is rewritten to use autotools-utils.
This is the most invasive (and dangerous) change, but fixes
all of the unquoted $EPREFIX appearing throughout src_configure.
* Add die() statements to sed, cp, cd, etc. commands.
* Remove die() statements on helper functions (we're using EAPI 5).
* Line-wrap some long lines.
Ideally this should behave the same as -r2, but since the change is so
invasive, -r3 is being added masked.
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --include-arches="arm"
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --include-arches="arm"
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In bug #564824, Robert Förster noticed that there's an issue building
PHP with both sys-libs/db-5.3 and sys-libs/db-6.0 installed. The root
cause of the failure is that PHP attempts to autodetect sys-libs/db,
but doesn't specifically look for db-5.3. When db-5.3 is not found,
it falls back to /usr/include/db.h from version 6.0 and that version
is incompatible.
A similar issue exists with older 4.x versions, but not with db-4.5
through db-5.1. A fix has been sent upstream for db-5.3. In the
meantime, we remove that and the older 4.x versions from $DEPEND.
Gentoo-Bug: 564824
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="sparc"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches
|
|
|
|
|
|
|
|
|
| |
We had two calls to addpredict() at the top of src_prepare().
Supposedly they were needed with USE="session sharedmem"; however,
testing shows that they are no longer necessary. The build succeeds
fine without the addpredict() calls, so we remove them.
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
|
| |
This adds the sixth release candidate of php-7.0.0, leaving rc4 and
rc5 behind. No changes were needed to the ebuild, but to avoid a later
revbump, the sys-libs/db dependency was updated according to bug
is gone.
Gentoo-Bug: 521222
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
unavailable bootstrap package dependency
Package-Manager: portage-2.2.20-prefix
|
|
|
|
| |
Package-Manager: portage-2.2.20-prefix
|
|
|
|
|
|
| |
Gentoo-Bug: 562882
Package-Manager: portage-2.2.23
|
|
|
|
|
|
| |
Gentoo-Bug: 562882
Package-Manager: portage-2.2.23
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches
|
|
|
|
|
|
|
|
|
| |
The sys-libs/readline package has three slots, two of which are kept
around for ABI compatibility. Packages generally build against SLOT=0,
and that's the one we want, so this adds the slot operator to the
dependency.
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
| |
The dev-libs/gmp package has two slots, one of which is only kept
around for the libgmp.so.3 ABI SONAME. We want to build against
SLOT=0, so depend on that.
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This does not change the current behavior, and silences a repoman
warning. I also believe it is correct: dev-db/postgresql is slotted
along major (e.g. 9.3, 9.4) version lines. The libpq interface doesn't
seem to break between those versions, and mailing list discussions by
the Postgres devs indicate that they'd prefer to avoid that kind of
breakage.
Gentoo-Bug: 551526
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
| |
There were a few places still using my_conf="${my_conf} ..." to append
to the my_conf variable. Update them all to use the "append" operator.
Gentoo-Bug: 551526
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
| |
This fixes the same issue as 7c05e6f, but in another spot in the ebuild.
Gentoo-Bug: 551526
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
| |
The use_with function doesn't do anything if its USE flag is disabled,
so there's no reason to wrap use_with in "if use...".
Gentoo-Bug: 551526
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
| |
The use_with function doesn't do anything if its USE flag is disabled,
so there's no reason to wrap use_with in "if use...". This use_with
block was also merged with the one for USE=odbc.
Gentoo-Bug: 551526
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
| |
The use_with function doesn't do anything if its USE flag is disabled,
so there's no reason to wrap use_with in "if use...".
Gentoo-Bug: 551526
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
| |
The use_with function doesn't do anything if its USE flag is disabled,
so there's no reason to wrap use_with in "if use...".
Gentoo-Bug: 551526
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
|
|
| |
The dev-libs/openssl package now has two slots. The SLOT=0.9.8 is for
binary compatibility, and SLOT=0 is what most packages should depend
on. Adding ":0" to our openssl dependency ensures that we get the
correct slot, and silences a repoman warning.
The lower bound on openssl was also removed since all versions in the
tree satisfied it.
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The postinst message was pointing people to
https://www.gentoo.org/proj/en/php/php-upgrading.xml
which now simply 404s. Its spiritual successor is on the wiki, so the
postinst message has been updated to send people there.
Gentoo-Bug: 564432
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
| |
Gentoo-Bug: 537904
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
| |
|
| |
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
| |
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
|
|
|
|
| |
Package-Manager: portage-2.2.23
|
| |
|
| |
|