/devel/p5-Module-Loaded/

itory'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/irc/quassel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-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
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-291-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
* multimedia/*phonon*: update and flavorize with @qt4/@qt5tcberner2018-06-221-0/+1
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632
* irc/quassel: Update to 0.12.5woodsb022018-04-261-2/+1
| | | | | | | | Changes this release: https://quassel-irc.org/node/130 MFH: 2018Q2 Security: https://vuxml.freebsd.org/freebsd/499f6b41-58db-4f98-b8e7-da8c18985eda.html
* devel/qca, devel/qca-qt5 -- create flavorstcberner2018-04-141-3/+3
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14651
* Create flavors for devel/libdbusmenu-qt[45]tcberner2018-03-131-2/+2
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14643
* Remove USES=execinfo.mat2017-09-221-1/+1
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-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
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-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
* irc/quassel: Fix erroneously empty value for PLIST variablewoodsb022017-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
* irc/quassel and irc/quassel-core: Add PostgreSQL optionwoodsb022016-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)
* irc/quassel: split into two ports (client and server)woodsb022016-10-301-37/+29
| | | | | | | | | | 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)
* irc/quasssel: Patch CMakeLists.txt to fix build against SSL with Qt 5.6woodsb022016-10-271-0/+1
| | | | | | | | | | | 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
* irc/quassel: Take maintainershipwoodsb022016-10-221-1/+1
| | | | Approved by: adamw (mentor, implicit)
* Reassign makc's ports back to the pool.rakuco2016-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.
* irc/quassel: update 0.12.3 -> 0.12.4junovitch2016-07-071-1/+1
| | | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* irc/quassel:makc2016-03-311-2/+1
| | | | | | | | - Update to 0.12.3 - Remove upstream patches PR: 207562 Submitted by: Adriaan de Groot (groot@kde.org)
* irc/quassel:makc2016-02-151-1/+1
| | | | | | | - Add rc var to specify IP address quasselcore will listen on PR: 206673 Submitted by: Christian Schwarz
* irc/quassel: Import patch to resolve DoS CVEfeld2015-12-211-0/+1
| | | | | | Approved by: ports-secteam (with hat) MFH: 2015Q4 Security: CVE-2015-8547
* irc/quassel:makc2015-11-091-22/+12
| | | | | - Update to 0.12.2 - Switch to Qt 5, remove KDE option
* Convert my ports to new options helpersmakc2015-08-251-3/+1
|
* irc/quassel:makc2015-05-161-2/+1
| | | | | | - Update to 0.11.1, which addresses CVE-2015-3427 MFH: 2015Q2
* irc/quassel:makc2015-03-241-0/+1
| | | | | | | - Generate 4096 bit RSA certificate PR: 198809 Suggested by: Robert Sevat
* - Switch my ports to USE_QT4=linguisttools_build and adjust Qt componentsmakc2015-02-251-1/+1
| | | | | - Use LUPDATE/LRELEASE provided by bsd.qt.mk - Drop needless stripping
* irc/quassel: add CPE infomakc2014-11-071-1/+4
|
* irc/quassel:makc2014-10-221-38/+19
| | | | | | | | - Update to 0.11.0. This version requires compiler with c++11 support - Сonvert to USES=execinfo - Use options helpers as much as possible - Fix packaging for combination of NLS/MONO_OR_CLIENT options - drop @dirrm from plist
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* irc/quassel:makc2014-03-311-11/+2
| | | | | | - update to 0.10.0 - convert to USES=tar:bzip2 - clean up Makefile from stale stuff
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-181-0/+1
|
* Update to 0.9.2makc2013-11-271-1/+1
|
* Update to 0.9.1makc2013-11-061-1/+1
|
* - Support stagingmakc2013-10-231-8/+7
| | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | irc)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Install to KDE4_PREFIX when building with KDE support (should fix somemakc2013-07-201-1/+1
| | | | | | | runtime issues) [1] - Don't remove kdehier4 directories Reported by: avg
* - Update to 0.9.0makc2013-05-121-18/+25
| | | | | | | | | - 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
* Add NLS to OPTIONS_DEFINEmakc2013-03-251-0/+1
|
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Fix typo/logic after conversion to new option frameworkmakc2012-07-311-1/+1
| | | | Reported by: erwin/pointyhat for textproc/qstardict
* - Convert my ports to new options frameworkmakc2012-07-271-14/+14
| | | | | - use CONFLICTS_INSTALL - other minor changes
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-6/+5
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|