non port: www/planet/Makefile |
Number of commits found: 18 |
Tuesday, 14 Jan 2020
|
12:36 antoine
Deprecate a few broken ports
With hat: portmgr
|
Wednesday, 6 Nov 2019
|
16:26 antoine
Mark a few ports BROKEN (unfetchable)
|
Tuesday, 22 May 2018
|
13:15 mat
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
|
Saturday, 5 May 2018
|
14:58 danfe
For ports under `www' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on
the SUB_FILES list.
|
Thursday, 30 Nov 2017
|
15:50 mat
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
|
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Thursday, 16 Jul 2015
|
03:47 amdmi3
- Drop @dirrm* from plist
- Add NO_ARCH
Approved by: portmgr blanket
|
Saturday, 3 Jan 2015
|
08:41 mva
- Convert USE_PYTHON to new USES in www/
With hat: python@
|
Thursday, 20 Mar 2014
|
09:07 ehaupt
- Support staging
- Convert USE_BZIP2=yes to USES=tar:bzip2
- Use COPYTREE_SHARE istead of CP
- Revert deprecation, distfile is fetchable again
|
Monday, 3 Mar 2014
|
20:34 tabthorpe
- Set EXPIRATION_DATE and mark DEPRECATED, at maintainer's request
|
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Monday, 4 Mar 2013
|
11:19 lwhsu
- Update *_DEPENDS on databases/py-bsddb after _bsddb.so relocation
|
Friday, 1 Dec 2006
|
21:11 miwi
- Fix build
Approved by: pointyhat via kris
|
Thursday, 30 Nov 2006
|
19:43 miwi
- Update MASTER_SITES
- USE_BZIP2
Submitted by: evil pointyhat via krisbot
|
Sunday, 5 Nov 2006
|
19:24 miwi
- Update to 2.0
PR: ports/105139
Submitted by: Alan Snelson<Alan@Wave2.co.uk> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
|
Tuesday, 11 Jul 2006
|
20:09 itetcu
Update to 1.0
PR: ports/99975
Submitted by: maintainer
|
Tuesday, 27 Sep 2005
|
20:44 vsevolod
Add planet - a flexible feed aggregator.
PR: 86613
Submitted by: Alan Snelson <Alan@Wave2.co.uk>
|
Number of commits found: 18 |