| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update CONFLICTS for:
o) databases/redis4
o) databases/redis5
o) databases/redis
o) databases/redis-devel
Connect databases/redis5 to the build.
Bump PORTREVISIONs for dependant ports.
Notes:
svn path=/head/; revision=561486
|
|
|
|
| |
Notes:
svn path=/head/; revision=560672
|
|
|
|
| |
Notes:
svn path=/head/; revision=559673
|
|
|
|
| |
Notes:
svn path=/head/; revision=552235
|
|
|
|
| |
Notes:
svn path=/head/; revision=543450
|
|
|
|
| |
Notes:
svn path=/head/; revision=541443
|
|
|
|
| |
Notes:
svn path=/head/; revision=534836
|
|
|
|
| |
Notes:
svn path=/head/; revision=527884
|
|
|
|
| |
Notes:
svn path=/head/; revision=524041
|
|
|
|
| |
Notes:
svn path=/head/; revision=519672
|
|
|
|
|
|
|
| |
- Drop python 2.7 support
Notes:
svn path=/head/; revision=518322
|
|
|
|
| |
Notes:
svn path=/head/; revision=506759
|
|
|
|
| |
Notes:
svn path=/head/; revision=503458
|
|
|
|
|
|
|
| |
- Allow concurrent installation
Notes:
svn path=/head/; revision=501294
|
|
|
|
|
|
|
| |
Announce: http://blog.kiddaland.net/2019/04/plaso-20190331-released.html
Notes:
svn path=/head/; revision=498332
|
|
|
|
| |
Notes:
svn path=/head/; revision=492042
|
|
|
|
|
|
|
| |
Announce: http://blog.kiddaland.net/2018/12/plaso-20181219-released.html
Notes:
svn path=/head/; revision=487917
|
|
|
|
| |
Notes:
svn path=/head/; revision=481460
|
|
|
|
|
|
|
| |
Announce: http://blog.kiddaland.net/2018/08/plaso-20180818-released.html
Notes:
svn path=/head/; revision=478016
|
|
|
|
|
|
|
| |
Announce: http://blog.kiddaland.net/2018/07/plaso-20180630-released.html
Notes:
svn path=/head/; revision=473762
|
|
|
|
| |
Notes:
svn path=/head/; revision=471006
|
|
|
|
| |
Notes:
svn path=/head/; revision=470784
|
|
|
|
| |
Notes:
svn path=/head/; revision=460292
|
|
|
|
| |
Notes:
svn path=/head/; revision=457700
|
|
|
|
|
|
|
| |
- Arrange dependencies to make it easier to test python3 readiness
Notes:
svn path=/head/; revision=455375
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
with both python2 and python3
Notes:
svn path=/head/; revision=451474
|
|
|
|
|
|
|
| |
Release notes: http://blog.kiddaland.net/2017/10/drink-joyful-good-mead-plaso-20170925.html
Notes:
svn path=/head/; revision=451340
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=431796
|
|
|
|
| |
Notes:
svn path=/head/; revision=424712
|
|
|
|
|
|
|
| |
Announce: http://blog.kiddaland.net/2016/09/what-flies-there-what-fares-there-or.html
Notes:
svn path=/head/; revision=422525
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
|
|
| |
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at
Notes:
svn path=/head/; revision=411691
|
|
|
|
|
|
|
| |
Announce: http://blog.kiddaland.net/2016/01/sprinkling-morning-dew-and-summer.html
Notes:
svn path=/head/; revision=407090
|
|
|
|
|
|
|
|
|
| |
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
Notes:
svn path=/head/; revision=400758
|
|
|
|
|
|
|
| |
Announce: http://blog.kiddaland.net/2015/07/bringing-end-to-sorrow-new-plaso-release.html
Notes:
svn path=/head/; revision=392900
|
|
|
|
|
|
|
| |
- Adjust security/py-plaso dependencies and patch it to be less noisy
Notes:
svn path=/head/; revision=378241
|
|
|
|
|
|
|
| |
Announce: http://blog.kiddaland.net/2014/12/hey-kids-i-heard-on-news-that-airline.html
Notes:
svn path=/head/; revision=375138
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
| |
Notes:
svn path=/head/; revision=366537
|
|
|
|
|
|
|
|
|
| |
Announce: http://blog.kiddaland.net/2014/06/what-is-one-to-say-about-june-time-of.html
- Add converters/py-bencode, bencoding and bdecoding implementation
Notes:
svn path=/head/; revision=356886
|
|
|
|
|
|
|
|
| |
- Use PYDISTUTILS_AUTOPLIST
- Remove DOCS/EXAMPLES conditionals
Notes:
svn path=/head/; revision=341160
|
|
|
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Notes:
svn path=/head/; revision=339634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
Notes:
svn path=/head/; revision=338168
|
|
|
|
|
|
|
|
|
| |
- Stage support
Release notes: http://blog.kiddaland.net/2013/10/halloween-brings-with-it-riding-witches.html
Notes:
svn path=/head/; revision=334243
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
| |
Notes:
svn path=/head/; revision=325355
|