| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=559531
|
|
|
|
|
|
|
| |
Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst
Notes:
svn path=/head/; revision=526794
|
|
|
|
|
|
|
| |
Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst
Notes:
svn path=/head/; revision=519418
|
|
|
|
|
|
|
| |
Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst
Notes:
svn path=/head/; revision=517456
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
| |
LOCALBASE/bin/nosetests is installed by py-nose of default Python version.
Notes:
svn path=/head/; revision=498494
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
|
|
|
| |
version 1.1.0 (via revision 464079).
Notes:
svn path=/head/; revision=464084
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Simplify concurrent installation:
- Use USE_PYTHON=concurrent
- Remove DOCSDIR
- Convert to test framework
- Install only selected documentation to DOCSDIR
- Do not silence installation message
- Bump PORTREVISION for package change
- Take maintainership
Notes:
svn path=/head/; revision=462922
|
|
|
|
|
|
|
|
| |
PR: 226157
Submitted by: xmj
Notes:
svn path=/head/; revision=462775
|
|
|
|
|
|
|
|
|
|
|
| |
LICENSE_FILE
Also split out post-install-DOCS-on.
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=462569
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=457565
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: 219353
Submitted by: xmj
Approved by: xmj (maintainer)
Notes:
svn path=/head/; revision=442499
|
|
|
|
|
|
|
|
|
|
|
| |
owner requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918.
Approved by: junovitch (mentor)
Notes:
svn path=/head/; revision=417356
|
|
|
|
|
|
|
|
|
| |
PR: 210265
Submitted by: Johannes Jost Meixner (johannes@perceivon.net)
Approved by: pi (mentor)
Notes:
svn path=/head/; revision=416918
|
|
|
|
|
|
|
|
| |
PR: 209746
Submitted by: xmj
Notes:
svn path=/head/; revision=415848
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
| |
PR: 204274
Submitted by: John W. O'Brien <john@saltant.com>
Notes:
svn path=/head/; revision=402279
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371328
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
Notes:
svn path=/head/; revision=347809
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.8.0
- Update LICENSE (BSD2CLAUSE)
Changes: http://berkeleyanalytics.com/bottleneck/release.html#bottleneck-0-8-0
PR: ports/186122
Submitted by: Johannes Meixner <xmj@chaot.net>
Notes:
svn path=/head/; revision=344505
|
|
WWW: https://www.github.com/kwgoodman/bottleneck/
PR: ports/184584
Submitted by: Johannes Jost Meixner <xmj chaot.net>
Notes:
svn path=/head/; revision=335898
|