Commit Graph

6703 Commits

Author SHA1 Message Date
Rene Ladan
99d6d12a38 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
2018-12-02 15:41:47 +00:00
Mark Linimon
30d5256aa4 USES=compiler:c++11-lang is necessary to fix build on GCC-based
architectures.

PR:		233634
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-02 12:59:23 +00:00
Mark Linimon
6203852ef2 Now builds on powerpc64.
Reported by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-02 12:34:02 +00:00
Tobias C. Berner
8bb418ca53 deskutils/latte-dock: update to 0.8.3 2018-12-02 10:05:59 +00:00
Steve Wills
d712198ce5 deskutils/syncthing-gtk: update to 0.9.4.3 2018-11-27 20:29:22 +00:00
Steve Wills
44cdabb6a7 deskutils/tine20: Update to 2018.06.6
PR:		233559
Submitted by:	daudo <udo.rader@bestsolution.at> (maintainer)
2018-11-27 19:59:27 +00:00
Steve Wills
633427e1bf deskutils/freeplane: update to 1.7.2
PR:		233505
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2018-11-25 19:43:22 +00:00
Mark Linimon
60395c62c3 deskutils/spice-gtk is brought in to gnome3 via net/vinagre. However,
the spice-gtk website states that only little-endian is supported.

Mark spice-gtk as such, and change vinagre to only have the dependency
for little-endian.  This will help fix the gnome3 build on powerpc64.

PR:		233464
Reviewed by:	xxjack12xx at gmail dot com
Approved by:	portmgr (tier-2 blanket)
2018-11-24 20:25:39 +00:00
Steve Wills
3d6bbc75fb deskutils/nautilus-sendto: fix newline 2018-11-23 21:44:27 +00:00
Tobias C. Berner
cc8a667aa2 pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
2018-11-22 20:18:37 +00:00
Alexandre C. Guimarães
9ea8c5a60a deskutils/note: Update to version 1.3.26.
PR:		233387
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
Approved by:	tcberner (mentor)
2018-11-22 19:59:46 +00:00
Steve Wills
b4bab1c271 devel/glib20: remove runtime dep on perl5
Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.

Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.

PR:		233138
Approved by:	gnome (kwm, maintainer, older version of patch)
Exp-run by:	antoine
2018-11-19 15:57:08 +00:00
Sunpoet Po-Chuan Hsieh
b8a3ef0b6e Fix build for net/gupnp 1.1.0.1 update 2018-11-17 17:45:47 +00:00
Koop Mast
504671c510 Update gnome-documents to 3.28.2.
Obtained from:	GNOME devel repo
2018-11-13 17:44:13 +00:00
Koop Mast
ad7883210a Update gnome-photo to 3.28.1.
Obtained from:	GNOME devel repo
2018-11-13 17:43:36 +00:00
Roman Bogorodskiy
2fc6e6f46c deskutils/virt-manager: update to 2.0.0
* Bump required to 3.3+ as 2.7 is no longer supported
 * Drop www/py-urlgrabber dependency as it's not used anymore
2018-11-12 17:23:17 +00:00
Jan Beich
f14586159d graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR:		227509
Requested by:	Johannes Lundberg, Greg V
Reviewed by:	tobik (earlier version)
Approved by:	madpilot, x11 (zeising), maintainer timeout (2 weeks)
Exp-run by:	antoine
2018-11-11 23:54:06 +00:00
Jan Beich
83e3e6ed88 deskutils/cairo-dock: track more dependencies
====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libdbus-1.so.3 from devel/dbus but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libdbus-1.so:devel/dbus
Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libGLU.so.1 from graphics/libGLU but it is not declared as a dependency
Warning: you need USE_GL+=glu
Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libGL.so.1 from graphics/mesa-libs but it is not declared as a dependency
Warning: you need USE_GL+=gl
Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libwayland-client.so.0 from graphics/wayland but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libwayland-client.so:graphics/wayland
Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXcomposite.so.1 from x11/libXcomposite but it is not declared as a dependency
Warning: you need USE_XORG+=xcomposite
Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXrandr.so.2 from x11/libXrandr but it is not declared as a dependency
Warning: you need USE_XORG+=xrandr
Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency
Warning: you need USE_XORG+=x11
Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXinerama.so.1 from x11/libXinerama but it is not declared as a dependency
Warning: you need USE_XORG+=xinerama

PR:		227509
Reported by:	antoine (via exp-run)
2018-11-11 23:23:40 +00:00
Sunpoet Po-Chuan Hsieh
5fc78a9e3d Update MAINTAINER address
PR:		233125
Submitted by:	M <martinfilla@post.cz> (maintainer)
2018-11-11 09:32:19 +00:00
Mark Linimon
2c4a225a3a This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.

While here, add USES=gnome and localbase:ldflags..

