Commit Graph

54 Commits

Author SHA1 Message Date
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
Muhammad Moinur Rahman
f2ef549d5a databases/py-bsddb3: Update version 6.2.5=>6.2.6
Relnotes:	https://pypi.org/project/bsddb3/6.2.6/
2018-07-25 00:45:06 +00:00
Muhammad Moinur Rahman
73125768f6 databases/py-bsddb3: Fix COMMENT
PR:		226904
Submitted by:	0mp
2018-04-24 00:04:11 +00:00
Muhammad Moinur Rahman
f2949c3a0a databases/py-bsddb3: Fix concurrent installation [1]
- Suppress post-patch and post-install tasks

PR:		224809 [1]
Submitted by:	lantw44@gmail.com [1]
2018-01-08 20:02:50 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Muhammad Moinur Rahman
0421d68901 databases/py-bsddb3: Update version 6.2.4=>6.2.5
Relnotes:	https://www.jcea.es/programacion/pybsddb.htm
2017-09-19 16:43:22 +00:00
Muhammad Moinur Rahman
3a6f513c5c databases/py-bsddb3: Update version 6.2.1=>6.2.4 2017-03-05 10:56:55 +00:00
Muhammad Moinur Rahman
9092ed0904 databases/py-bsddb3: Update version 6.1.1=>6.2.1 2016-06-11 22:44:09 +00:00
Ben Woods
4f72bffa28 databases/py-bsddb3: Convert to master port for databases/py3-bsddb3
- Convert databases/py3-bsddb3 from stand-alone port to slave of databases/py-bsddb3
- Prevent databases/py-bsddb3 from clobbering USES from databases/py3-bsddb3
- Convert USE_BDB=yes to USES=bdb in both databases/py-bsddb3 and databases/py3-bsddb3

PR:		208285
Reviewed by:	mat (mentor)
Approved by:	bofh (maintainer), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6614
2016-05-27 23:00:15 +00:00
Muhammad Moinur Rahman
fe39649b00 databases/py-bsddb3: Update version 6.1.0=>6.1.1 2016-02-19 23:41:56 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
John Marino
566d086cd9 databases/py-bsddb3: Fix build with python 3.x
PR:		189131
Reported by:	arcade (b1t.name)
Fixed by:	maintainer (Muhammad Rahman)
2014-09-20 17:10:36 +00:00
Bartek Rutkowski
27d9c2c368 databases/py-bsddb3: update 6.0.1 -> 6.1.0
PR:		192988
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Reviewed by:	marino (mentor)
Approved by:	implicit (mentors)
2014-09-03 12:48:52 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Wen Heping
2e5f891019 - Update to 6.0.1
- Add LICENSE
- Pass maintainership to submitter

PR:		189070
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-28 15:07:11 +00:00
Ruslan Makhmatkhanov
dbf0b2677f databases/py-bsddb3: remove local plist hack and support staging
- convert to using auto-generated packing list and remove NO_STAGE
- install docs into staging area uncoditionally
- remove local plist hack - it is now handled by bsd.python.mk

Approved by:	portmgr (blanket)
2014-03-03 11:41:38 +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
39d7429835 - fix build with python3 [1]
- fix packaging list for python >= 3.2.0 (using nivit's solution for
  devel/py-virtualenv)

