Commit graph

50 commits

Author SHA1 Message Date
Antoine Brodin
a021c1b8c0 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-10 20:48:45 +00:00
Dima Panov
bab092f859 Limit net-im/telepathy*-qt* components to use python2 only as it hardcoded in src
With hat:	kde
2017-06-20 04:41:27 +00:00
Tobias C. Berner
483a3c2f79 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
2016-10-05 12:33:17 +00:00
Tobias C. Berner
6c58e6c324 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
2016-10-05 09:57:41 +00:00
Tobias C. Berner
750fb92230 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
2016-07-16 16:26:03 +00:00
Raphael Kubo da Costa
dfc628bb70 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
2016-07-16 15:12:10 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Raphael Kubo da Costa
8f30c5e1b7 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
2016-03-19 14:38:35 +00:00
Raphael Kubo da Costa
7e6bad5d26 Switch to an https MASTER_SITE. 2016-03-18 11:44:49 +00:00
Raphael Kubo da Costa
bb3589f9f9 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.
2016-03-08 15:32:10 +00:00
Raphael Kubo da Costa
e1f36aeee5 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
2015-01-05 16:53:56 +00:00
Koop Mast
af3811313c 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
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Marcus von Appen
f850cf2ff0 - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:29:51 +00:00
Rene Ladan
50f8eaece1 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)
2014-01-13 21:00:02 +00:00
Alberto Villa
ab634fccd6 - STAGEify.
- Use OPTIONS helpers.
- Use new LIB_DEPENDS format.
- Cleanup files installed by EXAMPLES.
- Mark explicit dependency on qt4-corelib.
2013-11-13 00:38:50 +00:00
Raphael Kubo da Costa
e984a3a1c4 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)
2013-11-05 18:34:22 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alberto Villa
34accfd94e - Merge two USES into one. 2013-04-30 15:57:28 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Alberto Villa
809a75f12b - Use %%CMAKE_BUILD_TYPE%% in plist. 2013-03-23 18:39:34 +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
Alberto Villa
dba8414819 - Update to 0.9.3.
- Do not install common license file.
- Update WWW.
2013-03-14 12:21:16 +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
Alberto Villa
17a64815f4 - Remove stale patch to fix build.
Reported by:	Jurgen Galonska via email
2012-04-16 19:51:33 +00:00
Alberto Villa
496729c82e - Update to 0.9.1. 2012-04-16 11:50:44 +00:00
Alberto Villa
c80ba98a50 - Fix build when devel/qmake is installed.
Reported by:	jerry@seibercom.net and avg via mailing list
2012-02-23 00:27:59 +00:00
Alberto Villa
37a88d8bb5 - Update to 0.9.0. 2012-02-21 08:32:25 +00:00
Alberto Villa
2769285c72 - Fix build with Clang solving an ambiguity with parenthesis. 2012-01-15 01:41:45 +00:00
Alberto Villa
9dfc1984f6 - Update to 0.8.0.
Feature safe:	yes
2011-12-02 10:22:37 +00:00
Alberto Villa
0bffcfcca1 - Add dependency on qt4-gui.
- Bump PORTREVISION.
2011-10-16 22:45:18 +00:00
Alberto Villa
8aba151de8 - Update to 0.7.1. 2011-06-29 13:16:12 +00:00
Alberto Villa
d1c2d8cda1 - Update to 0.6.0. 2011-05-29 11:19:53 +00:00
Alberto Villa
2f4ba90be8 - Update to 0.5.14. 2011-04-05 22:56:35 +00:00
Alberto Villa
fe834876cf - Update telepathy-qt4 to 0.5.8.
- Update attica to 0.2.80.
2011-03-25 10:17:52 +00:00
Alberto Villa
df494e183c - Update to 0.4.2.
Feature safe:	yes
2011-01-13 11:36:57 +00:00
Alberto Villa
4c3bf4b875 - Update to 0.4.1. 2010-12-29 01:31:27 +00:00
Alberto Villa
93a1035539 - Update to 0.4.0.
- Do not build examples when NOPORTEXAMPLES is set.

Approved by:	tabthorpe (mentor, implicit)
2010-12-08 11:51:39 +00:00
Alberto Villa
3106bb1bb3 - Do not build tests.
- Fix build on amd64.

Reported by:	pointyhat via pav
Approved by:	tabthorpe (mentor, implicit)
2010-12-07 12:16:25 +00:00
Alberto Villa
21071e27d2 - Update to 0.3.14.
Approved by:	tabthorpe (mentor)
2010-11-13 17:41:25 +00:00
Alberto Villa
54fd70f61a - Update net-im/telepathy-qt4 to 0.3.7.
- Add LICENSE.
- Bump PORTREVISION in dependent ports.

Approved by:	tabthorpe (mentor)
2010-08-24 15:05:34 +00:00
Dima Panov
f679d6ded9 - Force commit to really update to 0.3.2 release
Approved by:	maintainer (implicit)
With hat on:	kde@
2010-05-11 12:50:42 +00:00
Dima Panov
23ae118d79 - Update telepathy-qt4 to 0.2.1
Approved by:	maintainer (implicit)
With hat on:	kde@
2010-05-11 12:48:34 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pav Lucistnik
f412e0dc46 - Mark BROKEN on 6.X
Reported by:	pointyhat
2010-01-28 22:58:37 +00:00
Alberto Villa
0fc09a0c47 - Update my e-mail address in the ports I maintain.
Approved by:	miwi (mentor)
2010-01-26 22:53:08 +00:00
Dima Panov
dc2d2a150c - 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)
2010-01-16 11:09:14 +00:00
Dima Panov
aaa6f8832f 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>>
2010-01-16 09:49:18 +00:00