PR:		232818
Submitted by:	Piotr Kubaj
2018-11-11 03:42:33 +00:00
Koop Mast
289883b11b Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
2018-11-10 19:57:07 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Tobias C. Berner
03efb5d84e Update KDE Applications to 18.09.3 2018-11-09 20:09:13 +00:00
Koop Mast
8b1f450c36 Fix the PKGNAME used in the RUN_DEPENDS of the ImageMagick7 option.
Reported by:	poudriere dependacy checks
2018-11-08 21:06:11 +00:00
Guido Falsi
993b1eb815 Update calibre to 3.34.0 2018-11-08 14:57:44 +00:00
Ganael LAPLANCHE
f9d72c5cac Fix build with GCC-based architectures
PR:		232874
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-11-08 11:05:52 +00:00
Jan Beich
0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Eric Turgeon
c52a260e52 update deskutils/mozo to 1.20.1
Approved by:	mentors (implicit)
2018-11-05 13:52:39 +00:00
Eric Turgeon
bd391da16b update deskutils/mate-utils to 1.20.1
Approved by:	mentors (implicit)
2018-11-05 12:32:12 +00:00
Eric Turgeon
8e637a9950 update deskutils/mate-notification-daemon to 1.20.1
Approved by:	bapt (mentor)
2018-11-04 21:38:57 +00:00
Tobias C. Berner
89d1bb9ab0 Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
  porting simpler; the set of ports using either mostly coincided.

Exp-run by:	antoine
PR:		223687
PR:		232751
2018-11-04 19:00:53 +00:00
Sunpoet Po-Chuan Hsieh
03bf7f7434 Fix build with curl 7.62.0 2018-11-03 22:44:28 +00:00
Eric Turgeon
8509bfca10 update deskutils/caja-extensions to 1.20.1
Approved by:	bapt (mentor)
2018-11-02 23:47:48 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Mark Linimon
966ab1d25b Fix build with GCC-based architectures.
PR:		232848
Submitted by:	Piotr Kubaj
2018-11-02 01:34:15 +00:00
Steve Wills
932d8ae8f4 deskutils/syncthing-gtk: update to 0.9.4.2 2018-10-31 14:03:48 +00:00
Dmitry Marakasov
f2f7c6c0f5 - Update WWW
Approved by:	portmgr blanket
2018-10-31 09:30:16 +00:00
Mark Linimon
f9152dc089 Fix build with GCC-based architectures.
PR:		232407 232414 232415 232420 232425 232449 232724 232753
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-30 12:26:42 +00:00
Alex Kozlov
fac186387e - Remove empty lines after .include <bsd.port.mk>
Approved by:	portmgr blanket
2018-10-29 09:00:46 +00:00
Adriaan de Groot
fe97e03c36 Update deskutils/latte-dock to latest release.
https://psifidotos.blogspot.com/2018/10/latte-bug-fix-release-v082.html

Main change is for multi-screen environments, and some bugfixing.
2018-10-28 16:06:50 +00:00
Emanuel Haupt
998e54ab40 - Define PORTSCOUT skipv for porticular release that requires a development
version of xfce4-panel
- While here, pacify portlint
2018-10-28 15:14:32 +00:00
Tobias C. Berner
9f68d12bf2 Update KDE Plasma to 5.12.7. 2018-10-28 10:59:23 +00:00
Alexandre C. Guimarães
22172f1087 deskutils/py-vdirsyncer: update to version 0.16.7
- take maintainership.

PR:		232208
Approved by:	tcberner (mentor), maintainer timeout
2018-10-27 16:11:24 +00:00
Tobias C. Berner
19fb9b432b Fix build with GCC-based architectures for various kde@ ports.
- Qt5 required c++11 support.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
PR:		232726
PR:		232725
PR:		232723
PR:		232722
PR:		232721
PR:		232720
PR:		232719
PR:		232697
PR:		232682
PR:		232669
PR:		232668
PR:		232667
PR:		232666
PR:		232665
PR:		232664
PR:		232662
PR:		232661
PR:		232655
PR:		232654
PR:		232652
PR:		232648
PR:		232647
PR:		232641
PR:		232640
PR:		232638
PR:		232635
PR:		232634
PR:		232632
PR:		232631
PR:		232630
PR:		232629
PR:		232628
PR:		232627
PR:		232625
PR:		232624
PR:		232623
PR:		232614
PR:		232613
PR:		232612
PR:		232611
PR:		232610
PR:		232609
PR:		232607
PR:		232606
PR:		232605
PR:		232604
PR:		232603
PR:		232602
PR:		232597
PR:		232589
PR:		232585
PR:		232584
PR:		232583
PR:		232581
PR:		232580
PR:		232579
PR:		232578
PR:		232576
PR:		232575
PR:		232574
PR:		232573
PR:		232570
2018-10-27 11:50:58 +00:00
Danilo Egea Gondolfo
32d235c45f - Update to 17.1.20181018 2018-10-26 20:16:37 +00:00
Jason E. Hale
78f82ea2d9 deskutils/copyq: Update to 3.6.1
- Switch to CMake build
- Install data (themes, icons, translations) and optional plugins
- Fix LICENSE and add LICENSE_FILE
- Reset maintainer (no response for 15 months)

PR:		221100
Submitted by:	<bsd@bontempi.net> (update request); jhale (patch)
Approved by:	maintainer timeout (15 months)
2018-10-26 20:00:42 +00:00
Jason E. Hale
c9cc447dfa deskutils/treeline: Update to 3.0.2 2018-10-23 14:34:54 +00:00
Jan Beich
91f9922c6f devel/icu: update to 63.1
Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
2018-10-23 11:35:03 +00:00
Tijl Coosemans
eea0292045 Add USES=compiler:c++11-lib to Linphone ports.
PR:		232526
Submitted by:	pkubaj@anongoth.pl
2018-10-22 19:23:52 +00:00
Guido Falsi
c432ea08f2 Update calibre to 3.33.1 2018-10-20 07:56:45 +00:00