non port: irc/quassel/Makefile |
SVNWeb
|
Number of commits found: 85 |
Wed, 5 Jan 2022
|
[ 11:20 Dima Panov (fluffy) ] 8e0a88f
irc/quassel: update to 0.14.0 release
|
Sat, 16 Oct 2021
|
[ 12:27 Dima Panov (fluffy) ] 75e374f
irc/quassel: update to 0.14-rc2 release (+)
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)
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Thu, 19 Aug 2021
|
[ 23:43 Kevin Bowling (kbowling) ] dd5c81c
irc/quassel: Fix build
|
[ 19:07 Dima Panov (fluffy) ] 5b40ab6
irc/quassel*: update to 0.14-rc1 snapshot (+)
Quassel 0.14-rc1 pre-release have full support for Qt 5.5+
While here, adopt port and add some KDE/KF5 integration options
|
Mon, 2 Aug 2021
|
[ 04:41 Xin LI (delphij) ] 3ba73da (Only the first 10 of 55 ports in this commit are shown above. )
net/openldap24-client: bump all dependent port
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
|
Sat, 22 May 2021
|
[ 02:13 Ben Woods (woodsb02) ] 95d52e5 (Only the first 10 of 42 ports in this commit are shown above. )
*/*: Fix ENOTIME: return my ports to the pool
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.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 17 Jan 2021
|
[ 15:29 swills ]
irc/quassel: remove snorenotify support
since snorenotify is deprecated upstream
PR: 252216
Approved by: woodsb02 (maintainer)
|
Mon, 11 Jan 2021
|
[ 22:37 jhb ]
More cleanly daemonize quasselcore.
- 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
|
Sat, 21 Mar 2020
|
[ 07:24 tcberner ] (Only the first 10 of 31 ports in this commit are shown above. )
devel/qca: update to 2.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 a 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
|
Mon, 18 Nov 2019
|
[ 12:34 fluffy ]
- Switch to USE_OPENLDAP framework instead of direct openldap origin hardcode,
unbreak OpenLDAP/SASL use
PR: 241922
Submitted by: myself
Approved by: maintainer (woodsb02)
MFH: 2019Q4
|
Sun, 18 Aug 2019
|
[ 10:22 woodsb02 ]
irc/quassel: enable snorenotify support
PR: 238875
Submitted by: swills
|
[ 10:12 woodsb02 ]
irc/quassel: Upgrade to 0.13.1
Also switch to GitHub for downloading source.
Changes this release:
https://github.com/quassel/quassel/blob/0.13.1/ChangeLog#L16
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Sat, 16 Mar 2019
|
[ 21:32 tcberner ] (Only the first 10 of 58 ports in this commit are shown above. )
multimedia/phonon, multimedia/phonon-gestreamer,
multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation)
|
[ 20:27 tcberner ]
devel/libdbusmenu-qt: remove flavors (Qt4 deprecation)
|
[ 20:16 tcberner ] (Only the first 10 of 28 ports in this commit are shown above. )
devel/qca: remove flavors (Qt4 deprecation)
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Sun, 2 Dec 2018
|
[ 23:18 woodsb02 ]
irc/quassel: Update to 0.13.0
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
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
|
Thu, 21 Jun 2018
|
[ 16:52 tcberner ] (Only the first 10 of 105 ports in this commit are shown above. )
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632
|
Thu, 26 Apr 2018
|
[ 09:22 woodsb02 ]
irc/quassel: Update to 0.12.5
Changes this release:
https://quassel-irc.org/node/130
MFH: 2018Q2
Security: https://vuxml.freebsd.org/freebsd/499f6b41-58db-4f98-b8e7-da8c18985eda.html
|
Sat, 14 Apr 2018
|
[ 11:09 tcberner ] (Only the first 10 of 34 ports in this commit are shown above. )
devel/qca, devel/qca-qt5 -- create flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651
|
Mon, 12 Mar 2018
|
[ 18:52 tcberner ]
Create flavors for devel/libdbusmenu-qt[45]
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14643
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] (Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(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
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
|
Sun, 8 Jan 2017
|
[ 07:22 woodsb02 ]
irc/quassel: Fix erroneously empty value for PLIST variable
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
|
Sat, 24 Dec 2016
|
[ 03:48 woodsb02 ]
irc/quassel and irc/quassel-core: Add PostgreSQL option
- 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)
|
Sat, 29 Oct 2016
|
[ 17:01 woodsb02 ]
irc/quassel: split into two ports (client and server)
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)
|
Thu, 27 Oct 2016
|
[ 15:34 woodsb02 ]
irc/quasssel: Patch CMakeLists.txt to fix build against SSL with Qt 5.6
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
|
Sat, 22 Oct 2016
|
[ 00:46 woodsb02 ]
irc/quassel: Take maintainership
Approved by: adamw (mentor, implicit)
|
Thu, 20 Oct 2016
|
[ 15:58 rakuco ] (Only the first 10 of 116 ports in this commit are shown above. )
Reassign makc's ports back to the pool.
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.
|
Thu, 7 Jul 2016
|
[ 01:44 junovitch ]
irc/quassel: update 0.12.3 -> 0.12.4
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
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 31 Mar 2016
|
[ 12:51 makc ]
irc/quassel:
- Update to 0.12.3
- Remove upstream patches
PR: 207562
Submitted by: Adriaan de Groot (groot@kde.org)
|
Mon, 15 Feb 2016
|
[ 11:23 makc ]
irc/quassel:
- Add rc var to specify IP address quasselcore will listen on
PR: 206673
Submitted by: Christian Schwarz
|
Mon, 21 Dec 2015
|
[ 15:41 feld ]
irc/quassel: Import patch to resolve DoS CVE
Approved by: ports-secteam (with hat)
MFH: 2015Q4
Security: CVE-2015-8547
|
Mon, 9 Nov 2015
|
[ 15:22 makc ]
irc/quassel:
- Update to 0.12.2
- Switch to Qt 5, remove KDE option
|
Tue, 25 Aug 2015
|
[ 10:03 makc ] (Only the first 10 of 23 ports in this commit are shown above. )
Convert my ports to new options helpers
|
Sat, 16 May 2015
|
[ 10:00 makc ]
irc/quassel:
- Update to 0.11.1, which addresses CVE-2015-3427
MFH: 2015Q2
|
Tue, 24 Mar 2015
|
[ 09:47 makc ]
irc/quassel:
- Generate 4096 bit RSA certificate
PR: 198809
Suggested by: Robert Sevat
|
Tue, 24 Feb 2015
|
[ 21:46 makc ] (Only the first 10 of 14 ports in this commit are shown above. )
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
|
Fri, 7 Nov 2014
|
[ 10:47 makc ]
irc/quassel: add CPE info
|
Wed, 22 Oct 2014
|
[ 13:29 makc ]
irc/quassel:
- Update to 0.11.0. This version requires compiler with c++11 support
- Sonvert to USES=execinfo
- Use options helpers as much as possible
- Fix packaging for combination of NLS/MONO_OR_CLIENT options
- drop @dirrm from plist
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Mon, 31 Mar 2014
|
[ 10:58 makc ]
irc/quassel:
- update to 0.10.0
- convert to USES=tar:bzip2
- clean up Makefile from stale stuff
|
Tue, 18 Feb 2014
|
[ 14:31 makc ] (Only the first 10 of 241 ports in this commit are shown above. )
- Bump PORTREVISION after KDE4_PREFIX change
|
Wed, 27 Nov 2013
|
[ 12:54 makc ]
Update to 0.9.2
|
Wed, 6 Nov 2013
|
[ 15:58 makc ]
Update to 0.9.1
|
Wed, 23 Oct 2013
|
[ 13:08 makc ] (Only the first 10 of 108 ports in this commit are shown above. )
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
|
Fri, 20 Sep 2013
|
[ 18:44 bapt ] (Only the first 10 of 135 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 20 Jul 2013
|
[ 11:08 makc ]
- Install to KDE4_PREFIX when building with KDE support (should fix some
runtime issues) [1]
- Don't remove kdehier4 directories
Reported by: avg
|
Sun, 12 May 2013
|
[ 08:42 makc ]
- Update to 0.9.0
- Switch to ouf of source build
- Add KDE option (off by default), and use separate plist for not
overcomplicating the matter
- Sync list of Qt 4 components with project requirements
- Trim Makefile header
- Reformat description
|
Mon, 25 Mar 2013
|
[ 14:01 makc ]
Add NLS to OPTIONS_DEFINE
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Tue, 31 Jul 2012
|
[ 13:25 makc ]
Fix typo/logic after conversion to new option framework
Reported by: erwin/pointyhat for textproc/qstardict
|
Fri, 27 Jul 2012
|
[ 11:03 makc ] (Only the first 10 of 38 ports in this commit are shown above. )
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 6 Apr 2012
|
[ 13:32 makc ]
Update to 0.8.0
Feature safe: yes
|
Mon, 31 Oct 2011
|
[ 14:52 makc ]
Update to 0.7.3
Add run dependency on Qt4 sqlite3 plugin
Remove needless CMAKE_USE_PTHREAD
Add rc script for quasselcore (reviewed by dougb)
Add "quick start" info to pkg-message
|
Sun, 10 Apr 2011
|
[ 08:48 makc ] (Only the first 10 of 14 ports in this commit are shown above. )
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles
|
Sun, 26 Sep 2010
|
[ 17:16 makc ]
Update to 0.7.1
|
Sun, 25 Apr 2010
|
[ 12:02 makc ]
Update to 0.6.1
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sun, 14 Feb 2010
|
[ 23:24 makc ]
Update to 0.5.2
|
Sat, 5 Dec 2009
|
[ 16:47 makc ]
Update to 0.5.1
|
Sat, 24 Oct 2009
|
[ 16:43 makc ]
Update to 0.5.0
See http://quassel-irc.org/pub/ChangeLog for details.
Please note, new Quassel Core will not work with old client and
vice versa. You will have to update both components. First time you
run a 0.5 core or client, the config files and database will
automatically be updated to the new format. Downgrades are not
supported, so do make a backup if you intend to go back to 0.4
afterwards!
|
Mon, 14 Sep 2009
|
[ 10:40 makc ]
Update to 0.4.3 (bugfix release)
|
Tue, 2 Jun 2009
|
[ 19:46 makc ]
Update to 0.4.2
|
Tue, 31 Mar 2009
|
[ 17:58 makc ]
Update to 0.4.1
mark MAKE_JOBS_SAFE
|
Tue, 24 Mar 2009
|
[ 19:13 makc ] (Only the first 10 of 131 ports in this commit are shown above. )
bump PORTREVISION after cmake update
|
Sun, 22 Feb 2009
|
[ 11:10 makc ]
Update to 0.4.0
|
Sun, 21 Dec 2008
|
[ 18:32 makc ]
Update quassel to 0.3.1
Approved by: miwi (mentor)
|
Mon, 3 Nov 2008
|
[ 08:56 makc ]
Update to 0.3.0.3
Approved by: miwi (mentor)
|
Wed, 1 Oct 2008
|
[ 20:47 makc ]
update to 0.3.0.2
approved by: miwi (mentor)
|
Tue, 23 Sep 2008
|
[ 15:05 makc ]
Add optins to allow build client and server separately.
Approved by: miwi (mentor)
|
Tue, 16 Sep 2008
|
[ 13:05 makc ]
Fix build on 6.3
Approved by: portmgr (pav)
|
Sat, 6 Sep 2008
|
[ 22:34 makc ]
Quassel IRC is a modern, cross-platform, distributed IRC client
based on the Qt4 framework. Distributed means that one (or multiple)
client(s) can attach to and detach from a central core that stays
permanently online. Re-attaching your client will show your IRC
session in the same state as you left it in (plus whatever happened
while you were gone), and this even when you re-attach from a
different location. An optional Beginner's Mode completely hides
this feature, so Quassel IRC can be used like a traditional client.
WWW: http://www.quassel-irc.org/
Approved by: miwi (mentor)
|
Number of commits found: 85 |