aboutsummaryrefslogtreecommitdiff
path: root/misc/qbrew
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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
* Fix build with gcc-based architectures:Mark Linimon2019-03-121-1/+1
| | | | | | | | | cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495417
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Port misc/qbrew away from Qt4 to Qt5. While at it, assume maintainership.Adriaan de Groot2018-11-2610-10/+185
| | | | | | | | This was discussed over email with David. Upstream is unmaintained, but it works with these minor patches. Notes: svn path=/head/; revision=485966
* Mark BROKEN: fails to buildAntoine Brodin2018-11-041-0/+2
| | | | | | | | | | | src/beerxmlreader.cpp:257:16: error: no viable conversion from returned value of type 'bool' to function return type 'Recipe' return false; ^~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=484071
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | 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
* Cleanup plistBaptiste Daroussin2014-12-091-1/+0
| | | | Notes: svn path=/head/; revision=374378
* - Fix stagingMax Brazhnikov2013-11-261-1/+1
| | | | | | | | Pointyhat to: makc Reported by: marino Notes: svn path=/head/; revision=334931
* - Convert to USES=qmake (and other USES while I'm here)Max Brazhnikov2013-11-221-15/+5
| | | | | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334586
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Remove qt4 build tools from run dependencies.Max Brazhnikov2009-05-241-2/+2
| | | | | | | Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=234480
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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 to 0.4.1Rong-En Fan2008-06-013-6/+15
| | | | | | | | PR: ports/123998 Submitted by: David Johnson <david at usermode.org> (maintainer) Notes: svn path=/head/; revision=214090
* - Update to 0.4.0Beech Rintoul2007-10-095-52/+19
| | | | | | | | | | | - Fix portdocs PR: ports/116723 Submitted by: David Johnson <david@usermode.org> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=201226
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix build with gcc41Tilman Keskinoz2006-12-171-0/+22
| | | | | | | | PR: 106837 Submitted by: David Johnson (maintainer) Notes: svn path=/head/; revision=180029
* - Respect X11BASEMartin Wilke2006-11-271-1/+4
| | | | | | | | PR: ports/105885 Submitted by: David Johnson <david@usermode.org> (maintainer) Notes: svn path=/head/; revision=178128
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* - Honor X11BASE [1]Renato Botelho2005-10-252-37/+24
| | | | | | | | | | | | | - Use DATADIR macro - Respect NOPORTDOCS - Use PORTDOCS PR: ports/87901 [1] Submitted by: maintainer [1] Requested by: kris [1] Notes: svn path=/head/; revision=146308
* Update to 0.3.5.Roman Bogorodskiy2005-07-063-3/+4
| | | | | | | | PR: 83044 Submitted by: David Johnson (maintainer) Notes: svn path=/head/; revision=138559
* Update to 0.3.4.Mark Linimon2004-10-123-69/+11
| | | | | | | | | PR: ports/72295 Submitted by: David Johnson <david at usermode dot org> (maintainer) Approved by: Griffin Brewery, Chiswick, London (indirectly) Notes: svn path=/head/; revision=118874
* Fix severe runtime issues with qt33Tilman Keskinoz2004-05-032-0/+5
| | | | | | | | PR: 66191 Submitted by: David Johnson <david@usermode.org> Notes: svn path=/head/; revision=108255
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to 0.3.3Tilman Keskinoz2003-04-052-2/+2
| | | | | | | | PR: 48992 Submitted by: maintainer Notes: svn path=/head/; revision=78329
* Update to 0.3.2Tilman Keskinoz2003-03-043-25/+57
| | | | | | | | PR: 48911 Submitted by: Maintainer Notes: svn path=/head/; revision=76838
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Build with qt30 by defaultPatrick Li2002-08-051-1/+1
| | | | | | | | PR: ports/41298 Submitted by: maintainer Notes: svn path=/head/; revision=64071
* Update to 0.3.1Patrick Li2002-05-143-9/+31
| | | | | | | | PR: 37776 Submitted by: maintainer Notes: svn path=/head/; revision=59116
* Update to 0.3.0Patrick Li2002-03-293-39/+38
| | | | | | | | PR: 36458 Submitted by: maintainer Notes: svn path=/head/; revision=56850
* updating port qbrew from version 0.1.6 to 0.2.0Michael Haro2001-05-013-3/+8
| | | | | | | | PR: 26977 Submitted by: David Johnson <david@usermode.org> Notes: svn path=/head/; revision=42115
* Add qbrew 0.1.6, a homebrewer's recipe calculator.Will Andrews2001-04-075-0/+63
PR: 21533 Submitted by: David Johnson <david@usermode.org> Notes: svn path=/head/; revision=41017