summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/ghc: fix hardcoded pkg-configMike Frysinger2020-05-2314-14/+14
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* dev-lang/swig: fix pkg-config handlingMike Frysinger2020-05-211-0/+11
| | | | | | | The build uses a non-standard envvar, but even with that it needs a minor fix to avoid a hardcoded pkg-config invocation. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* dev-lang/php: stable 7.4.6 for hppa, bug #722980Rolf Eike Beer2020-05-211-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: stable 7.3.18 for hppa, bug #722980Rolf Eike Beer2020-05-211-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: stable 7.2.31 for hppa, bug #722980Rolf Eike Beer2020-05-211-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/erlang: bump up to 23.0.1Sergei Trofimovich2020-05-202-0/+160
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/python: Bump to 3.9.0b1Michał Górny2020-05-192-0/+324
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/php: stable 7.4.6 for sparc, bug #722980Rolf Eike Beer2020-05-181-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: stable 7.3.18 for sparc, bug #722980Rolf Eike Beer2020-05-181-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: stable 7.2.31 for sparc, bug #722980Rolf Eike Beer2020-05-181-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: x86 stable wrt bug #722980Agostino Sarubbo2020-05-183-3/+3
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: ppc64 stable wrt bug #722980Agostino Sarubbo2020-05-183-3/+3
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: amd64 stable wrt bug #722980Agostino Sarubbo2020-05-183-3/+3
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: More TC love for nm/cpp/ranlib re bug #723734Kent Fredric2020-05-191-0/+659
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While this won't fix the warnings about hints/linux.sh, as that is something too complex for me to trivially fix, it should mitigate the warnings about nm and cpp, and additonally, guards against a possible future where ranlib is also nuked and later tried to be used from $Config{ranlib} -r bump for compile propagation reasons, real delta: --- a/dev-lang/perl/perl-5.30.2-r1.ebuild +++ b/dev-lang/perl/perl-5.30.2-r2.ebuild @@ -502,11 +502,16 @@ src_configure() { # allow fiddling via EXTRA_ECONF, bug 558070 eval "local -a EXTRA_ECONF=(${EXTRA_ECONF})" + # setting -Dld= to tc-getLD breaks perl and all perl things + # https://github.com/Perl/perl5/issues/17791#issuecomment-630145202 myconf \ -Duseshrplib \ -Darchname="${myarch}" \ -Dcc="$(tc-getCC)" \ -Dar="$(tc-getAR)" \ + -Dnm="$(tc-getNM)" \ + -Dcpp="$(tc-getCPP)" \ + -Dranlib="$(tc-getRANLIB)" \ -Doptimize="${CFLAGS}" \ -Dldflags="${LDFLAGS}" \ -Dprefix="${EPREFIX}"'/usr' \ Bug: https://bugs.gentoo.org/723734 Bug: https://github.com/Perl/perl5/issues/17791#issuecomment-630123559 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-lang/php: ppc stable wrt bug #722980Agostino Sarubbo2020-05-183-3/+3
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: arm stable wrt bug #722980Agostino Sarubbo2020-05-183-3/+3
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: Enforce toolchain `ar` in ./configureKent Fredric2020-05-181-0/+654
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one neat trick convinces ./configure to use a correct, and specified "ar" during configure, as auto-detection completely fails when there is no binary named "ar" in $PATH, and despite completely failing to detect any "ar", configure just warns, and continues as normal, and then hardcodes that total failure of detection in Config_heavy.pl, indicating "hey, the 'ar' perl was built with was 'ar'", despite no such thing existing, and code afterwards will then try ( and fail ) to use that `ar` by consulting $Config{ar} This step compeletely side-steps auto-detection, so at very least, Config_heavy.pl contains a value that at least one time, probably worked, and as a result, large amounts of EUMM/MB XS stuff no longer tries to use a default `ar` that never existed. -r1 bump required, as the consequences of this change propagate into everything that compiles C code against Perl, and a failure to upgrade perl with this fix results in future failures compiling other stuff But otherwise this really is just a one line fix: ```diff --- perl-5.30.2.ebuild 2020-04-13 01:31:59.268561073 +1200 +++ perl-5.30.2-r1.ebuild 2020-05-18 16:46:13.972962817 +1200 @@ -507,4 +507,5 @@ -Darchname="${myarch}" \ -Dcc="$(tc-getCC)" \ + -Dar="$(tc-getAR)" \ -Doptimize="${CFLAGS}" \ -Dldflags="${LDFLAGS}" \ ``` Bug: https://bugs.gentoo.org/723264 Bug: https://bugs.gentoo.org/723154 Bug: https://github.com/Perl/perl5/issues/17791 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-lang/scala: update homepageAlexey Sokolov2020-05-172-3/+3
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-lang/rust: update LibreSSL patch for 3.1.xStefan Strogin2020-05-171-11/+12
| | | | | | Closes: https://bugs.gentoo.org/723396 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* dev-lang/mono: Remove oldDavid Seifert2020-05-1612-948/+0
| | | | | | | | | | | | Closes: https://bugs.gentoo.org/468412 Closes: https://bugs.gentoo.org/548340 Closes: https://bugs.gentoo.org/634692 Closes: https://bugs.gentoo.org/661270 Closes: https://bugs.gentoo.org/663608 Closes: https://bugs.gentoo.org/687950 Closes: https://bugs.gentoo.org/689332 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-lang/go: 1.13.11 and 1.14.3 bumpWilliam Hubbs2020-05-163-0/+387
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-lang/execline: remove p-mJoonas Niilola2020-05-161-8/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/swi-prolog: bump development versionKeri Harris2020-05-152-0/+104
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/php: Version bump for 7.4.6Brian Evans2020-05-142-0/+751
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-lang/php: Version bump for 7.3.18Brian Evans2020-05-142-0/+761
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-lang/php: Version bump for 7.2.31Brian Evans2020-05-142-0/+760
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-lang/swi-prolog: remove old development versionsKeri Harris2020-05-143-208/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/swi-prolog: bump development versionKeri Harris2020-05-142-0/+104
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/python: Bump to 3.8.3Michał Górny2020-05-142-0/+348
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/yasm: remove obsolete hacks from src_prepareMike Gilbert2020-05-131-11/+3
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-lang/erlang: bump up to 23.0Sergei Trofimovich2020-05-132-0/+162
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/vala: stable 0.46.7 for sparc, bug #717144Rolf Eike Beer2020-05-132-2/+2
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/c-intercal: Work around test failure with gcc 10.Ulrich Müller2020-05-131-1/+6
| | | | | | Bug: https://bugs.gentoo.org/722862 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-lang/swi-prolog: bump development versionKeri Harris2020-05-132-0/+104
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/python: stable 3.8.2-r2 for hppa, bug #707822Rolf Eike Beer2020-05-121-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/yap: fix MYDDAS compiled with stdbool. Closes #720324Keri Harris2020-05-112-4/+4
| | | | | Signed-off-by: Keri Harris <keri@gentoo.org> Package-Manager: Portage-2.3.89, Repoman-2.3.11
* dev-lang/swi-prolog: remove old development versionsKeri Harris2020-05-113-211/+0
| | | | | Signed-off-by: Keri Harris <keri@gentoo.org> Package-Manager: Portage-2.3.89, Repoman-2.3.11
* dev-lang/swi-prolog: bump development versionKeri Harris2020-05-112-0/+104
| | | | | Signed-off-by: Keri Harris <keri@gentoo.org> Package-Manager: Portage-2.3.89, Repoman-2.3.11
* dev-lang/swi-prolog: bump development versionKeri Harris2020-05-102-0/+104
| | | | | Signed-off-by: Keri Harris <keri@gentoo.org> Package-Manager: Portage-2.3.89, Repoman-2.3.11
* dev-lang/go: x86 stable wrt bug #721562Mikle Kolyada2020-05-101-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-lang/go: arm stable wrt bug #721562Mikle Kolyada2020-05-101-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-lang/go: amd64 stable wrt bug #721562Mikle Kolyada2020-05-101-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-lang/ruby: add USE=systemtapHans de Graaff2020-05-104-8/+702
| | | | | | | | | This fixes an automagic dependency on dtrace. Closes: https://bugs.gentoo.org/636644 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-lang/go: stable 1.14.2 for ppc64, bug #721562Sergei Trofimovich2020-05-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/go: turn on bash tracing for build stepWilliam Hubbs2020-05-094-4/+4
| | | | | | | | | Add the "-x" option when we run make.bash. This will hopefully allow us to solve why go isn't building on some arm hardware. Bug: https://bugs.gentoo.org/681740 Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-lang/erlang: bump up to 22.3.4Sergei Trofimovich2020-05-092-0/+160
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/rust: bump to 1.43.1Georgy Yakovlev2020-05-082-0/+420
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust-bin: bump to 1.43.1Georgy Yakovlev2020-05-082-0/+189
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/go: arm64 stable (bug #721562)Sam James (sam_c)2020-05-081-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-lang/python: stable 3.7.7-r2 for hppa, bug #707822Rolf Eike Beer2020-05-071-1/+1
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>