| Commit message (Collapse) | Author | Files | Lines |
|
|
|
With hat: portmgr
|
|
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python)
|
|
|
|
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
|
|
|
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
|
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
|
|
|
PR: 230042
Submitted by: hsn@sendmail.cz
|
|
|
|
|
|
|
|
|
|
- Runs on both python2 and python3
- Add LICENSE
- Take maintainership
|
|
|
|
|
|
|
|
of bsd.port.options.mk
- unmute docs installation command
- remove no more needed patch
- bump PORTREVISION
|
|
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
|
- Enable stage support
- Limit to the supported python versions
- Change to new LIB_DEPENDS where necessary
- Switch to new OPTIONS framework where necessary
|
|
databases)
|
|
Reported by: pointyhat (miwi)
|
|
|
|
- trim Makefile header
- update MASTER_SITES
- remove indefinite article from COMMENT
- limit python version to 2.x only
- convert to optionsng (NOPORTDOCS case)
- patch out setuptools for from setup.py for now (mainly to not use PYEASYINSTALL_OSARCH)
- update formatting in pkg-descr and change tab with space at WWW
Reported by: D'Arcy J.M. Cain <darcy@PyGreSQL.org> (on ports@)
|
|
Feature safe: yes
|
|
PR: ports/136203
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout (girgen; 2 months)
Feature safe: yes
|
|
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
PR: ports/109026
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz>
Approved by: maintainer timeout (girgen; 6 months)
|
|
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
|
|
|
Pointy hat to: me
|
|
PR: 93701
|
|
Approved by: ade, seanc (implicit)
|
|
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
|
|
Approved by: ade (mentor)
|
|
Allow building with postgresql client only installation.
PR: 71212
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
|
(Part 2)
|
|
postgresql dist, and while postgresql was version 7.3.5, PyGreSQL's
own version just bumped from 3.3 to 3.4. Hence portepoch.
PR: ports/61597
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
|
|
PR: 61194
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
|
${MAKE} -V ... instead of .include <...>
[2] Utilize ${DOCSDIR}
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) [1],
osa [2]
PR: 56350, 56404
|
|
Approved by: portmgr (implicitly)
|
|
Submitted by: kris/bento
|
|
This patch really only takes over maintainership from
ports@freebsd.org. Since I manage most of the postgresql
ports, I might as well take this one too, I guess?
I have verified that it builds with postgresql-7.3
PR: ports/45887
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
|
|
|
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
Approved by: pat
|
|
PyGreSQL has been folded into that of PostgreSQL itself.
- This update effectivly takes PyGreSQL to version 3.3, which is distributed
with PostgreSQL 7.2.3.
- Byte-compile installed modules to ensure clean deinstallation.
- Install documentation under $DOCSDIR.
- Remove Makefile from $FILESDIR - not required anymore.
- Remove patch-pgdb.py - not required any longer.
- Add two patches to ensure installation is $PREFIX-clean.
- Update pkg-comment and pkg-descr to reflect the current status of the port.
|
|
|
|
Update it.
Submitted by: Allan Saddi <asaddi@philosw.com>
|