| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
GCC-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
|
| |
- Now built against Qt5 instead of Qt4, and Qwt replaced with Qt5Charts
- GRAPH is no longer a separate option, was merged with the GUI
- The number of threads can be set to any value >0 and <100 in the GUI
Reported by: portscout (a while ago)
|
| |
|
|
|
|
|
|
|
|
|
| |
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
| |
- TIMESTAMP (ophcrack-3.7.0.tar.bz2) = 1490870967
Found out via: repology.org
|
| |
|
|
|
|
| |
modernize Makefile a bit while here.
Reported by: portscout
|
| |
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
| |
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
| |
r220419, but apparently some bugs just like to come back. Also, it looks
like ia64 was added in r303640 rather unfairly, so just remove the BROKEN
statement altogether.
Tested on: eris, flame (unfortunately, non-GUI builds only)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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@)
|
| |
|
|
| |
security)
|
| | |
|
| | |
|
| |
|
|
|
|
| |
tables and fixes some bugs with Vista eight XL tables on Windows
- Convert to OptionsNG, retire DEBUG option (mostly useful for developers)
- Augment LICENSE knob and trim Makefile header while I'm here
|
| |
|
|
| |
Hat: portmgr
|
| |
|
|
| |
Review by: bapt, David Naylor (kde team)
|
| | |
|
| | |
|
| |
|
|
| |
qt-designer plugin was split some time ago; add LICENSE (GPLv2).
|
| |
|
|
|
|
|
|
|
|
| |
- Introduce OPTIONS (enable GUI, but disable graph rendering since
`x11-toolkits/qwt5' is built with Qt Designer plugin by default, which
pulls rather heavy `devel/qt4-designer' dependency)
- Remove now-inaccurate pkg-message; please consult README instead
- Get rid of pkg-plist and simplify port overall
Feature safe: yes
|
| |
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| | |
|
| |
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
| |
|
|
|
|
|
|
| |
- Avoid patching things at extract phase
Based on a patch from: gahr
Approved by: portmgr (pav)
Tested on: amd64, sparc64
|
| |
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
| |
|
|
| |
- Optimize away extra REINPLACE_CMD call
|
|
|
with GTK+ GUI.
WWW: http://ophcrack.sourceforge.net/
|