1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

49 Commits

Author SHA1 Message Date
Raphael Kubo da Costa
30d353c4b1 Add upstream patch to fix the build with the upcoming Qt 5.5.1. 2016-01-23 19:28:55 +00:00
Mark Felder
d573147bc9 irc/quassel: Import patch to resolve DoS CVE
Approved by:	ports-secteam (with hat)
MFH:		2015Q4
Security:	CVE-2015-8547
2015-12-21 15:41:30 +00:00
Max Brazhnikov
1d29cbc2c9 irc/quassel:
- Update to 0.12.2
- Switch to Qt 5, remove KDE option
2015-11-09 15:22:23 +00:00
Max Brazhnikov
c7c32639cc Convert my ports to new options helpers 2015-08-25 10:03:08 +00:00
Max Brazhnikov
f8cccaa3dd irc/quassel:
- Update to 0.11.1, which addresses CVE-2015-3427

MFH:	2015Q2
2015-05-16 10:00:24 +00:00
Max Brazhnikov
23c2cb648f irc/quassel:
- Generate 4096 bit RSA certificate

PR:		198809
Suggested by:	Robert Sevat
2015-03-24 09:47:50 +00:00
Max Brazhnikov
b2b5151ef3 - Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
2015-02-24 21:46:28 +00:00
Max Brazhnikov
a740f1402a irc/quassel: add CPE info 2014-11-07 10:47:34 +00:00
Max Brazhnikov
593ddde04d irc/quassel:
- 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
2014-10-22 13:29:30 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Max Brazhnikov
2fd7e8f7a2 irc/quassel:
- update to 0.10.0
- convert to USES=tar:bzip2
- clean up Makefile from stale stuff
2014-03-31 10:58:50 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
bd3f7b0f3e Update to 0.9.2 2013-11-27 12:54:54 +00:00
Max Brazhnikov
a3b6c3aa10 Update to 0.9.1 2013-11-06 15:58:35 +00:00
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Baptiste Daroussin
f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Max Brazhnikov
ff18db2c44 - Install to KDE4_PREFIX when building with KDE support (should fix some
runtime issues) [1]
- Don't remove kdehier4 directories

Reported by:	avg
2013-07-20 11:08:11 +00:00
Max Brazhnikov
5904a45af1 - 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
2013-05-12 08:42:18 +00:00
Max Brazhnikov
94df2cde4e Add NLS to OPTIONS_DEFINE 2013-03-25 14:01:36 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Max Brazhnikov
0a44979b96 Fix typo/logic after conversion to new option framework
Reported by:	erwin/pointyhat for textproc/qstardict
2012-07-31 13:25:26 +00:00
Max Brazhnikov
52e8b487f6 - Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
2012-07-27 11:03:38 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
b5876a0d5b Update to 0.8.0
Feature safe:	yes
2012-04-06 13:32:01 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Max Brazhnikov
ae3b5af08a 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
2011-10-31 14:52:58 +00:00
Max Brazhnikov
132402b354 CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles 2011-04-10 08:48:14 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Max Brazhnikov
65cc9959f3 Update to 0.7.1 2010-09-26 17:16:40 +00:00
Max Brazhnikov
c1ea0272d5 Update to 0.6.1 2010-04-25 12:02:16 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Max Brazhnikov
5edbc5c91f Update to 0.5.2 2010-02-14 23:24:07 +00:00
Max Brazhnikov
94de72779c Update to 0.5.1 2009-12-05 16:47:26 +00:00
Max Brazhnikov
9d3885fd2c 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!
2009-10-24 16:43:37 +00:00
Max Brazhnikov
7b2e8f363e Update to 0.4.3 (bugfix release) 2009-09-14 10:40:48 +00:00
Max Brazhnikov
3b06da316e Update to 0.4.2 2009-06-02 19:46:56 +00:00
Max Brazhnikov
e520f795dd Update to 0.4.1
mark MAKE_JOBS_SAFE
2009-03-31 17:58:14 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Max Brazhnikov
19d783e1a5 Update to 0.4.0 2009-02-22 11:10:47 +00:00
Max Brazhnikov
c0264b1806 Update quassel to 0.3.1
Approved by:	miwi (mentor)
2008-12-21 18:32:48 +00:00
Max Brazhnikov
22da1b2fd3 Update to 0.3.0.3
Approved by:	miwi (mentor)
2008-11-03 08:56:15 +00:00
Max Brazhnikov
a8fea4e093 update to 0.3.0.2
approved by:    miwi (mentor)
2008-10-01 20:47:10 +00:00
Max Brazhnikov
06f1fe1146 Add optins to allow build client and server separately.
Approved by:	miwi (mentor)
2008-09-23 15:05:20 +00:00
Max Brazhnikov
79314268b3 Fix build on 6.3
Approved by:	portmgr (pav)
2008-09-16 13:05:08 +00:00
Max Brazhnikov
864628b3dd add patch to disable l10n support
Approved by:	miwi (mentor)
2008-09-07 12:43:27 +00:00
Max Brazhnikov
3450d3733c 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)
2008-09-06 22:34:03 +00:00