PR:		170443
Submitted by:	Volodymyr Kostyrko <c.kworr at gmail dot com> [1]
Approved by:	wen (maintainer)
2012-10-07 08:12:53 +00:00
Wen Heping
ed0a58fe6b - Update to 5.3.0
PR:		167252
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-04-24 08:16:38 +00:00
Wen Heping
851ebcf9fa - Update to 5.2.0 2011-10-26 06:50:35 +00:00
Wen Heping
d963c7dca2 - Update to 5.1.2
- Restore the patch to fix build with bsddb other than 4.2
2011-03-16 00:10:57 +00:00
Wen Heping
1fcf359d66 - Fix build with python-2.7
Reported by:	pointyhat@
2011-03-08 00:27:28 +00:00
Wen Heping
41a9f2bde1 - Add a patch to fix plist
PR:		ports/153629
Submitted by:	paul@thistledew.org
2011-01-10 13:05:17 +00:00
Wen Heping
2e0e4b67dc - Update to 5.1.1 2010-11-29 06:12:19 +00:00
Wen Heping
0b208545b2 - Update to 5.1.0 2010-11-08 06:08:29 +00:00
Wen Heping
48ebec5708 - Update to 5.0.0 2010-06-03 00:37:18 +00:00
Wen Heping
dafcea1a80 - Adopt 2010-05-25 03:03:04 +00:00
Mark Linimon
cb4c252136 Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
2010-05-23 21:16:16 +00:00
Li-Wen Hsu
e82d16a272 - Update to 4.7.6 [1]
- Use COPYTREE_SHARE to install documents

PR:		ports/130412 [1]
Submitted by:	David Naylor <naylor.b.david AT gmail.com>
Approved by:	maintainer timeout (6 months)
2009-06-30 08:49:35 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Pav Lucistnik
757bcc798e - Update to 4.5.0
- Install additional docu

PR:		ports/109296
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:	maintainer timeout (perky; 1 month)
2007-03-25 16:51:53 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Hye-Shik Chang
2b8ec0fb3d - Update to 4.4.2
- Utilize bsd.databases.mk
2006-04-22 04:32:29 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Hye-Shik Chang
f4c4570e59 Update to 4.3.3 2005-10-10 14:44:10 +00:00
Hye-Shik Chang
43e43c1138 Fix build
PR:		72133
Submitted by:	ume
Reviewed by:	thierry
2004-10-15 15:05:24 +00:00
Kris Kennaway
b951e5cfea BROKEN: Does not build 2004-08-16 00:44:31 +00:00
Hye-Shik Chang
f43f16d1a5 Update to 4.2.4 2004-03-04 07:09:34 +00:00
Kris Kennaway
0b0d2429e7 Bump PORTREVISION for previous package dependency change 2004-02-01 21:42:02 +00:00
Hye-Shik Chang
51c9f67671 Allow to build with bsddb 4.2.
PR:		61650
Submitted by:	Scot W. Hetzel <hetzelsw@westbend.net>
2004-01-26 01:54:59 +00:00
Hye-Shik Chang
4c80deca10 Update to 4.1.6 2003-07-31 20:34:19 +00:00
Hye-Shik Chang
2d974bb11a Update to 4.1.3 2003-03-03 07:31:30 +00:00
Hye-Shik Chang
fbc660cb2c De-pkg-comment for my ports. 2003-02-25 06:25:35 +00:00
Ade Lovett
76d6ac6122 BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
2002-08-22 19:13:46 +00:00
Hye-Shik Chang
98c834c3d3 Update to 3.4.0
(now builds with db4 by default unless defined(WITH_DB3))
2002-07-10 19:15:39 +00:00
Hye-Shik Chang
10cb7d0c73 Updating my email address.
Approved by: cjh (mentor)
2002-06-25 07:50:58 +00:00
Ying-Chieh Liao
786a6554ae use USE_PYDISTUTILS 2002-04-29 13:33:57 +00:00
Johann Visagie
f8c590df03 - Add a patch to get this port to link against libdb3, since it is dependent
upon databases/db3.

Approved by:	No response from maintainer in 24h
2002-02-06 13:38:23 +00:00
Patrick Li
3adbe3170c Update maintainer email address
PR:		34372
Submitted by:	maintainer
2002-01-28 16:12:39 +00:00
Johann Visagie
5917176a1b - Remove explicit @cwd fom pkg-plist; this is not necessary now that this
port is installed $PREFIX-clean and can, in fact, now cause breakage.  This
  emerged during some discussion with the MAINTAINER which gave me the
  opportunity to think this issue through.
2001-09-20 09:41:29 +00:00