| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
PR: 246033
Approved by: danfe (maintainer)
Notes:
svn path=/head/; revision=533686
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0).
Notably, video capture support was re-enabled.
Announcement:
https://www.qt.io/blog/qt-5.14-has-released
PR: 244964
Exp-run by: antoine
Notes:
svn path=/head/; revision=531601
|
|
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes:
svn path=/head/; revision=516916
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
switch from setting more low-level CMAKE_SOURCE_PATH to WRKSRC_SUBDIR
- Current port version is 0.12.0 while upstream lists it as 0.12; while
they're equal per `pkg version -t', leave an XXX note to make both of
them consistent and report correct version in the About dialog window
- Take the port under my wing for the time being
Notes:
svn path=/head/; revision=495901
|
|
|
|
|
|
|
|
|
| |
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=495412
|
|
|
|
|
|
|
|
|
|
| |
- Rephrase port description to follow README file
more closely and for general neatness
- Report correct version in the "About" dialog
- Add missing `sql' Qt5 component to USE_QT
Notes:
svn path=/head/; revision=495288
|
|
|
|
| |
Notes:
svn path=/head/; revision=495247
|
|
|
|
|
|
|
|
| |
PR: 235429
Submitted by: mikael.urankar@gmail.com (maintainer)
Notes:
svn path=/head/; revision=491963
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
Notes:
svn path=/head/; revision=490472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
Notes:
svn path=/head/; revision=488341
|
|
|
|
|
|
|
|
|
| |
PR: 230441
Submitted by: Andrew Romanenko <melanhit@gmail.com>
Approved by: mikael.urankar@gmail.com (maintainer)
Notes:
svn path=/head/; revision=477580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Chase move to bitbucket
- Pass maintainership to submitter
PR: 217460
Submitted by: mikael.urankar@gmail.com, lightside@gmx.com
Reported by: godevilove@ya.ru
Notes:
svn path=/head/; revision=451619
|
|
|
|
|
|
|
|
|
| |
- Simplify patching
- Regenerate patches
- Add missing depends
Notes:
svn path=/head/; revision=425617
|
|
|
|
|
|
|
|
|
|
|
|
| |
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far.
Notes:
svn path=/head/; revision=424339
|
|
|
|
| |
Notes:
svn path=/head/; revision=386721
|
|
|
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=385637
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
Notes:
svn path=/head/; revision=381618
|
|
|
|
|
|
|
|
| |
- update to 0.11
- remove NLS option (l10ns are incorporated into binary now)
Notes:
svn path=/head/; revision=349725
|
|
|
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
Notes:
svn path=/head/; revision=331383
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with m)
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331270
|
|
|
|
|
|
|
| |
math)
Notes:
svn path=/head/; revision=327746
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description
[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
Notes:
svn path=/head/; revision=317947
|
|
|
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314960
|
|
|
|
|
|
|
|
| |
- use CONFLICTS_INSTALL
- other minor changes
Notes:
svn path=/head/; revision=301600
|
|
|
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
Notes:
svn path=/head/; revision=298557
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
| |
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
Notes:
svn path=/head/; revision=285744
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
|
| |
PR: ports/137382
Submitted by: Dima Panov <fluffy at fluffy.khv.ru>
Notes:
svn path=/head/; revision=239019
|
|
|
|
|
|
|
| |
Take maintainership
Notes:
svn path=/head/; revision=237279
|
|
|
|
| |
Notes:
svn path=/head/; revision=230897
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
| |
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=213789
|
|
|
|
|
|
|
|
|
| |
http://something.googlecode.com/files
PR: ports/121435 (related)
Notes:
svn path=/head/; revision=208538
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=208315
|
|
|
|
| |
Notes:
svn path=/head/; revision=197723
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove corelib in QT_COMPONENTS because it depends by gui [1]
- use PTHREAD_LIBS [2]
PR: ports/115519 [1]
Submitted by: Yinghong.Liu (maintainer) [1], sat@ [2]
Notes:
svn path=/head/; revision=197722
|
|
It is designed to be enjoyed using keyboard. Result is shown in
scrollable display, history of expressions is available with up
and down arrow.
Some other features:
optional keypad, syntax highlight, matched parenthesis indicator,
just-in-time calculation (show result even before you finish typing)
and autocomplete for variables.
WWW: http://speedcrunch.digitalfanatics.org/
Note: Moved from science to math at danfe@'s request (no repocopy since there
is no history to preserve).
PR: ports/114969
Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
Notes:
svn path=/head/; revision=197663
|