[MacPorts] #56413: python27 v 2.7.15, update to db60 and unused regex
MacPorts
noreply at macports.org
Wed May 2 20:25:55 UTC 2018
#56413: python27 v 2.7.15, update to db60 and unused regex
----------------------------+-------------------------
Reporter: gaming-hacker | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.4.3
Resolution: | Keywords: regex, db60
Port: python27 |
----------------------------+-------------------------
Description changed by gaming-hacker:
Old description:
> Hello,
>
> Why is this port still using old db48?
>
> I build this with db60 and ran basic tests with OSX 10.12, Xcode 9.2 with
> no issues at the moment.
>
> was:
>
> {{{
> port:db48
> configure.cppflags-append -I${prefix}/include/db48
> configure.ldflags-append -L${prefix}/lib/db48
> }}}
>
> is:
>
> {{{
> port:db60
> configure.cppflags-append -I${prefix}/include/db60
> configure.ldflags-append -L${prefix}/lib/db60
> }}}
>
> or perhaps use some kind of switch to support old ppc versions of xcode.
>
> Also this warning about unused regex comes up
>
>
> {{{
> Warning: reinplace s;/* #undef PY_FORMAT_LONG_LONG */;#define
> PY_FORMAT_LONG_LONG "ll"; didn't change anything in
> /opt/local/var/macports/build/_Users_glen_local_macports-
> ports_lang_python27/python27/work/Python-2.7.15/pyconfig.h
> }}}
>
> again cursory tests indicate that all is well.
New description:
Hello,
Why is this port still using old db48?
I build this with db60 and ran basic tests with OSX 10.12, Xcode 9.2 with
no issues at the moment.
was:
{{{
port:db48
configure.cppflags-append -I${prefix}/include/db48
configure.ldflags-append -L${prefix}/lib/db48
}}}
is:
{{{
port:db60
configure.cppflags-append -I${prefix}/include/db60
configure.ldflags-append -L${prefix}/lib/db60
}}}
or perhaps use some kind of switch to support old ppc versions of xcode.
Also this warning about unused regex comes up
{{{
Warning: reinplace s;
/* #undef PY_FORMAT_LONG_LONG */;
#define PY_FORMAT_LONG_LONG "ll";
didn't change anything in /opt/local/var/macports/build/_local_macports-
ports_lang_python27/python27/work/Python-2.7.15/pyconfig.h
}}}
again cursory tests indicate that all is well.
--
--
Ticket URL: <https://trac.macports.org/ticket/56413#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list