non port: devel/phpsh/Makefile |
Number of commits found: 19 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
|
Sunday, 8 Apr 2018
|
11:56 brnrd
category devel: Convert to USES=php
Approved by: infrastructure modernization blanket
|
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
|
Thursday, 15 Sep 2016
|
01:41 swills
Unmark broken on powerpc64
These ports built successfully
|
Thursday, 21 Apr 2016
|
16:43 swills
many ports: mark broken on powerpc64
|
Thursday, 4 Feb 2016
|
18:38 amdmi3
- Switch to options helpers
- Always set config dir to %%ETCDIR%% to avoid stage-qa warnings when building
as non-root
- Add NO_ARCH
Approved by: portmgr blanket
|
Wednesday, 27 May 2015
|
00:09 amdmi3
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
|
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- 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
|
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Tuesday, 29 Jul 2014
|
21:43 adamw
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Thursday, 24 Jul 2014
|
15:01 ashish
- Fix bug when subprocess exits with return code 0
- Fix WWW line in pkg-descr
- Add LICENSE information
- Fix portlint issues
PR: 191736
Submitted by: Gasol Wu <gasol.wu at gmail.com>
|
Tuesday, 10 Jun 2014
|
07:39 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
Saturday, 22 Feb 2014
|
10:48 mva
- Convert to PYDISTUTILS_AUTOPLIST
- Use ETCDIR
PR: ports/185947
With hat: python@
|
Monday, 17 Feb 2014
|
07:41 miwi
- Stage support
|
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Tuesday, 5 Mar 2013
|
17:07 miwi
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm
|
Thursday, 8 Sep 2011
|
06:24 ashish
- Update MASTER_SITES
|
Tuesday, 23 Aug 2011
|
17:44 ashish
phpsh is an interactive shell for php that features readline
history, tab completion, quick access to documentation. It
was developed at Facebook and ironically, is written mostly
in python. It is open source and released under a modified
BSD license.
WWW: http://phpsh.org/
|
Number of commits found: 19 |