Opened 6 years ago

Closed 6 years ago

#56413 closed enhancement (wontfix)

python27 v 2.7.15, update to db60 and unused regex

Reported by: gaming-hacker (G Alexander) Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: python27

Description (last modified by gaming-hacker (G Alexander))

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.

Change History (4)

comment:1 Changed 6 years ago by gaming-hacker (G Alexander)

Description: modified (diff)

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Cc: jmr removed
Keywords: regex db60 removed
Owner: set to jmroot
Status: newassigned
Type: defectenhancement
Version: 2.4.3

comment:3 Changed 6 years ago by jmroot (Joshua Root)

What feature are you missing that db60 would provide?

The reinplace doesn't happen to change anything on your platform, but that doesn't mean it's never needed.

comment:4 Changed 6 years ago by jmroot (Joshua Root)

Resolution: wontfix
Status: assignedclosed

I remember why we're not doing this, Oracle changed the license to AGPLv3.

Note: See TracTickets for help on using tickets.