1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Antoine Brodin
74afb17cd0 Unbreak
Pointyhat:	sunpoet
2017-12-03 20:47:08 +00:00
Sunpoet Po-Chuan Hsieh
92d03410d1 Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
2017-12-03 20:34:47 +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
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Sunpoet Po-Chuan Hsieh
e9993d8980 - Add LICENSE_FILE
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
2015-11-04 20:13:52 +00:00
Sunpoet Po-Chuan Hsieh
7c38a96ed8 - Convert from slave port to normal port 2014-10-09 15:24:39 +00:00
Sunpoet Po-Chuan Hsieh
796f8b02c7 - Use USES=python 2014-08-15 03:01:22 +00:00
Sunpoet Po-Chuan Hsieh
42a15ee56c - Use USES=libtool
- Bump PORTREVISION for package change
2014-07-10 15:47:22 +00:00
Sunpoet Po-Chuan Hsieh
e41a946b4c - Fix PLIST: use NONEXISTENT instead of empty string [1]
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change

Suggested by:	vd [1]
2014-03-18 16:16:53 +00:00
Sunpoet Po-Chuan Hsieh
96d7569412 - Fix USE_PYTHON 2014-03-15 17:43:25 +00:00
Sunpoet Po-Chuan Hsieh
31ea490ff8 - Use PLIST_FILES 2014-02-14 19:41:04 +00:00
Sunpoet Po-Chuan Hsieh
9cf15914e1 - Update to 1.3
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
- Add pkg-descr
- Take minatainership
2013-11-18 19:53:38 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Dima Panov
1a267d63c3 - Reassign ports from avl@ back to pool at his request.
Submitted by:	avl via IM
Approved by:	avl via IM
2013-02-20 16:08:58 +00:00
Alexander Logvinov
fbdb6bf73e - Speed up build phase
Approved by:	tabthorpe, glarkin (mentors, implicit)
2009-10-03 10:47:15 +00:00
Alexander Logvinov
9463ff6e5b Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	tabthorpe (mentor)
2009-05-28 20:44:16 +00:00
Erwin Lansing
8b0ba84c09 Add py-librtfcomp , LZRTF compression library.
PR:		ports/124554
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-06-19 22:06:13 +00:00