aboutsummaryrefslogtreecommitdiff
path: root/irc/quassel
Commit message (Collapse)AuthorAgeFilesLines
* irc/quassel: update to 0.14.0 releaseDima Panov2022-01-052-5/+5
|
* irc/quassel: update to 0.14-rc2 release (+)Dima Panov2021-10-163-132/+678
| | | | | | | | | | | | | Switch to author's provided src tarball instead of GitHub auto-generated. Changes since -rc1: * Don't silently fall back to unencrypted client/core communication if certificate cannot be loaded * Properly escape LDAP usernames to prevent injection or bypassing authentication * Strip format codes in ignore list rules (this might affect pre-existing rules) * Improve window handling under Wayland * Update bundled iconsets and application icons * Update default network and documentation to point to our new home Libera IRC (since Freenode killed itself)
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-1/+1
|
* irc/quassel: Fix buildKevin Bowling2021-08-191-0/+2
|
* irc/quassel*: update to 0.14-rc1 snapshot (+)Dima Panov2021-08-194-36/+63
| | | | | | Quassel 0.14-rc1 pre-release have full support for Qt 5.5+ While here, adopt port and add some KDE/KF5 integration options
* net/openldap24-client: bump all dependent portXin LI2021-08-021-1/+1
| | | | | | | | In the earlier net/openldap24-server commit, only those which depend on net/openldap24-sasl-client were bumped. Bumping all dependent port that didn't get a bump to force a rebuild of these packages. Suggested by: kib
* */*: Fix ENOTIME: return my ports to the poolBen Woods2021-05-221-1/+1
| | | | | Reset maintainership of my ports to ports@FreeBSD.org so others can step in to help where I haven't been able to find the time.
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* irc/quassel: remove snorenotify supportSteve Wills2021-01-171-3/+2
| | | | | | | | | | since snorenotify is deprecated upstream PR: 252216 Approved by: woodsb02 (maintainer) Notes: svn path=/head/; revision=561830
* More cleanly daemonize quasselcore.John Baldwin2021-01-112-2/+2
| | | | | | | | | | | | | | - Use -c with daemon to change the working directory to / before invoking quasselcore. - Use -f with daemon to redirect stdout/stdin/stderr to /dev/null before invoking quasselcore. Reviewed by: woodsb02 (maintainer) Differential Revision: https://reviews.freebsd.org/D28096 Notes: svn path=/head/; revision=561284
* irc/quassel: Prepare for Qt5-5.14Tobias C. Berner2020-04-041-0/+23
| | | | | | | PR: 244964 Notes: svn path=/head/; revision=530642
* devel/qca: update to 2.3Tobias C. Berner2020-03-211-3/+3
| | | | | | | | | | | | | | | | | | | | - qca-2.3 drop support for OSSL<1.1 - copy devel/qca to devel/qca-legacy which is held at the current version - update devel/qca to 2.3 - Add Uses/qca.mk which handles dependency on either of the ports depending on the FreeBSD version Users on FreeBSD11 must therefore change their pkg orign à la: pkg set -o devel/qca:devel/qca-legacy PR: 244682 Exp-run by: antoine Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D24042 Notes: svn path=/head/; revision=528829
* - Switch to USE_OPENLDAP framework instead of direct openldap origin ↵Dima Panov2019-11-181-3/+1
| | | | | | | | | | | | hardcode, unbreak OpenLDAP/SASL use PR: 241922 Submitted by: myself Approved by: maintainer (woodsb02) MFH: 2019Q4 Notes: svn path=/head/; revision=517867
* irc/quassel: enable snorenotify supportBen Woods2019-08-181-1/+3
| | | | | | | | PR: 238875 Submitted by: swills Notes: svn path=/head/; revision=509196
* irc/quassel: Upgrade to 0.13.1Ben Woods2019-08-183-11/+9
| | | | | | | | | | Also switch to GitHub for downloading source. Changes this release: https://github.com/quassel/quassel/blob/0.13.1/ChangeLog#L16 Notes: svn path=/head/; revision=509195
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508880
* 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
* multimedia/phonon, multimedia/phonon-gestreamer, ↵Tobias C. Berner2019-03-161-1/+1
| | | | | | | multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation) Notes: svn path=/head/; revision=495961
* devel/libdbusmenu-qt: remove flavors (Qt4 deprecation)Tobias C. Berner2019-03-161-2/+2
| | | | Notes: svn path=/head/; revision=495956
* devel/qca: remove flavors (Qt4 deprecation)Tobias C. Berner2019-03-161-3/+3
| | | | Notes: svn path=/head/; revision=495954
* 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
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | 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
* irc/quassel: Update to 0.13.0Ben Woods2018-12-023-373/+516
| | | | | | | | | | | | Changes this release: https://github.com/quassel/quassel/blob/0.13.0/ChangeLog PR: 233507 Submitted by: David Fullard <dave+freebsd@fullard.ca> Reviewed by: ler Notes: svn path=/head/; revision=486492
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | 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
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-8/+9
| | | | | | | | | | | | | | | | | | 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
* multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner2018-06-211-0/+1
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* irc/quassel: Update to 0.12.5Ben Woods2018-04-265-43/+4
| | | | | | | | | | | Changes this release: https://quassel-irc.org/node/130 MFH: 2018Q2 Security: https://vuxml.freebsd.org/freebsd/499f6b41-58db-4f98-b8e7-da8c18985eda.html Notes: svn path=/head/; revision=468336
* devel/qca, devel/qca-qt5 -- create flavorsTobias C. Berner2018-04-141-3/+3
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14651 Notes: svn path=/head/; revision=467306
* Create flavors for devel/libdbusmenu-qt[45]Tobias C. Berner2018-03-121-2/+2
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14643 Notes: svn path=/head/; revision=464272
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* irc/quassel: Fix erroneously empty value for PLIST variableBen Woods2017-01-081-1/+1
| | | | | | | | | | | | This was causing the build of slave port irc/quassel-core to hang during the ports build step which generates temporary packing list, as the sed command to perform PLIST_SUB did not have a filename argument provided. Reported by: Steve Hay <hay.steve@gmail.com> MFH: 2017Q1 Notes: svn path=/head/; revision=430857
* irc/quassel and irc/quassel-core: Add PostgreSQL optionBen Woods2016-12-241-17/+32
| | | | | | | | | | | | | | | - Qt decides at run-time which SQL drivers are installed and only then allows running Quassel with those database backends. - Also reformat to minimise diff of irc/quassel-core (slave) from irc/quassel (master) as much as possible (per recommendation in the Porter's handbook). PR: 215026 Submitted by: Christian Schwarz <me@cschwarz.com> Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=429306
* irc/quassel: split into two ports (client and server)Ben Woods2016-10-293-410/+401
| | | | | | | | | | | | | irc/quassel-core provides the server back-end. irc/quassel provides the client front-end. irc/quassel can also be built with the MONO option enabled to also install the client and server combined into a single monolithic binary. Submitted by: Chris Rees <crees@physics.org> (in part) Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=424921
* irc/quasssel: Patch CMakeLists.txt to fix build against SSL with Qt 5.6Ben Woods2016-10-272-0/+20
| | | | | | | | | | | | | | PR: 213581 Submitted by: Christian Schwarz (me@cschwarz.com) Submitted by: tcberner Reviewed by: mat Approved by: adamw (mentor, implicit) Obtained from: https://github.com/quassel/quassel/commit/4768c9e99f99b581d4e32e797db91d0182391696 MFH: 2016Q4 Differential Revision: https://reviews.freebsd.org/D8294 Notes: svn path=/head/; revision=424771
* irc/quassel: Take maintainershipBen Woods2016-10-221-1/+1
| | | | | | | Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=424442
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | 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
* irc/quassel: update 0.12.3 -> 0.12.4Jason Unovitch2016-07-073-3/+5
| | | | | | | | | | | PR: 209218 Approved by: makc (maintainer timeout, 2 months) Security: CVE-2016-4414 Security: https://vuxml.FreeBSD.org/freebsd/7d64d00c-43e3-11e6-ab34-002590263bf5.html MFH: 2016Q3 Notes: svn path=/head/; revision=418155
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* irc/quassel:Max Brazhnikov2016-03-314-59/+3
| | | | | | | | | | | - Update to 0.12.3 - Remove upstream patches PR: 207562 Submitted by: Adriaan de Groot (groot@kde.org) Notes: svn path=/head/; revision=412218
* irc/quassel:Max Brazhnikov2016-02-152-3/+5
| | | | | | | | | | - Add rc var to specify IP address quasselcore will listen on PR: 206673 Submitted by: Christian Schwarz Notes: svn path=/head/; revision=408922
* Add upstream patch to fix the build with the upcoming Qt 5.5.1.Raphael Kubo da Costa2016-01-231-0/+43
| | | | Notes: svn path=/head/; revision=407052
* irc/quassel: Import patch to resolve DoS CVEMark Felder2015-12-212-0/+13
| | | | | | | | | Approved by: ports-secteam (with hat) MFH: 2015Q4 Security: CVE-2015-8547 Notes: svn path=/head/; revision=404119
* irc/quassel:Max Brazhnikov2015-11-096-112/+437
| | | | | | | | - Update to 0.12.2 - Switch to Qt 5, remove KDE option Notes: svn path=/head/; revision=401107
* Convert my ports to new options helpersMax Brazhnikov2015-08-251-3/+1
| | | | Notes: svn path=/head/; revision=395231
* irc/quassel:Max Brazhnikov2015-05-162-4/+3
| | | | | | | | | - Update to 0.11.1, which addresses CVE-2015-3427 MFH: 2015Q2 Notes: svn path=/head/; revision=386509