Commit graph

90 commits

Author SHA1 Message Date
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Antoine Brodin
aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Kai Knoblich
9cb5898561 Relax hardcoded paths to fix build with Python 3.8.7
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)
2020-12-24 13:46:01 +00:00
Wen Heping
8b0753d965 - Update to 5.2 2020-07-17 11:55:39 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 20:46:53 +00:00
Wen Heping
ffdb89b6dc - Update to 5.1 2019-05-20 08:46:16 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-12-12 01:35:33 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Wen Heping
6adeb3e0b5 - Update to 5.0.6 2018-07-30 12:41:36 +00:00
Wen Heping
d575fa9044 - Update to 5.0.5
PR:		230042
Submitted by:	hsn@sendmail.cz
2018-07-26 00:04:45 +00:00
Wen Heping
2ebc6a784e - Update to 5.0.4 2017-08-08 02:01:27 +00:00
Wen Heping
5366798eb4 - Update to 5.0.3 2016-12-12 03:27:07 +00:00
Wen Heping
cecc912598 - Update to 5.0.2 2016-09-20 02:22:15 +00:00
Wen Heping
2151934955 - Update to 5.0.1 2016-08-23 02:30:56 +00:00
Wen Heping
12ed6a4fe0 - Update to 5.0
- Runs on both python2 and python3
- Add LICENSE
- Take maintainership
2016-03-22 13:02:26 +00:00
Dmitry Marakasov
ef53e39211 - Strip library 2015-04-01 17:33:36 +00:00
Ruslan Makhmatkhanov
d918506f5b databases/py-PyGreSQL: fix fetch, convert to USES 2014-12-29 21:24:19 +00:00
Baptiste Daroussin
c889167e31 Convert to USES=pgsql and USES=python 2014-10-08 17:13:17 +00:00
Ruslan Makhmatkhanov
b436c7cac8 - remove pkg-plist forgotten in previous commit 2014-02-09 11:12:31 +00:00
Ruslan Makhmatkhanov
508a9eed7c - install port documentation into stagedir uncoditionally and remove inclusion
of bsd.port.options.mk
- unmute docs installation command
- remove no more needed patch
- bump PORTREVISION
2014-02-09 11:11:46 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Marcus von Appen
3ca507ce12 - Convert to PYDISTUTILS_AUTOPLIST
- Enable stage support
- Limit to the supported python versions
- Change to new LIB_DEPENDS where necessary
- Switch to new OPTIONS framework where necessary
2013-09-28 11:13:15 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Ruslan Makhmatkhanov
f6a8ed156c - fix fetch
Reported by:	pointyhat (miwi)
2013-03-27 04:52:07 +00:00
Bryan Drewery
533cbdbb8c - Update to 4.1.1 2013-01-09 15:55:19 +00:00
Ruslan Makhmatkhanov
fc587d5191 - update to 4.1
- 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@)
2013-01-03 17:44:14 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Pav Lucistnik
14b8ee67bb - Reset longterm inactive maintainer
Feature safe:	yes
2009-09-19 21:44:49 +00:00
Pav Lucistnik
ceb626e3cf - Update to 4.0
PR:		ports/136203
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer timeout (girgen; 2 months)
Feature safe:	yes
2009-09-19 21:44:27 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Pav Lucistnik
5ff1a1f24a - Update to 3.8.1
PR:		ports/109026
Submitted by:	Radim Kolar SF.NET <hsn@sendmail.cz>
Approved by:	maintainer timeout (girgen; 6 months)
2007-09-01 22:11:12 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- 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
2007-07-30 09:42:28 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Palle Girgensohn
4fb811ec87 Accidentally removed portepoch, believing it was portrevision.
Pointy hat to: me
2006-02-23 08:04:04 +00:00
Palle Girgensohn
157067734b Update to 3.8
PR:	93701
2006-02-22 22:39:46 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Palle Girgensohn
127becb76f Updating to latest version, 3.6.2
Approved by: ade, seanc (implicit)
2005-07-19 22:52:00 +00:00
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
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)
2005-01-31 00:35:55 +00:00
Palle Girgensohn
ae413f56b6 Add myself as committer, and use my @FreeBSD.org address.
Approved by: ade (mentor)
2004-12-06 03:59:56 +00:00
Tilman Keskinoz
2cdc9fb6dc Update to 3.5
Allow building with postgresql client only installation.

PR:             71212
Submitted by:   Palle Girgensohn <girgen@pingpong.net>
2004-09-02 15:58:33 +00:00
Volker Stolz
b4ee571edc Re-add distinfo since this is no longer a slave-port.
PR:		ports/69215
Submitted by:	Palle Girgensohn (maintainer)
2004-07-19 10:41:12 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Mark Linimon
15c98e8f3b Update PyGreSQL to 3.4. Previous version was packed with the
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)
2004-01-30 04:28:20 +00:00
Jimmy Olgeni
aa0488e633 Unbreak using the postgresql73 distfile.
PR:		61194
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2004-01-12 16:46:25 +00:00
Sergey A. Osokin
ccb26524fc [1] Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...>
[2] Utilize ${DOCSDIR}

Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer) [1],
		osa [2]
PR:		56350, 56404
2003-09-04 13:32:30 +00:00
Ade Lovett
d4d639aac7 Remove pkg-comment from the remaining special cases.
Approved by:	portmgr (implicitly)
2003-03-07 02:35:59 +00:00
Johann Visagie
cb60da0496 - Remove distinfo; it's now longer required since this is now a slave port.
(I neglected to remove this file during my commit of 2002-10-23.)
2003-02-13 14:14:08 +00:00
Sean Chittenden
4ac81d4b5d Uncomment dependency on libpq.3/postgresql.
Submitted by:	kris/bento
2003-02-11 05:34:55 +00:00
Edwin Groothuis
72d2a1755e Update py-PyGreSQL to version 7.3
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>
2003-02-06 00:33:18 +00:00