/x11-wm/hackedbox/

et) Convert Python ports to FLAVORS. 2017-11-30T15:50:30+00:00 mat mat@FreeBSD.org 2017-11-30T15:50:30+00:00 32512cab3e8dd90b7cd0525bb5dc98007db431e2 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
  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
Cleanup no longer needed CHMOD usage after r424898. 2016-11-02T22:45:14+00:00 mat mat@FreeBSD.org 2016-11-02T22:45:14+00:00 d9ec328e16b795889ee8d72196228f00a0a3393a PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Allow use a regular user, some files were unreadable 2015-12-25T22:35:43+00:00 antoine antoine@FreeBSD.org 2015-12-25T22:35:43+00:00 7f859aceb832476ac005dab4a634b99c6ad30a48

MASTER_SITES cleanup. 2015-05-14T10:15:04+00:00 mat mat@FreeBSD.org 2015-05-14T10:15:04+00:00 d72353c225a0cff8478c442d745a54e4630671fc - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
- Convert USE_PYTHON to new USES in www/ 2015-01-03T08:41:20+00:00 mva mva@FreeBSD.org 2015-01-03T08:41:20+00:00 8df7661d5fb781595b7bae0a37d82a730b97d4dd With hat: python@
With hat:	python@
Remove indefinite articles and trailing periods from COMMENT, plus 2014-08-06T09:11:57+00:00 olgeni olgeni@FreeBSD.org 2014-08-06T09:11:57+00:00 90ed1b5c153a0c90c08964a9d36e4209b183a6bf minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt)
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
- Convert to autoplist 2014-03-01T18:15:00+00:00 miwi miwi@FreeBSD.org 2014-03-01T18:15:00+00:00 9173184925b17cda9fc7956ae1cc271f0516d82f - Stage support - Bump PORTREVISION
- Stage support
- Bump PORTREVISION
Add NO_STAGE all over the place in preparation for the staging support (cat: www) 2013-09-20T23:36:50+00:00 bapt bapt@FreeBSD.org 2013-09-20T23:36:50+00:00 e598d34341b62529b9ef63db27d571f9bcb8c766