Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.7_1 07 Oct 2018 13:43:14 |
tcberner |
net-im/telepathy-qt[45]: falvorize
Flavorize the ports:
* telepathy-qt4 -> telepathy-qt@qt4
* telepathy-qt5 -> telepathy-qt@qt5
While here, also clean up the Makefile a bit.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D17445 |
0.9.7_1 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 |
0.9.7_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.9.7_1 10 Dec 2017 20:48:46 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
0.9.7_1 20 Jun 2017 04:41:27 |
fluffy |
Limit net-im/telepathy*-qt* components to use python2 only as it hardcoded in
src
With hat: kde |
0.9.7_1 05 Oct 2016 12:33:17 |
tcberner |
net-im/telepathy-qt[45]: Fixup DOCSDIR, sipmlify -qt5
In r423332 DOCSDIR was defined incorrectly. Correct this.
While here, also remove PORTSDIR from the qt5 version as
suggested by Jan.
Thanks to Jan for spotting it.
Reported by: Jan Beich <jbeich@freebsd.org>
Reviewed by: jbeich, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7898 |
0.9.7 05 Oct 2016 09:57:41 |
tcberner |
Make net-im/telepathy-qt5 a slaveport of net-im/telepathy-qt4
net-im/telepathy-qt4 and net-im/telepathy-qt5 had very similar Makefiles and
use the same distfile. So it makes sense to combine them into slaveports.
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7898 |
0.9.7 16 Jul 2016 16:26:03 |
tcberner |
Update net-im/telepathy-qt4 to 0.9.7
PR: 211092
Submitted by: Adriaan de Groot <groot@kde.org>
Approved by: rakuco (mentor)
Obtained from: area51 the kde@ development repo |
0.9.6.1_1 16 Jul 2016 15:12:10 |
rakuco |
Adjust dependencies to fix `make stage-qa'.
Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to
/usr/local/lib/libgobject-2.0.so.0 from devel/glib20 but it is not declared as a
dependency
Warning: you need USE_GNOME+=glib20
Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to
/usr/local/lib/libglib-2.0.so.0 from devel/glib20 but it is not declared as a
dependency
Warning: you need USE_GNOME+=glib20
Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to
/usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as
a dependency
Warning: you need USES+=gettext |
0.9.6.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.9.6.1 19 Mar 2016 14:38:35 |
rakuco |
Add some upstream patches that properly declare all build dependencies.
The upcoming CMake 3.5.0 generates Makefiles that break parallel builds more
often when the dependencies between each targets are not declared correctly.
PR: 208033 |
0.9.6.1 18 Mar 2016 11:44:49 |
rakuco |
Switch to an https MASTER_SITE. |
0.9.6.1 08 Mar 2016 15:32:10 |
rakuco |
Update to 0.9.6.1.
With commits by yours truly, alonso@ and Adriaan de Groot <groot@kde.org>.
Significant changes from a porting perspective:
* Import upstream commit to make the port build with GStreamer 1.6+.
* Drop a lot of unnecessary sed calls. Some of them were outdated, and some
were replaced by USES=pathfix and new CMAKE_ARGS.
* Switch to options target helpers.
* Switch to an out-of-source CMake build.
* Drop the EXAMPLES option. The examples shipped in this port are only
buildable from within the telepathy-qt4 source tree. |
0.9.4 05 Jan 2015 16:53:57 |
rakuco |
Pass maintainership of KDE Telepathy ports to kde@.
Those ports are already maintained by the whole team, so formally adapt the
ports from avilla@.
Approved by: avilla |
0.9.4 19 Nov 2014 11:49:06 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above ) |
0.9.3_1 24 Oct 2014 16:29:52 |
mva |
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit) |
0.9.3_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.9.3_1 13 Nov 2013 00:38:50 |
avilla |
- STAGEify.
- Use OPTIONS helpers.
- Use new LIB_DEPENDS format.
- Cleanup files installed by EXAMPLES.
- Mark explicit dependency on qt4-corelib. |
0.9.3 05 Nov 2013 18:34:22 |
rakuco |
Welcome CMake 2.8.12!
With contributions from Schaich Alonso <alonsoschaich@fastmail.fm>,
including stage support for devel/cmake-gui.
This update took much longer than expected due to CMake changing the
arguments to an internal macro that ended up being used by some ports:
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff5
I have also started a discussion about this on CMake's development list:
http://article.gmane.org/gmane.comp.programming.tools.cmake.devel/8464
It required adjusting the affected ports, and these changes have approved by
portmgr (bdrewery).
PR: ports/182981
Approved by: portmgr (bdrewery) |
0.9.3 20 Sep 2013 22:13:35 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
0.9.3 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.9.3 30 Apr 2013 15:57:29 |
avilla |
- Merge two USES into one. |
0.9.3 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.9.3 23 Mar 2013 18:39:34 |
avilla |
- Use %%CMAKE_BUILD_TYPE%% in plist. |
0.9.3 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) |
0.9.3 14 Mar 2013 12:21:17 |
avilla |
- Update to 0.9.3.
- Do not install common license file.
- Update WWW. |
0.9.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) |
0.9.1_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.9.1 16 Apr 2012 19:51:33 |
avilla |
- Remove stale patch to fix build.
Reported by: Jurgen Galonska via email |
0.9.1 16 Apr 2012 11:50:44 |
avilla |
- Update to 0.9.1. |
0.9.0 23 Feb 2012 00:27:59 |
avilla |
- Fix build when devel/qmake is installed.
Reported by: jerry@seibercom.net and avg via mailing list |
0.9.0 21 Feb 2012 08:32:25 |
avilla |
- Update to 0.9.0. |
0.8.0 15 Jan 2012 01:41:46 |
avilla |
- Fix build with Clang solving an ambiguity with parenthesis. |
0.8.0 02 Dec 2011 10:22:37 |
avilla |
- Update to 0.8.0.
Feature safe: yes |
0.7.1_1 16 Oct 2011 22:45:18 |
avilla |
- Add dependency on qt4-gui.
- Bump PORTREVISION. |
0.7.1 29 Jun 2011 13:16:12 |
avilla |
- Update to 0.7.1. |
0.6.0 29 May 2011 11:19:53 |
avilla |
- Update to 0.6.0. |
0.5.14 05 Apr 2011 22:56:35 |
avilla |
- Update to 0.5.14. |
0.5.8 25 Mar 2011 10:17:52 |
avilla |
- Update telepathy-qt4 to 0.5.8.
- Update attica to 0.2.80. |
0.4.2 13 Jan 2011 11:36:57 |
avilla |
- Update to 0.4.2.
Feature safe: yes |
0.4.1 29 Dec 2010 01:31:27 |
avilla |
- Update to 0.4.1. |
0.4.0 08 Dec 2010 11:51:39 |
avilla |
- Update to 0.4.0.
- Do not build examples when NOPORTEXAMPLES is set.
Approved by: tabthorpe (mentor, implicit) |
0.3.14 07 Dec 2010 12:16:25 |
avilla |
- Do not build tests.
- Fix build on amd64.
Reported by: pointyhat via pav
Approved by: tabthorpe (mentor, implicit) |
0.3.14 13 Nov 2010 17:41:25 |
avilla |
- Update to 0.3.14.
Approved by: tabthorpe (mentor) |
0.3.7 24 Aug 2010 15:05:34 |
avilla |
- Update net-im/telepathy-qt4 to 0.3.7.
- Add LICENSE.
- Bump PORTREVISION in dependent ports.
Approved by: tabthorpe (mentor) |
0.3.2 11 May 2010 12:50:42 |
fluffy |
- Force commit to really update to 0.3.2 release
Approved by: maintainer (implicit)
With hat on: kde@ |
0.3.2 11 May 2010 12:48:34 |
fluffy |
- Update telepathy-qt4 to 0.2.1
Approved by: maintainer (implicit)
With hat on: kde@ |
0.2.1_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.2.1_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.2.1 28 Jan 2010 22:58:37 |
pav |
- Mark BROKEN on 6.X
Reported by: pointyhat |
0.2.1 26 Jan 2010 22:53:08 |
avilla |
- Update my e-mail address in the ports I maintain.
Approved by: miwi (mentor) |
0.2.1 16 Jan 2010 11:09:14 |
fluffy |
- Remove unneeded OPTIONS, it's always covered by base build and have no
effects.
Submitted by: Alberto Villa (maintainer via irc)
Approved by: miwi, tabthorpe (mentors implicit) |
0.2.1 16 Jan 2010 09:49:18 |
fluffy |
New port: net-im/telepathy-qt4 High-level Qt 4 binding for Telepathy
PR: 142853
Submitted by: Alberto Villa <Alberto Villa <villa.alberto@gmail.com>> |