Commit graph

29 commits

Author SHA1 Message Date
Jason Helfman
46ce9a1b7f dns/py-namebench: chase r559531, mark broken
PR:	256826 (based on)
Reported by:	tech-lists@zyxst.net
2021-10-07 15:59:12 -05:00
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
Jason Helfman
958e4f1f33 - reclaim 2019-08-08 15:28:13 +00:00
Rene Ladan
860a89e29f Return jgh's ports to the various pools after his commit bit was safekept.
Hat:		portmgr-secretary
2019-08-05 20:07:06 +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
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +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
Jason Helfman
2a971878f6 - remove extra patch file causing a re-patch of same file
Reported by:	pkg-fallout@
2017-05-11 18:30:58 +00:00
Baptiste Daroussin
6b374b5c9a Stop using PORTSDIRNAME if the ports tree goes to allow more than 2 level of
directories it won't make any sense
2016-12-22 21:48:49 +00:00
Mark Linimon
dac80a52ab Remove trailing newline escape from MASTER_SITES. This had the effect of
eating the PKGNAMEPREFIX line, which gave portsmon a case of heartburn.

Approved by:	"just fix it"
2016-11-07 23:39:34 +00:00
Jason Helfman
d2de35330d - unbreak fetch [1]
- update WWW site
- regen patch (pet portlint)

Reported by:	jswhitejrusa@gmail.com [1]
2016-11-04 16:41:39 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Jason Helfman
6c5929eadb - there, there, portlint.
- uses tar:tgz
- whitespace cleanup

Thanks to: ak (uses "bug")
2016-01-30 19:30:07 +00:00
Jason Helfman
d9b3ffa91b - add benchmarks to CATEGORIES
- add mirror
2015-08-12 18:02:36 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Marcus von Appen
91e4e8a4e3 - Convert ports from dns/, editors/ and emulators/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 15:43:33 +00:00
Antoine Brodin
1c6ed8eca3 Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat:	portmgr
2014-08-18 19:13:18 +00:00
Jason Helfman
b571f1e042 - adopt staging support
- trim comment
- fix dependencies
- use python autoplist feature
2014-01-10 08:12:49 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Jason Helfman
5e8fb43b19 - adopt optionsNG 2012-06-25 23:09:08 +00:00
Thomas Abthorpe
e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00
Jason Helfman
d343539d3a move contributor address => jgh
Approved by:	crees (mentor)
2011-12-20 17:10:19 +00:00
Chris Rees
c2538a4521 - Update to 1.3.1
- Pass maintainership to submitter (thank you for volunteering)
- Add LICENSE
- Unbreak -- fix dependencies

PR:		ports/158948
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com>
2011-08-16 09:07:11 +00:00
Martin Wilke
021fc3a529 - Move over to py25+ or above
- While here kick md5 support
2011-02-25 00:12:12 +00:00
Sahil Tandon
235d1af397 - Drop maintainership 2010-07-14 04:39:47 +00:00
Martin Wilke
88420dc1eb An experiment in benchmarking DNS name services. This tool
is designed to help you as a user determine what name services
are the best to use for an individual machine.

WWW: http://namebench.googlecode.com/

PR:		ports/141202
Submitted by:	Sahil Tandon <sahil at tandon.net>
2009-12-25 19:24:24 +00:00