Port details |
- vacuum-im Crossplatform Jabber client
- 1.2.5 net-im
=0 1.2.5Version of this port present on the latest quarterly branch.
- DEPRECATED: Qt4 has been EOL since december 2015
This port expired on: 2019-03-15
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2010-05-09 07:52:26
- Last Update: 2019-03-16 21:55:51
- SVN Revision: 495967
- License: GPLv3
- WWW:
- https://github.com/Vacuum-IM
- Description:
- Vacuum IM - modular, crossplatform Jabber client
The core program is just a plugin loader - all functionality is made available
via plugins. This enforces modularity and ensures well defined component
interaction via interfaces.
WWW: https://github.com/Vacuum-IM
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- vacuum-im>0:net-im/vacuum-im
- No installation instructions:
- This port has been deleted.
- PKGNAME: vacuum-im
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Vacuum-IM-vacuum-im-1.2.5_GH0.tar.gz) = 3237933f68884fb5b3422ad0fc97083b40a7aae9d8c105a23720c09599ffe5da
SIZE (Vacuum-IM-vacuum-im-1.2.5_GH0.tar.gz) = 2242073
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- xscrnsaver.pc : x11/libXScrnSaver
- linguist : devel/qt4-linguist
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- rcc : devel/qt4-rcc
- uic : devel/qt4-uic
- Runtime dependencies:
-
- xscrnsaver.pc : x11/libXScrnSaver
- Library dependencies:
-
- libQtGui.so : x11-toolkits/qt4-gui
- libQtNetwork.so : net/qt4-network
- libQtWebKit.so : www/qt4-webkit
- libQtXml.so : textproc/qt4-xml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vacuum-im-1.2.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake qt:4
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.5 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
1.2.5 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
1.2.5 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.2.5 04 Sep 2018 14:10:26 |
tobik |
net-im/vacuum-im: Fix build with Clang 6
src/plugins/filemessagearchive/filemessagearchive.cpp:514:24: error: invalid
suffix on literal; C++11 requires a space between literal and identifier
[-Wreserved-user-defined-literal]
QFile log(dirPath+"/"LOG_FILE_NAME);
^
... and many more like these later
http://beefy11.nyi.freebsd.org/data/head-i386-default/p478648_s338416/logs/errors/vacuum-im-1.2.5.log |
1.2.5 28 Jun 2018 17:39:55 |
tcberner |
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 |
1.2.5 23 Feb 2018 21:09:47 |
rene |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
1.2.5 08 Apr 2017 09:02:11 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
1.2.5 31 Jul 2015 09:16:51 |
vg |
- Update to 1.2.5 |
1.2.4_1 21 Nov 2014 23:55:50 |
antoine |
Cleanup plist |
1.2.4_1 10 Sep 2014 20:50:37 |
gerald |
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) |
1.2.4 10 Sep 2014 08:02:15 |
vg |
- Update to 1.2.4 |
1.2.2 29 Jul 2014 21:07:40 |
adamw |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
1.2.2 31 Jan 2014 08:44:51 |
miwi |
- Stage support
- Convert to USES |
1.2.2 22 Oct 2013 13:59:54 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])
Approved by: portmgr (bdrewery) |
1.2.2 20 Sep 2013 22:13:35 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
1.2.2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.2.2 22 Jul 2013 14:34:23 |
vg |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
1.2.2 29 Apr 2013 07:49:29 |
madpilot |
- Update to 1.2.2
- Use PORTDOCS
- Use space for WWW line in pkg-descr
PR: ports/178181
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) |
1.2.1_1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.2.1_1 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
1.2.1 18 Jan 2013 23:22:12 |
madpilot |
- Update to 1.2.1
- Sort plist
PR: ports/175405
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) |
1.2.0 03 Aug 2012 20:34:19 |
madpilot |
- Update to 1.2.0
- Mark MAKE_JOBS_SAFE
PR: ports/170331
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Approved by: crees, tabthorpe (mentors, implicit) |
1.1.1_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
1.1.1_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.1.1 15 Sep 2011 20:21:46 |
beech |
- Update to 1.1.1
PR: ports/160736
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) |
1.1.0 07 May 2011 19:17:09 |
makc |
Update to 1.1.0
PR: based on ports/156025
Submitted by: Gvozdikov Veniamin (maintainer) |
1.0.2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0.2 02 Dec 2010 08:02:18 |
makc |
Fix build with upcoming Qt-4.7
Approved by: maintainer |
1.0.2 10 May 2010 16:01:33 |
makc |
Update to 1.0.2
PR: ports/146467
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> |
1.0.1 09 May 2010 07:52:10 |
miwi |
Vacuum IM - modular, crossplatform Jabber client
The core program is just a plugin loader - all functionality is made available
via plugins. This enforces modularity and ensures well defined component
interaction via interfaces.
WWW: http://code.google.com/p/vacuum-im/
PR: ports/143498
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> |