| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=498530
|
|
|
|
|
|
|
|
|
|
| |
PR: 229771
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Reported by: Mike Andrews <mandrews@bit0.com>
Approved by: eugene@zhegan.in (maintainer timeout)
Notes:
svn path=/head/; revision=494507
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove bogus LIB_DEPENDS line
- Whitespace fixes
PR: 229205
Submitted by: amdmi3
Approved by: maintainer timeout (eugene@zhegan.in, 2 months)
Notes:
svn path=/head/; revision=478210
|
|
|
|
|
|
|
|
|
| |
PR: 228805
Submitted by: Nikola Kolev <koue@chaosophia.net>
Approved by: maintainer timeout (eugene@zhegan.in, > 2 weeks)
Notes:
svn path=/head/; revision=473044
|
|
|
|
|
|
|
|
|
|
| |
PR: 225858
Submitted by: maintainer
MFH: 2018Q1
Security: a8f25565-109e-11e8-8d41-97657151f8c2
Notes:
svn path=/head/; revision=461691
|
|
|
|
|
|
|
|
|
| |
PR: 224198
Submitted by: Christian Sturm <reezer@reezer.org>
Approved by: eugene@zhegan.in (maintainer timeout, 2 weeks)
Notes:
svn path=/head/; revision=457125
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add new option group with PSGI embedded plugin option to start with.
Submitter agreed to take maintainership, so pass this unmaintained
port to him.
Default build not changed, so no PORTREVISION bump.
PR: 223588
Submitted by: Eugene Zheganin (based on)
Notes:
svn path=/head/; revision=453888
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 221684
Reported by: Simeon Simeonov
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12100
Notes:
svn path=/head/; revision=448482
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Changed socket uid/gid and mode, this should fix github issue #1471[1]
[1] https://github.com/unbit/uwsgi/issues/1471
PR: 210170
Submitted by: David Wahlund
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12089
Notes:
svn path=/head/; revision=448441
|
|
|
|
| |
Notes:
svn path=/head/; revision=441432
|
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Add missing pkgconfig dependency, fix build with JSON
- Cosmetic fixes
Notes:
svn path=/head/; revision=438454
|
|
|
|
| |
Notes:
svn path=/head/; revision=434282
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update introduces a dedicated user for uwsgi and introduces the
uwsgi_socket_owner setting which by default is set to www:www. The
previous change to socket mode of 600 has been modified to 660 as well.
This change further increases security while restoring compatibility.
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D9398
Notes:
svn path=/head/; revision=433172
|
|
|
|
|
|
|
|
|
|
| |
This change may be a disruptive for some users, but the default mode
of 777 is a disaster waiting to happen.
MFH: 2017Q1
Notes:
svn path=/head/; revision=432602
|
|
|
|
|
|
|
|
| |
PR: 215047
Submitted by: Melvyn Sopacua <m.r.sopacua@gmail.com>
Notes:
svn path=/head/; revision=428478
|
|
|
|
| |
Notes:
svn path=/head/; revision=423177
|
|
|
|
|
|
|
|
|
| |
code to CDATA elements (expat doesn't).
Submitted by: Eric Masson <emss@free.fr>
Notes:
svn path=/head/; revision=416190
|
|
|
|
| |
Notes:
svn path=/head/; revision=416156
|
|
|
|
| |
Notes:
svn path=/head/; revision=414933
|
|
|
|
|
|
|
|
|
|
| |
does not works anymore is defined in MAKE_ARGS.
PR: 197492
Submitted by: kevin.bowling@kev009.com
Notes:
svn path=/head/; revision=405059
|
|
|
|
| |
Notes:
svn path=/head/; revision=404826
|
|
|
|
|
|
|
|
|
| |
PR: 204558
Submitted by: John W. O'Brien <john@saltant.com>
No objection from: koobs
Notes:
svn path=/head/; revision=401784
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use distutils over Makefile for building
- Allow concurrent (multiple Python version) installation
- Add DEBUG option
- Build verbose by default
- Add support for MAKE_JOBS
- Remove post-patch REINPLACE_CMD (no longer needed)
- Make patches makepatch compatible (portlint)
Approved by: demon (maintainer)
Differential Revision: https://reviews.freebsd.org/D4022
Notes:
svn path=/head/; revision=400449
|
|
|
|
|
|
|
|
| |
PR: 197492
Requested by: kevin.bowling@kev009.com
Notes:
svn path=/head/; revision=400149
|
|
|
|
| |
Notes:
svn path=/head/; revision=398751
|
|
|
|
| |
Notes:
svn path=/head/; revision=392563
|
|
|
|
| |
Notes:
svn path=/head/; revision=391052
|
|
|
|
| |
Notes:
svn path=/head/; revision=381481
|
|
|
|
| |
Notes:
svn path=/head/; revision=375822
|
|
|
|
|
|
|
| |
Convert to USES.
Notes:
svn path=/head/; revision=371496
|
|
|
|
| |
Notes:
svn path=/head/; revision=367331
|
|
|
|
| |
Notes:
svn path=/head/; revision=359972
|
|
|
|
| |
Notes:
svn path=/head/; revision=356199
|
|
|
|
| |
Notes:
svn path=/head/; revision=356160
|
|
|
|
| |
Notes:
svn path=/head/; revision=356045
|
|
|
|
| |
Notes:
svn path=/head/; revision=352240
|
|
|
|
| |
Notes:
svn path=/head/; revision=348450
|
|
|
|
| |
Notes:
svn path=/head/; revision=346224
|
|
|
|
| |
Notes:
svn path=/head/; revision=344729
|
|
|
|
| |
Notes:
svn path=/head/; revision=338098
|
|
|
|
| |
Notes:
svn path=/head/; revision=336254
|
|
|
|
| |
Notes:
svn path=/head/; revision=334062
|
|
|
|
| |
Notes:
svn path=/head/; revision=333310
|
|
|
|
| |
Notes:
svn path=/head/; revision=331872
|
|
|
|
| |
Notes:
svn path=/head/; revision=330629
|
|
|
|
| |
Notes:
svn path=/head/; revision=330099
|
|
|
|
| |
Notes:
svn path=/head/; revision=328102
|
|
|
|
| |
Notes:
svn path=/head/; revision=327894
|
|
|
|
|
|
|
| |
www)
Notes:
svn path=/head/; revision=327776
|