| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=476534
|
|
|
|
| |
Notes:
svn path=/head/; revision=475937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Notes:
svn path=/head/; revision=475857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
Notes:
svn path=/head/; revision=473503
|
|
|
|
| |
Notes:
svn path=/head/; revision=473396
|
|
|
|
| |
Notes:
svn path=/head/; revision=473344
|
|
|
|
| |
Notes:
svn path=/head/; revision=472923
|
|
|
|
| |
Notes:
svn path=/head/; revision=471566
|
|
|
|
| |
Notes:
svn path=/head/; revision=471049
|
|
|
|
| |
Notes:
svn path=/head/; revision=470496
|
|
|
|
| |
Notes:
svn path=/head/; revision=469904
|
|
|
|
| |
Notes:
svn path=/head/; revision=469498
|
|
|
|
| |
Notes:
svn path=/head/; revision=469315
|
|
|
|
| |
Notes:
svn path=/head/; revision=468720
|
|
|
|
| |
Notes:
svn path=/head/; revision=468113
|
|
|
|
| |
Notes:
svn path=/head/; revision=467514
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651
Notes:
svn path=/head/; revision=467306
|
|
|
|
| |
Notes:
svn path=/head/; revision=466885
|
|
|
|
| |
Notes:
svn path=/head/; revision=466788
|
|
|
|
| |
Notes:
svn path=/head/; revision=466219
|
|
|
|
| |
Notes:
svn path=/head/; revision=465613
|
|
|
|
| |
Notes:
svn path=/head/; revision=465015
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Build offline help when DOCS option enabled [2]
- Fix bad symlink and add missing dependencies [3]
PR: 224288 [1] 197071 [2] 226344 [3]
Submitted by: Greg V <greg@unrelenting.technology> [1]
bergerkos@yahoo.co.uk [2]
Reported by: joneum [3]
Helped & tested by: Daniel Ebdrup
Greg Veldman <freebsd@gregv.net>
Per olof Ljungmark <peo@nethead.se>
StariKarp <starikarp@yandex.com>
pi
Security: 289269f1-0def-11e8-99b0-d017c2987f9a
Notes:
svn path=/head/; revision=464758
|
|
|
|
| |
Notes:
svn path=/head/; revision=464323
|
|
|
|
| |
Notes:
svn path=/head/; revision=464317
|
|
|
|
|
|
|
|
| |
* This time with 99% more changes.
* Pet portlint
Notes:
svn path=/head/; revision=463989
|
|
|
|
| |
Notes:
svn path=/head/; revision=463988
|
|
|
|
| |
Notes:
svn path=/head/; revision=463658
|
|
|
|
| |
Notes:
svn path=/head/; revision=463063
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=462871
|
|
|
|
| |
Notes:
svn path=/head/; revision=462299
|
|
|
|
| |
Notes:
svn path=/head/; revision=461615
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979
Notes:
svn path=/head/; revision=461375
|
|
|
|
| |
Notes:
svn path=/head/; revision=460996
|
|
|
|
| |
Notes:
svn path=/head/; revision=460269
|
|
|
|
| |
Notes:
svn path=/head/; revision=459090
|
|
|
|
| |
Notes:
svn path=/head/; revision=458441
|
|
|
|
| |
Notes:
svn path=/head/; revision=457231
|
|
|
|
| |
Notes:
svn path=/head/; revision=456652
|
|
|
|
| |
Notes:
svn path=/head/; revision=456425
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=453632
|
|
|
|
| |
Notes:
svn path=/head/; revision=453378
|
|
|
|
| |
Notes:
svn path=/head/; revision=453183
|
|
|
|
| |
Notes:
svn path=/head/; revision=452718
|
|
|
|
| |
Notes:
svn path=/head/; revision=452224
|
|
|
|
| |
Notes:
svn path=/head/; revision=450601
|
|
|
|
|
|
|
|
|
| |
- Add licensing information
- Use tab instead of space in CONFIGURE_ARGS line
- Add USES=ssl when OPENSSL option is selected
Notes:
svn path=/head/; revision=450459
|
|
|
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Notes:
svn path=/head/; revision=450353
|
|
|
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Notes:
svn path=/head/; revision=450351
|