1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

6688 Commits

Author SHA1 Message Date
Jason E. Hale
edf512ca2e Update security/cryptopp to 7.0.0
We now install a pkgconfig file which will allow ports to check whether
cryptopp was built with assembly instructions enabled or not. There are
a few functions that will be undefined if built without assembly and
-DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case
to avoid build failures. This is not new, but the pkgconf file should
make it easier to determine if the flag is needed or not.

Fix several ports due to API changes and to use the new pkgconf file
to determine cryptopp location and build flags. Special cases below.

deskutils/cdcat
- Use cryptopp shared library instead of static, detect with pkgconf

devel/xeus
- Fix dependencies and remove header-only libraries from RUN_DEPENDS
- Rework to use the cryptopp pkgconf file
- net/cppzmq CMake files were fixed in r477649, remove hacks for that
  as they were seemingly causing devel/xeus-cling to link to cryptopp
  unnecessarily
- Remove C++17 code from cryptopp checks for compatibility

devel/xeus-cling
- Fix dependencies
- Remove hacks for previously broken cppzmq CMake files and no longer
  needed cryptopp dependency

Changes:	https://www.cryptopp.com/#news
PR:		230579 (original patch, not used)
Submitted by:	yuri
2018-08-24 17:22:01 +00:00
Guido Falsi
26c3f3c24d Update calibre to 3.30.0 2018-08-24 14:21:06 +00:00
Tobias Kortkamp
767c8d2919 New port: deskutils/lookbook
LookBook is a GTK based browser for system icons with search and
code sample functionality.

WWW: https://github.com/danrabbit/lookbook

PR:		229873
Submitted by:	Greg V <greg@unrelenting.technology>
2018-08-24 08:59:53 +00:00
Jesper Schmitz Mouridsen
34c35b0efb New port deskutils/lxqt-notificationd
PR: 229302
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16812
2018-08-20 16:49:50 +00:00
Sunpoet Po-Chuan Hsieh
1962f6e7d5 Update MAINTAINER: use @FreeBSD.org 2018-08-18 20:42:46 +00:00
Steve Wills
f4d061cd58 deskutils/ganyremote: Update to 7.0
PR:		230403
Submitted by:	Nathan <ndowens@yahoo.com>
2018-08-16 00:36:38 +00:00
Torsten Zuehlsdorff
66495f27bc Flag more ports not compatible to PHP 7.x with IGNORE_WITH_PHP
PR:		229982
2018-08-13 09:25:01 +00:00
Guido Falsi
a6794274ee Update calibre to 3.29.0 2018-08-10 22:23:57 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Tobias C. Berner
397dffc230 Add missing runtime dependency on kdepim-runtime
PR:		230086
Reported by:	Jonathan M Davis <freebsd.bugs@jmdavisprog.com>
2018-08-02 10:22:44 +00:00
Tobias C. Berner
dac4c7447b New port: deskutils/zanshin
Zanshin is a powerful yet simple application to manage your day to day actions.
It helps you organize and reduce the cognitive pressure of what you have to do
in your job and personal life.
You'll never forget anything anymore, getting your mind like water.

This is based on a version of adridg done way back when kde@ still had an svn repo,
but was unfortunately forgotten about, when the repo moved :)

Submitted by:	adridg
2018-08-01 18:04:33 +00:00
Tobias C. Berner
e2c8ff645f Update deskutils/latte-dock to 0.8.0 2018-08-01 11:49:02 +00:00
Tobias C. Berner
8fe1c0c541 Fix desktuils/py-khal after upgrade of devel/py-dateutil
The upgrade of devel/py-dateutil in r475926 to 2.7.3 broke packaging of
desktuils/py-khal as that one pinned to <= 2.6.1.

* remove the pinning of the version (0.9.9 should already be fixed to
  work with 2.7.x -- even if the information on that seems to be a bit
  conflicting)

* while here, do some cosmetics on pkg-message

Submitted by:	lebarondemerde@privacychain.ch (maintainer)
2018-08-01 07:37:48 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Jason Helfman
021a97a2a6 - bring in missing dependencies, bump portrevision
- modernize options helper usage
- while here pet portlint
2018-07-27 15:56:57 +00:00
Jason Helfman
564f4e3d97 - update to 5.0.0
- modernize options helper usage
- while here pet portlint
2018-07-27 15:53:55 +00:00
Danilo Egea Gondolfo
c4ac5d1ba6 - Update to 17.1.20180720 2018-07-27 14:48:16 +00:00
Jason E. Hale
121bfe4c66 Update math/libqalculate and math/qalculate to 2.6.1
Chase libqalculate shared library version bump
2018-07-27 10:14:39 +00:00
Guido Falsi
007896486c Fix build when using python 3 as default by propagating flavored
sip binary to make environment.

PR:		229956
Submitted by:	fluffy
2018-07-22 16:48:48 +00:00
Guido Falsi
72d5dc432b Update calibre to 3.28.0 2018-07-21 09:45:59 +00:00
Rene Ladan
0f9f51655f Remove expired ports:
2018-07-15 net/p5-ZConf-Bookmarks: Unmaintained
2018-07-15 net/p5-ZConf: Unmaintained
2018-07-15 textproc/p5-Text-SpellChecker-GUI: Unmaintained
2018-07-15 deskutils/p5-ZConf-Runner-GUI-GTK: Unmaintained
2018-07-15 deskutils/p5-ZConf-BGSet: Unmaintained
2018-07-15 deskutils/p5-ZConf-Runner: Unmaintained
2018-07-15 graphics/p5-Image-Size-FillFullSelect: Unmaintained
2018-07-15 graphics/p5-Imager-AverageGray: Unmaintained
2018-07-15 mail/p5-Mail-IMAPTalk-MailCache: Unmaintained
2018-07-15 mail/p5-ZConf-Mail: Unmaintained
2018-07-15 mail/p5-Mail-Cache: Unmaintained
2018-07-15 www/p5-ZConf-RSS: Unmaintained
2018-07-15 www/p5-ZConf-RSS-GUI-GTK: Unmaintained
2018-07-15 devel/p5-ZConf-GUI: Unmaintained
2018-07-15 net-im/mastodon: Breaks too frequently
2018-07-15 x11-fm/p5-PerlFM: Unmaintained
2018-07-15 astro/p5-ZConf-Weather: Unmaintained
2018-07-15 sysutils/p5-ZConf-Cron: Unmaintained
2018-07-16 17:07:19 +00:00
Yuri Victorovich
b4a3aaa40d deskutils/taskcoach: 1.4.2 -> 1.4.3
Port changes:
* Remove pkg-plist: it records the list correctly now.
* Add USE_PYTHON=noflavors: this is an app
2018-07-15 02:33:41 +00:00
Tobias C. Berner
73fc733977 Update KDE Applications to 18.04.3 2018-07-13 17:41:56 +00:00
Steve Wills
2b15707171 deskutils/projectlibre: update to 1.8.0
PR:		229617
Submitted by:	Vidar Karlsen <vidar@karlsen.tech>
Approved by:	joe@thrallingpenguin.com (maintainer)
2018-07-09 06:17:28 +00:00
Jochen Neumeister
5212b97d78 Update to 4.2.24 2018-07-08 07:55:59 +00:00
Jochen Neumeister
4fef37b797 Update to 4.2.18 2018-07-08 07:50:58 +00:00
Dmitry Marakasov
a5e96ea794 - Add LICENSE_FILE
- Rename I18N option to more standard NLS
- Use options helpers
- Whitespace fixes in pkg-descr
- Fix WWW

PR:		228979
Approved by:	maintainer timeout (jt@ixsystems.com, 3 weeks)
2018-07-07 19:20:03 +00:00
Tobias Kortkamp
1d32e97a18 desktuils/ical: Fix build with Clang 6
- Submitter becomes maintainer
- While here add missing dependencies

http://beefy11.nyi.freebsd.org/data/head-i386-default/p473790_s335878/logs/ical-2.2_4.log

PR:		226799
Reported by:	bob@immure.com
Submitted by:	fbsd@opal.com
2018-07-07 15:35:36 +00:00
Mark Linimon
fd22400b4e Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.

Approved by:	portmgr (tier-2 blanket)
2018-07-07 06:44:07 +00:00
Guido Falsi
e1dd1e8fa3 Update calibre to 3.27.1 2018-07-06 23:56:13 +00:00
Danilo Egea Gondolfo
d2f2ddceb2 - Update to 17.1.20180625 2018-07-05 15:23:15 +00:00
Vanilla I. Shu
d9603f233d Add chart 3.0.0, CLI tool to create quick plots.
PR:		229160
Submitted by:	mail@dbalan.in
2018-07-02 10:52:33 +00:00
Mark Linimon
73a85a1a6b Reset maintainer: <kaeru@inigo-tech.com> Recipient not found. 2018-07-01 09:32:03 +00:00
Carlos J. Puga Medina
692d77904d deskutils/gnome-screenshot: Update to 3.22.0
- Add LICENSE and LICENSE_FILE
- Register missing dependencies
- Switch to USES=localbase framework
- Add NLS option
- Add INTEL_FIX option to fix garbled screenshot when 3D hardware acceleration is enabled via x11-drivers/xf86-video-intel port
- Provide more elaborate port description and add WWW line in pkg-descr

Changelog: https://gitlab.gnome.org/GNOME/gnome-screenshot/blob/master/NEWS

PR:		229061
Submitted by:	cpm
Reviewed by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	gnome (maintainer timeout, 2 weeks)
2018-06-30 18:47:32 +00:00
Gleb Popov
98ae1eaf36 lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc

In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:

# pkg install -y `cat ghc-pkgs.txt`

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Kurt Jaeger
b821caf485 deskutils/gucharmap: update 9.0.4 -> 11.0.1, remove NLS option
- Update to Unicode 11.0.0

PR:		220597
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>,
Reported by:	vas@mpeks.tomsk.su
Reviewed by:	w.schwarzenfeld@utanet.at, Chris Hutchinson <portmaster@bsdforge.com>
Relnotes:	https://gitlab.gnome.org/GNOME/gucharmap/commits/master
2018-06-29 12:37:25 +00:00
Tobias C. Berner
b1a1d38bf9 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
2018-06-28 17:39:53 +00:00
Danilo Egea Gondolfo
99de81c185 - Fix LICENSE. This port uses multiple types of GNU licenses. 2018-06-26 03:15:18 +00:00
Mathieu Arnold
41619aec33 s/FLAVOR/PY_FLAVOR/
Sponsored by:	Absolight
2018-06-25 22:00:36 +00:00
Danilo Egea Gondolfo
eb2fcf471f Add new port: deskutils/synapse
Synapse is a semantic launcher written in Vala that you can use to
start applications as well as find and access relevant documents
and files by making use of the Zeitgeist engine.
2018-06-24 21:22:10 +00:00
Danilo Egea Gondolfo
0d12f1c5d4 - Update to 0.50.3
PR:		227981
Submitted by:	danilo
Approved by:	maintainer timeout (gnome, 1 month)
2018-06-22 17:18:45 +00:00
Steve Wills
6d8e473417 deskutils/timewarrior: update to 1.1.1
PR:		229216
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu>
2018-06-22 14:39:31 +00:00
Kurt Jaeger
172f9c6b96 New port: deskutils/mat
MAT (Metadata Anonymisation Toolkit) is a toolbox composed of a GUI
application, a CLI application and a library, to anonymize/remove
metadata.

WWW: https://mat.boum.org

PR:		226702
Submitted by:	greg@unrelenting.technology
2018-06-21 20:23:41 +00:00
Tobias C. Berner
835b3e594a deskutils/py-khal update to version 0.9.9
Submitted by:	lebarondemerde@privacychain.ch (maintainer)
Differential Revision:	https://reviews.freebsd.org/D15873
2018-06-21 17:40:09 +00:00
Steve Wills
5660b7912f deskutils/fet: update to 5.36.0
PR:		229199
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2018-06-21 17:26:10 +00:00
Tobias C. Berner
60539b7275 multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
2018-06-21 16:52:09 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Mathieu Arnold
c2d39f0486 Correctly depend on those Python ports.
- py-qt have their framework
- depending on a single file breaks with multiple flavors.

Sponsored by:	Absolight
2018-06-20 16:59:31 +00:00
Steve Wills
50b9ab0358 deskutils/syncthing-gtk: update to 0.9.4 2018-06-19 19:47:03 +00:00
Mark Linimon
89626e215e Reset maintainer: email bounces. 2018-06-18 04:16:19 +00:00
Mark Linimon
836c2938d1 Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 03:49:09 +00:00
Guido Falsi
d050d62506 Update calibre to 3.26.1 2018-06-15 16:07:26 +00:00
Steve Wills
edf405ca6d deskutils/spice-gtk: update to 0.35
PR:		229032
Submitted by:	xxjack12xx@gmail.com (maintainer)
2018-06-15 03:44:17 +00:00
Tobias Kortkamp
8c665a63fe Mark net/p5-ZConf and related ports as deprecated
ZConf is unmaintained with glaring issues in bits of it and the
developer did not have time to properly address them in over 8
years.

PR:		223471
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer and upstream developer)
2018-06-14 17:13:01 +00:00
Tijl Coosemans
c14e4f5f73 Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-06-14 12:47:58 +00:00
Tobias C. Berner
880f6c87cc Update KDE Applications to 18.04.2 2018-06-10 10:39:35 +00:00
Christoph Moench-Tegeder
ad66158cb8 unbreak deskutils/gucharmap after update of textproc/UCD
gen-guch-unicode-tables.pl generated a unicode-versions.h file with
all unicode versions found in UCD's DerivedAge.txt file - regardless
of wether gucharmap itself supports that unicode version. This makes
sure that codepoints with a higer unicode version than supported are
skipped.

PR:		228830
Approved by:	maintainer (pi)
2018-06-09 12:50:08 +00:00
Mark Linimon
9fa05cbab2 Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.

While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).

Tested on both powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-02 19:40:59 +00:00
Steve Wills
872f3a261b deskutils/freeplane: update to 1.6.15
PR:		228649
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2018-06-01 22:02:21 +00:00
Guido Falsi
5c5e3d27f7 Update calibre to 3.25.0 2018-06-01 20:54:37 +00:00
Danilo Egea Gondolfo
adfe4d4cd6 - Update to 17.1.20180523 2018-06-01 13:20:21 +00:00
Joseph Mingrone
107b408c31 USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
2018-05-31 01:18:05 +00:00
Antoine Brodin
dfd8778c43 - nemo-extensions is not compatible with python3
- fix build with DEFAULT_VERSIONS=python=3.x
2018-05-28 14:53:13 +00:00
Guido Falsi
e8d86f3931 Update calibre to 3.24.2 2018-05-28 08:47:13 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Guido Falsi
e77c37b149 Update calibre to 3.24.1 2018-05-26 14:24:23 +00:00
Guido Falsi
1049990556 Update calibre to 3.24.0 2018-05-26 07:13:09 +00:00
Tobias C. Berner
fff1aa535b Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest

Thanks a lot to arrowd for doing all the heavy lifting :)

PR:		227968
Exp-run by:	antoine
Submitted by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D15005
2018-05-25 21:44:12 +00:00
Dmitry Marakasov
7a2d754ffb - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-05-25 09:34:14 +00:00
Steve Wills
90c56b178d deskutils/gnome-maps: add missing net/gfbgraph dependency
PR:		215300
Reported by:	vermaden@interia.pl
Approved by:	maintainer timeout (gnome@FreeBSD.org, >1 month)
2018-05-24 16:55:59 +00:00
Dmitry Marakasov
6707b32255 - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-05-23 09:34:15 +00:00
Mathieu Arnold
8dcaabcd6e Add PY_FLAVOR to Python module dependencies.
Sponsored by:	Absolight
2018-05-22 13:15:13 +00:00
Fernando Apesteguía
bf57aee685 Fix deskutils/note dependencies for crypto options
PR:	228208
Submitted by:	lebarondemerde@privacychain.ch (maintainer)
Approved by:	tcberner (mentor)
MFH:	2014Q2
Differential Revision:	https://reviews.freebsd.org/D15457
2018-05-18 13:07:22 +00:00
Dmitry Marakasov
85ebb03ba9 - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-05-18 09:34:08 +00:00
Tobias Kortkamp
8fe0446f15 */lumina-*: Unbreak I18N options
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: share/lumina-desktop/i18n/l-screenshot_af.qm
Error: Missing: share/lumina-desktop/i18n/l-screenshot_ar.qm
Error: Missing: share/lumina-desktop/i18n/l-screenshot_az.qm
...

- Add missing USE_QT5=printsupport to lumina-textedit

PR:		224860
Submitted by:	tobik
Approved by:	jt@ixsystems.com (maintainer), araujo
2018-05-18 07:42:09 +00:00
Dmitry Marakasov
54b4030096 - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-05-14 09:34:05 +00:00
Tobias C. Berner
45779b5828 Fix desktuils/kdepim dependencies
* Add missing dependency on PIM applications.

Reported by:	starikarp@yandex.com
2018-05-14 05:36:47 +00:00
Tobias C. Berner
74fcc5aebb Update KDE Applications to 18.04.1 2018-05-11 06:09:39 +00:00
Guido Falsi
b8ac85e7d6 - Fix build when NLS is disabled by adding back required extra patch
- While here, convert port to USES=localbase

PR:		227326
Submitted by:	guyyur@gmail.com
Approved by:	portmgr blanket, Maintainer timeout
2018-05-09 10:49:03 +00:00
Alexey Dokuchaev
a6fd5a21c8 Remove redundant PKGMESSAGE assignment, which is set appropriately
by the b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 17:13:42 +00:00
Danilo Egea Gondolfo
c51f7e1e8b - Update to 17.1.20180413
- Set better permission bits to plist
2018-05-05 14:56:50 +00:00
Guido Falsi
38c242bdfd Update calibre to 3.23.0 2018-05-05 07:41:13 +00:00
Steve Wills
f4985ef251 deskutils/syncthing-gtk: add dep on libappindicator
This allows the icon to show up in KDE 5
2018-05-05 03:48:11 +00:00
Kirill Ponomarev
5f6915b1e0 Make fetchable again and remove BROKEN.
PR:		227962
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2018-05-04 18:16:10 +00:00
Tobias C. Berner
63b71c1ca6 Update KDE Plasma Desktop to 5.12.5
Submitted by:	lwhsu
2018-05-03 16:51:47 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2018-05-02 15:07:27 +00:00
Roman Bogorodskiy
2ef619f145 deskutils/virt-manager: update to 1.5.1
Also, and runtime dependency on security/openssh-askpass which is used
when connecting over ssh.
2018-04-29 13:35:08 +00:00
Tobias C. Berner
e3df3096d4 Flavorize deskutils/znotes
Submitted by:	lebarondemerde@privacychain.ch
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14660
2018-04-29 07:44:41 +00:00
Tobias C. Berner
e714368786 Update KDE Applications to 18.04.0
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
2018-04-28 18:11:49 +00:00
Tobias C. Berner
d6a81963b1 Update deskutils/latte-dock to 0.7.5 2018-04-28 09:02:38 +00:00
Tobias C. Berner
05c7a17cbe Update grahics/exiv2 to 0.26
PR:		223625
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D12345
2018-04-28 06:14:58 +00:00
Tobias C. Berner
1c22f87f44 Hook deskutils/plasma5-sddm-kcm into the build
Reported by:	antoine
2018-04-28 06:13:39 +00:00
Tobias C. Berner
ef944cd353 Import the KDE Plasma5 ports
This is an import of the Plasma5 ports that we have had in the development
repository for quite some time now.

Please note:
 * Plasma5 cannot be installed at the same time as KDE SC4.
 * Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file.
 * To start plasma5, it is recommended to use something like
       exec ck-launch-session startkde
 * Powermanagement and such is not working :-)

I would like to thank all the people that have helped test it in the past years.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D15096
2018-04-27 20:29:36 +00:00
Kirill Ponomarev
748fe95ffd Update to 1.6.6
PR:		227756
Submitted by:	maintainer
2018-04-27 15:24:26 +00:00
Bernard Spil
0e57931ef0 deskutils/spice-gtk: Fix build with LibreSSL 2.7
PR:		227804
2018-04-27 10:34:23 +00:00
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00
Antoine Brodin
580b0846fc Finish py-pycarddav removal 2018-04-23 19:40:03 +00:00
Mathieu Arnold
02feb99750 Remove dupplicate port.
Sponsored by:	Absolight
2018-04-23 16:53:16 +00:00
Sunpoet Po-Chuan Hsieh
f962491120 Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6
- Update pkg-descr
- Update WWW

Changes:	https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
2018-04-22 18:29:51 +00:00
Guido Falsi
e017eb11d0 Update calibre to 3.22.1 2018-04-21 11:32:37 +00:00
Dmitry Marakasov
747630c2f7 - Switch to new test framework
Approved by:	portmgr blanket
2018-04-20 08:33:46 +00:00
Alex Dupre
aca2d686e3 Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. 2018-04-19 07:08:45 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Adriaan de Groot
e3d325f1d0 Provide Akonadi (server) and KMail (client) with a pkg-message that
provides a workaround for "the world is going to end!" messages.

Approved by:	tcberner (mentor, implicit)
2018-04-17 07:43:43 +00:00
Kirill Ponomarev
2872ecbdc6 Update to version 1.3.22
Pass maintainership to submitter as agreed with previous maintainer

PR:		227298
Submitted by:	Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
Approved by:	idefix@fechner.net
2018-04-15 11:10:28 +00:00
Tobias C. Berner
976792c819 multimedia/gstreamer1-qt4, multimedia/gstreamer1-qt5: create flavors
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14641
2018-04-14 14:02:49 +00:00
Tobias C. Berner
4789e18f7d devel/qjson, devel-qjson-qt5 create flavors
* additionally, give the maintainership to kde@.

Approved by:	portmgr (mat), avilla (timeout)
Differential Revision:	https://reviews.freebsd.org/D14650
2018-04-14 13:16:32 +00:00
Tobias C. Berner
cbfa894960 devel/qca, devel/qca-qt5 -- create flavors
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14651
2018-04-14 11:09:16 +00:00
Tobias C. Berner
1c95ba72ec deskutils/fbreader: Fix build with Clang 6
PR:		227125
Submitted by:	Peter Kien <peter.kien@posteo.org>
Approved by:	xmj (maintainer)
2018-04-14 07:12:29 +00:00
Eric Turgeon
7d2d36aed6 Updating MATE ports to and patch for MATE 1.20
Reviewed by:	kwm
Approved by:	bapt (mentor)
2018-04-13 21:16:56 +00:00
Ruslan Makhmatkhanov
9ca336eb12 deskutils/zim: update to 0.68
This supposed to be a last release using gtk2.

Changelog:
https://lists.launchpad.net/zim-wiki/msg04632.html
2018-04-12 09:55:35 +00:00
Tobias C. Berner
2d939ce8e0 Fix PKGBASE conflict of devel/libkgapi
Reported by:	antoine
2018-04-11 09:57:25 +00:00
Carlos J. Puga Medina
2788cda89c deskutils/gnome-documents: Update to 3.24.2
- Add LICENSE_FILE
- Add missing dependencies
- Switch to USES=localbase framework
- Update WWW in pkg-descr

PR:		226960
Submitted by:	cpm
Approved by:	maintainer timeout (16 days)
2018-04-11 07:26:15 +00:00
Tobias C. Berner
b23d58fb62 New ports: KDE Applications deskutils/
* deskutils/akonadi-calendar-tools
* deskutils/akonadi-import-wizard
* deskutils/akonadiconsole
* deskutils/akregator
* deskutils/grantlee-editor
* deskutils/kaddressbook
* deskutils/kalarm
* deskutils/kcharselect
* deskutils/kdepim-addons
* deskutils/kdepim-runtime
* deskutils/keditbookmarks
* deskutils/kfind
* deskutils/kmail
* deskutils/kmail-account-wizard
* deskutils/knotes
* deskutils/kontact
* deskutils/korganizer
* deskutils/kruler
* deskutils/mbox-importer
* deskutils/pim-data-exporter
* deskutils/pim-sieve-editor

This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.

This adds a slew of KDE Pim related ports and some of their dependencies.
Note, that KDE Pim has a history of working poorly on FreeBSD.
2018-04-10 19:31:53 +00:00
Tobias C. Berner
39fa5f95a7 New ports: KDE Applications net/ and dependencies
* deskutils/grantleetheme
* deskutils/kdepim
* deskutils/kdepim-apps-libs
* deskutils/libkdepim
* net/akonadi-calendar
* net/akonadi-contacts
* net/akonadi-mime
* net/akonadi-notes
* net/akonadi-search
* net/calendarsupport
* net/eventviews
* net/incidenceeditor
* net/kalarmcal
* net/kblog
* net/kcalcore
* net/kcalutils
* net/kcontacts
* net/kdav
* net/kdenetwork-filesharing
* net/kget
* net/kidentitymanagement
* net/kimap
* net/kldap
* net/kmailtransport
* net/kmbox
* net/kmime
* net/kontactinterface
* net/kpimtextedit
* net/krdc
* net/krfb
* net/ksmtp
* net/ktnef
* net/libgravatar
* net/libkgapi
* net/libksieve
* net/mailcommon
* net/mailimporter
* net/messagelib
* net/pimcommon
* net/zeroconf-ioslave
* security/libkleo

This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.

This adds a slew of KDE Pim related ports and some of their dependencies.
Note, that KDE Pim has a history of working poorly on FreeBSD.
2018-04-10 19:09:05 +00:00
Tobias C. Berner
4e7e29a51e New ports: net-p2p/ktorrent, net-p2p/libktorrent, net/syndication
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.

This one is a bit ugly: move libktorrent and ktorrent-kde4 out of the way and
readd the new ones in one go, to not have to touch the same MOVED lines in a
short time span.

Also this adds a very stripped down version of the desktuils/kdepim metaport,
which will get more and more dependencies added shortly.
2018-04-10 18:17:02 +00:00
Yuri Victorovich
8d794cc537 deskutils/owncloudclient: Update 2.4.0 -> 2.4.1
Port changes:
* Change to DISTVERSION
* Remove USES=ssl (not needed)
* Add USES=kde:5 and corresponding USE_KDE values
* Remove INSTALLS_ICONS (not needed)
* Silence the pre-configure command

PR:		226490
Submitted by:	Greg Fitzgerald <gregf@hugops.pw> (only a simple version change)
Approved by:	Yonas Yanfa <yonas@fizk.net> (maintainer)
2018-04-08 20:47:57 +00:00
Bernard Spil
af825c6f3c deskutils: Convert to USES=php
- While here convert some USE_APACHE

Approved by:    infrastructure modernization blanket
2018-04-08 11:28:27 +00:00
Guido Falsi
7d07aea71e Update calibre to 3.21.0 2018-04-07 12:15:28 +00:00
Jan Beich
ae60358af5 devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
2018-04-06 15:53:16 +00:00
Tobias Kortkamp
c4df193039 www/webkit2-gtk3: Update to 2.20.0
- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions

PR:		223733
Submitted by:	Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	gnome (maintainer timeout, too long)
Security:	1ce95bc7-3278-11e8-b527-00012e582166
MFH:		2018Q2
Differential Revision:	https://reviews.freebsd.org/D14872
2018-04-05 20:13:48 +00:00
Sunpoet Po-Chuan Hsieh
3702107eb4 - Update to 2.11.0
Changes:	https://github.com/ginatrapani/todo.txt-cli/releases
2018-04-04 10:56:37 +00:00
Yuri Victorovich
8bacfb69cf deskutils/noti: Update 3.0.0 -> 3.1.0
Changelog:
https://github.com/variadico/noti/releases/tag/3.1.0

PR:		227153
Submitted by:	Hiroki Tagato <tagattie@yandex.com> (maintainer)
2018-04-01 06:34:12 +00:00
Guido Falsi
5753f16f6a Update xfce4-tumbler to 0.2.1 2018-03-31 21:32:31 +00:00
Yuri Victorovich
79f989c123 New port: deskutils/anydesk: Fast remote desktop
A closed source, proprietary, binary application.

PR:		226679
Submitted by:	Martin Filla <martinfilla@post.cz>
2018-03-26 19:04:41 +00:00
Baptiste Daroussin
3147bb6c6b Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
2018-03-26 12:38:56 +00:00
Michael Reifenberger
0273949ea0 Mark samples file as such.
The port should work now after installation as is.

PR:		226934
Submitted by:	madpilot@
2018-03-26 11:36:08 +00:00
Michael Reifenberger
7c525326c6 Add nextcloudclient 2018-03-24 19:14:53 +00:00
Michael Reifenberger
ea0ce349e7 Add nextcloudclient as of 20180323.
It's repocopied from owncloudclient.
2018-03-24 19:11:59 +00:00
Guido Falsi
f563d9b6c3 Update calibre to 3.20.0 2018-03-23 19:11:33 +00:00
Emanuel Haupt
47f5101693 Update to a newer snapshot from it's source. Move to the official github
mirror, since this allows to use the USE_GITHUB helper. Unfortunately this
snapshot is not tagged so we have to use GH_TAGNAME.

One big advantage is that this new version does not depend on the deprecated
x11-toolkits/libxfce4gui component anymore.

Since it's a in development plugin it does not provide a configure script but
depends on devel/xfce4-dev-tools to generate the required parts.

Move the two files from pkg-plist to PLIST_FILES.

PR:		226821
Submitted by:	madpilot
2018-03-22 08:26:45 +00:00
Steve Wills
706844afb5 deskutils/syncthing-gtk: Update to 0.9.3.1 2018-03-21 17:56:14 +00:00
Tobias C. Berner
d6c7ef51cf Move databases/akonadi to databases/akonadi-kde4 2018-03-20 18:03:48 +00:00
Don Lewis
1592296a88 Bump PORTREVISION on ports depending on devel/libical.
PR:		226460
2018-03-20 02:54:23 +00:00
Roman Bogorodskiy
d31366a872 deskutils/spice-gtk: fix build without NLS
Even if NLS is disabled, autopoint from gettext-tools is still required,
so add 'gettext-tools' to USES.
2018-03-17 18:09:32 +00:00
Yuri Victorovich
5a5122561c deskutils/freeplane: Update to 1.6.14
Also unsilenced the install command.

PR:		226645
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2018-03-16 05:24:14 +00:00
Yuri Victorovich
a40d0b6841 Changed maintainer's e-mail in 6 ports: lbdm@privacychain.ch -> lebarondemerde@privacychain.ch
PR:		226592
Submitted by:	Alexandre C. Guimarães <lbdm@privacychain.ch> (maintainer)
2018-03-14 05:13:01 +00:00
Tobias C. Berner
b9f7905439 Move security/qtkeychain-qt[45] to security/qtkeychain and create flavors
Reviewed by:	Gleb Popov <6yearold_gmail.com>
Approved by:	portmgr (mat)
2018-03-12 18:21:09 +00:00
Bernard Spil
f0229aab54 Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
2018-03-11 18:36:16 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Guido Falsi
e61cf02fa7 Update calibre to 3.19.0 2018-03-09 21:04:18 +00:00
Tobias C. Berner
d7b0c5c272 Update desktuils/latte-dock to 0.7.4 2018-03-09 18:18:14 +00:00
Mathieu Arnold
a1993564e0 Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
2018-03-08 19:48:41 +00:00
Steve Wills
f3395b8c4d deskutils/py-bugwarrior: Update to 1.5.1
PR:		220894
Approved by:	maintainer timeout (koobs, > 7 months)
2018-03-06 22:07:41 +00:00
Yuri Victorovich
12e7d06c55 deskutils/py-send2trash: Add USE_PYTHON=concurrent; Add NO_ARCH=yes; Update to 1.5.0
Port changes while here:
* Changed to DISTVERSION
* Updated WWW (url was dead)

PR:		226361
Submitted by:	owk <freebsd_ports@k-worx.org>
Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr blanket
2018-03-06 06:28:24 +00:00
Brooks Davis
16a06ea402 Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.

PR:		224300, 224443 (exp-run)
Approved by:	portmgr (antoine)
Exp-run:	antoine
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14137
2018-03-02 22:34:53 +00:00
Rene Ladan
2d1cca0907 Remove expired ports:
2018-03-01 devel/dotconf++: No upstream, not depend on in the ports tree
2018-03-01 emulators/gnuboy: Latest version is 1.0.5, older version does not fetch
2018-03-01 games/adgali: Mastersite disappeared
2018-03-01 games/tuxpuck: Mastersite disappeared
2018-03-01 japanese/migemo-emacs: Unmaintained
2018-03-01 math/clarence: Mastersite disappeared
2018-03-01 devel/cstringbuffer: Abandonware, no more upstream
2018-03-01 deskutils/charmap: Mastersite disappeared
2018-03-01 devel/afay: Abandonware, not used in the ports tree
2018-03-01 devel/alabastra: Abandonware, not used in the ports tree
2018-03-01 devel/adime: Abandonware, not used in the ports tree
2018-03-01 devel/boaconstructor: Abandonware, does not work with recent python/wxPython
2018-03-01 audio/amp: No more upstream
2018-03-01 devel/alf: Abandonware, unused in the ports tree
2018-03-02 19:10:48 +00:00
Sunpoet Po-Chuan Hsieh
cdee4fd19c Convert to options target helper
Approved by:	portmgr (blanket)
2018-03-02 18:52:24 +00:00
Emanuel Haupt
3fbb9253b9 - Update to 0.4.2
- Update WWW
2018-03-01 10:49:03 +00:00
Yuri Victorovich
86d49e87e4 deskutils/go-for-it: Updated to 1.6.5
Changhelog:
https://github.com/mank319/Go-For-It/releases/tag/1.6.5

Additional changes:
* Changed to DISTVERSION
* USES=cmake:outsource
* Removed post-install (not needed)
* Removed the unnecessary patch
* Added the patch to revert the app name to go-for-it (from com.xx...go-for-it)
* Plist now uses %%DATADIR%% + many additions

PR:		226257
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-02-28 22:20:06 +00:00
Jason E. Hale
ff9dc9b22b math/libqalculate: Update to 2.2.1
math/qalculate: Update to 2.2.1

Download the pre-rolled releases hosted on GitHub instead of using USE_GITHUB
to avoid running autoreconf, etc.

Backport upsteam patches for several instances of FindQalculate.cmake in KDE 4.x
ports that could not detect the newer libqalculate.

Bump PORTREVISION on dependent ports due to shared library version increase.

Changes:	https://qalculate.github.io/news.html
Differential Revision:	https://reviews.freebsd.org/D14459
2018-02-26 11:22:36 +00:00
Yuri Victorovich
a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00
Jason E. Hale
08d7a75127 Adopt a few ports 2018-02-25 00:10:49 +00:00
Rene Ladan
4b856bf8d4 Return pawel@'s ports to the pool after he resigned.
With hat:	portmgr
2018-02-24 22:35:18 +00:00
Bernard Spil
d6e6ea5bea desktutils/surrealtodo: Works with any version Apache
- While here, fix dead link

Approved by:	hat apache@
2018-02-24 11:42:16 +00:00
Bernard Spil
c83a8a7cea deskutils/simplegroupware: Works with any Apache version
Approved by:	hat apache@
2018-02-24 11:36:34 +00:00
Bernard Spil
9568a3fe1c deskutils/phpcollab: Fix Apache dependency
- While here, fix dead link

Approved by:	hat apache@
2018-02-24 11:28:32 +00:00
Rene Ladan
fbd43637e1 Reset vg@'s ports after he resigned.
With hat:	portmgr-secretary
2018-02-23 21:09:47 +00:00
Guido Falsi
56d122d103 Update calibre to 3.18.0 2018-02-23 17:11:07 +00:00
Dmitry Marakasov
fc94ac0052 - Update WWW
Approved by:	portmgr blanket
2018-02-23 09:02:59 +00:00
Kurt Jaeger
f968ddf1c4 deskutils/spice-gtk: xxjack12xx@gmail.com becomes maintainer
Submitted by:	xxjack12xx@gmail.com
2018-02-22 21:52:59 +00:00
Tobias C. Berner
a4a7daf069 Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
2018-02-22 19:03:17 +00:00
Tobias Kortkamp
42e93c3579 Reset MAINTAINER
https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112646.html

Submitted by:	olevole@olevole.ru (maintainer)
2018-02-22 12:53:13 +00:00
Antoine Brodin
6747cb9b4e Remove dependency on the python metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-21 16:24:53 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Sunpoet Po-Chuan Hsieh
6db4531ff6 Simplify MASTER_SITES
Submitted by:	sunpoet (myself)
Approved by:	yuri (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14426
2018-02-19 10:31:19 +00:00
Guido Falsi
4cd1adff91 Add gtk3 argument to USES=xfce forgotten in previous commit. 2018-02-14 07:50:13 +00:00
Guido Falsi
6fd4ac10c1 - Update deskutils/xfce4-volumed-pulse to 0.2.3
- Convert to PLIST_FILES

Notable change: switched to using GTK 3
2018-02-14 00:31:17 +00:00
Antoine Brodin
98ae603956 recoll fails to build with DEFAULT_VERSIONS=python=3.6 2018-02-12 22:09:32 +00:00
Yuri Victorovich
aea475a0d2 deskutils/recoll: Update to 1.23.7
Changelog:
http://www.lesbonscomptes.com/recoll/release-1.23.html

Additional port changes:
* Changed to DISTVERSION
* Removed CONFIGURE_ARGS=--enable-pic (not needed)
* Added @${PY_FLAVOR} where it was missing
* Fixed space chars in target

PR:		224830
Submitted by:	jjuanino@gmail.com
Approved by:	tcberner (mentor, implicit)
2018-02-12 17:30:14 +00:00
Danilo Egea Gondolfo
a12154d3b4 - Update to 17.1.20180209 2018-02-12 01:28:14 +00:00
Thomas Zander
97a4215dbe Update to upstream version 1.6.13 (bug fix release)
Detailed maintainer log:
- Update byte buddy (fix scripts execution under Java 9)
- Add icon and attribute conditions to style editor
- Skip node numbers on node sort and in some other cases
- Show creation modification in the status line
- Improve performance for many with many SVG icons
- Fix Java applet

PR:		225710
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2018-02-10 12:53:33 +00:00
Tobias C. Berner
88ffad5a1e Follow up to r461375
* Remove the (origins of the) copied ports manually
  (as the new ones are repo-copies of these, no history is lost).
* Fixup index in games/Makefile

Sorry for the breakage.

Pointy hat:	tcberner
2018-02-10 11:39:52 +00:00
Tobias C. Berner
737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00
Tobias C. Berner
932e6dc413 Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.

Big thanks to Gleb for working on this.

PR:		225185
Submitted by:	Gleb Popov <6yearold@gmail.com>
Exp-run by:	antoine
Reviewed by:	pgj
Differential Revision:	https://reviews.freebsd.org/D12043
2018-02-10 08:03:22 +00:00
Guido Falsi
0c9a140307 Update calibre to 3.17.0 2018-02-09 20:24:28 +00:00
Dmitry Marakasov
d6c95efd94 Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
2018-02-08 20:18:08 +00:00
Pawel Pekala
6fd1bedaa9 Fix build with LibreSSL:
./.libs/libspice-client-glib-2.0.so: undefined reference to `BIO_meth_set_read'
./.libs/libspice-client-glib-2.0.so: undefined reference to `BIO_get_data'
./.libs/libspice-client-glib-2.0.so: undefined reference to `BIO_meth_set_write'
./.libs/libspice-client-glib-2.0.so: undefined reference to `BIO_meth_set_ctrl'
./.libs/libspice-client-glib-2.0.so: undefined reference to `BIO_meth_set_puts'
./.libs/libspice-client-glib-2.0.so: undefined reference to `BIO_meth_free'
./.libs/libspice-client-glib-2.0.so: undefined reference to `BIO_meth_new'
./.libs/libspice-client-glib-2.0.so: undefined reference to `BIO_set_init'
./.libs/libspice-client-glib-2.0.so: undefined reference to `EVP_PKEY_get0_RSA'
./.libs/libspice-client-glib-2.0.so: undefined reference to `ASN1_STRING_get0_data'
./.libs/libspice-client-glib-2.0.so: undefined reference to `BIO_get_new_index'
./.libs/libspice-client-glib-2.0.so: undefined reference to `BIO_set_data'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

Patches were submitted and accepted by upstream:

https://lists.freedesktop.org/archives/spice-commits/2018-January/004276.html
https://lists.freedesktop.org/archives/spice-commits/2018-January/004277.html

PR:		225407
Submitted by:	myself
Approved by:	maintainer timeout
2018-02-07 15:55:49 +00:00
Guido Falsi
ce230ba21d - Update deskutils/owncloudclient to 2.4.0
- Regenerate patches

PR:		225583
Submitted by:	me
Approved by:	yonas@fizk.net (maintainer)
2018-02-04 11:11:47 +00:00
Raphael Kubo da Costa
227ed9abe1 Drop USE_GCC and add missing build dependency
Backport an upstream commit that fixes the build with clang, which allows us to
drop USE_GCC. It is broken on at least FreeBSD 10:

    ===>  Configuring for flameshot-0.5.0
    Project ERROR: Cannot run compiler 'g++'. Output:
    ===================
    g++: not found
    ===================
    Maybe you forgot to setup the environment?
    *** Error code 3

Also add a dependency on qt5-buildtools, otherwise the build complains that rcc
is not found.

Approved by:	portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D14100
2018-02-03 15:09:40 +00:00
Ben Woods
5e05011a65 deskutils/calcurse: Update to 4.3.0 and add CALDAV option
- Also fix the SHEBANG to work regardless of whether or not python is
  installed via the CALDAV option.

PR:		225604
Approved by:	culot (maintainer)
2018-02-02 10:48:07 +00:00
Dmitry Marakasov
7442789444 - Remove bogus (in presence of USE_GITHUB) USES=tar*
Approved by:	portmgr blanket
2018-02-02 09:49:17 +00:00
Joseph Mingrone
a3cc513bfc Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
  editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
  subshell
- Silence some portlint warnings

[1] By not depending on base texinfo

PR:		225404
Reviewed by:	antoine
Approved by:	portmgr (mat) ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13506
2018-02-01 18:03:09 +00:00
Dmitry Marakasov
8e6e147a49 Bring back compiled python files, and add a way to handle them correctyly wrt. python 3 2018-02-01 15:28:25 +00:00
David Naylor
1da3310ac1 lang/mono: update to version 5.2.0.215 (and enhance USES=mono)
Highlights:
 - New Roslyn compiler for C# available
 - Improved support for nuget packages in USES=mono

General:
 - fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb'
 - bump all dependant ports

USES=mono:
 - properly handle caching of nuget packages
 - add support for multiple feeds for nuget packages
 - add support for nuget dependencies in a separate file
 - add support for paket packages

lang/mono:
 - update to version 5.2.0.215
 - automate certificate initialisation [2]
 - increase test coverage
 - mark as conflicting with net/czmq (conflicting on makecert) [1]
 - patch mono to use $PREFIX/share/mono instead of /usr/share/.mono

devel/google-gdata:
 - use nunit.framework nuget package as the Mono shipped version is no longer suppport.
 - switch to using csc(1) for compiling (mcs(1) is depreciated).
 - use delayed signing (and then sign with sn(1)) as csc(1) does not support signing.
 - fix reference to system assemblies (the '.dll' suffix is required).
 - fix reference to HttpUtility: csc(1) is more strict about scoping

devel/monodevelop:
 - reroll distinfo (no changes to content)

lang/fsharp:
 - reroll distinfo (no changes to content)

security/gnome-keyring-sharp:
 - delay sign (then sign with sn(1)) as csc(1) does not support direct signing.

PR:	223188 [1]
PR:	209670 [2]
Differential Revision:	https://reviews.freebsd.org/D13752
2018-01-30 19:00:27 +00:00
Vanilla I. Shu
ec3da03314 Update to 0.44. 2018-01-29 09:25:22 +00:00
Marcelo Araujo
761493be4d - Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]

PR:		ports/221891 [0] and ports/225136 [1]
Submitted by:	sunpoet [1]
Approved by:	antoine (portmgr)
Exprun by:	antoine (several rounds)
Sponsored by:	iXsystems, Inc.
2018-01-29 06:45:16 +00:00
Dmitry Marakasov
0f25fd88c6 - Make dependency on python unconditional, as filters always require python
- Make python module installation unconditional, as disabling it no longer brings any profit
- Don't install compiled python files, which fixes installation with python3 as default
- Switch to USES=localbase
- Fix shebangs
- Simplify stripping
- Fix plist for WITHOUT=QT4 case
- Mark BROKEN with X11MON, required libfam is not linked which breaks the installation
2018-01-26 17:08:59 +00:00
Guido Falsi
8f8960f85a Update Calibre to 3.16.0 2018-01-26 15:02:10 +00:00
Don Lewis
c311e170bd Unbreak build of deskutils/gnome-contacts with vala 0.36
PR:		225123, 221941
Submitted by:	cpm
2018-01-24 07:14:17 +00:00
Tobias Kortkamp
8feb034d4c deskutils/freeplane: Use a relative symlink for the launcher script
PR:		225399
Requested by:	danfe
2018-01-23 15:45:58 +00:00
Tobias Kortkamp
b77cbd181f New port: deskutils/freeplane
Freeplane is a free and open source software application that supports
thinking, sharing information and getting things done at work, in
school and at home.  The software can be used for mind mapping and
analyzing the information contained in mind maps.

WWW: https://www.freeplane.org/

PR:		225399
Submitted by:	lbartoletti@tuxfamily.org
2018-01-23 14:15:56 +00:00
Nicola Vitale
21a36131a2 Powerful yet simple to use screenshot software.
Features:

    * Customizable appearance.
    * Easy to use.
    * In-app screenshot edition.
    * DBus interface.
    * Upload to Imgur.

WWW: https://github.com/lupoDharkael/flameshot
2018-01-21 20:14:47 +00:00
Roman Bogorodskiy
0c78434847 deskutils/spice-gtk: update to 0.34
- Update to 0.34;
 - Drop SPICE_SLAVE block as the slave port was removed (see
   r459530 for details);
 - Explicitly add libepoxy and opus to LIB_DEPENDS as they're
   unconditionally enabled if found by configure script;
 - Add LZ4 option for liblz4 support (enabled by default);
 - Drop NOAUDIO option: the older --with-audio configure flag
   that allowed to choose one of gstreamer, pulse, auto or none
   is now deprecated and it's possible to choose backends independently.
   Also, not as it's possible to have both gstreamer and pulse,
   enable both by default;
 - When gstreamer is enabled for audio, also enable it for video;
 - Pet portlint.

PR:		225028 (based on)
Submitted by:	maintainer
2018-01-20 17:46:37 +00:00
Roman Bogorodskiy
6889f8df02 deskutils/py-spice-gtk: remove port
spice-gtk dropped support of the old style Python bindings (non-gir based)
quite some time ago [1]. So keeping this port no longer makes sense as
it's not different from the master port.

1: 0917002c48
2018-01-20 17:37:21 +00:00
Dmitry Marakasov
2e196f2445 - Fix LICENSE
- Switch to safer way of patching
- Update WWW
2018-01-20 09:02:04 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Tobias C. Berner
c867b9de46 deskutils/basket, fix build with clang6
PR:		224669
2018-01-17 12:11:56 +00:00
Adriaan de Groot
ce3d145e30 Update khal to 0.9.8. Previous version was marked BROKEN due to
missing (versioned) dependencies. This version works with the
current deskutils/py-vdirsyncer.

 - Also switch to DISTVERSION
 - Minor fixes in Makefile, alphabetizing
 - Updated dependencies
 - Optional (non-default) dependency on setproctitle

Move maintainership from upstream to lbdm.

PR:		221736 224732
Submitted by:	lbdm@privacychain.ch
Reviewed by:	che@bein.link (maintainer) adridg
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13432
2018-01-14 21:23:13 +00:00
Adriaan de Groot
c55095823f Update deskutils/latte-dock to latest upstream release, 0.7.3
http://psifidotos.blogspot.nl/2018/01/latte-bug-fix-release-v073-and-some-news.html

Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D13841
2018-01-12 21:54:57 +00:00
Steve Wills
c6a9ee3f20 deskutils/syncthing-gtk: update to version 0.9.2.7
Submitted by:		Le Baron d'Merde <lbdm@privacychain.ch>
Differential Revision:	https://reviews.FreeBSD.org/D13850
2018-01-12 19:52:21 +00:00
Rene Ladan
30433f0c7f Return kevlo's ports to the pool, he handed in his commit bit.
With hat:	portmgr-secretary
2018-01-12 11:21:07 +00:00
Dmitry Marakasov
949f02c880 - Update WWW 2018-01-12 09:00:52 +00:00
Alexey Dokuchaev
35f74fbe2e - Convert to option helper install target (add OPTIONS_DEFINE=DOCS
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way
2018-01-11 18:09:00 +00:00
Alexey Dokuchaev
7b85b686ee Remove superfluous linefeeds and fix some other minor whitespace bugs. 2018-01-11 16:53:44 +00:00
Steve Wills
116ae7f155 deskutils/noti: update to 3.0.0
PR:		225044
Submitted by:	Hiroki Tagato <tagattie@yandex.com> (maintainer)
2018-01-10 18:12:31 +00:00
Tobias C. Berner
05abdc5010 deskutils/superkaramba, fix with clang6
PR:		224945
2018-01-07 17:02:46 +00:00
Sunpoet Po-Chuan Hsieh
68d3fb7334 - Sort SUBDIRs 2018-01-07 15:33:51 +00:00
Tobias C. Berner
02b05c4c83 desekutils/libstreamanalyzer fix with clang6
PR:		224945
Reported by:	jbeich
2018-01-06 23:03:49 +00:00
Guido Falsi
bee7994781 - Update calibre to 3.15.0
- Avoid packaging mime database auto generated files

This version enables MTP devices support on FreeBSD.

Many thanks to cem@ for reporting the lack of support, doing most
of the coding, taking care of upstreaming patches and testing. Also
thanks for reminding me to fix the mime database problem!

PR:		224580
Submitted by:	cem@
2018-01-06 09:26:24 +00:00
Tobias C. Berner
51d04637cb New USES=eigen
Usage:
    USES=eigen:<version>[,<type>]

    version: 2 or 3 (required)
    type:    build (default), run

  For example:
    USES=eigen:2,build,run
  will add a BUILD- and RUN_DEPENDS on math/eigen2, and
    USES=eigen:3
  will add a BUILD_DEPENDS on math/eigen3.

* Convert the existing ports to use it
  - biology/iqtree: remove run time dependency (seemed not to be needed)
  - graphics/movit: remove run time dependency (seemed not to be needed)
  - science/avogadro: add run time dependeny (installed cmake file requires it to be present)

Reviewed by:	rakuco, mat
Differential Revision:	https://reviews.freebsd.org/D13702
2018-01-02 16:49:24 +00:00
Mark Linimon
a931122c7a Fix up Makefiles for ports that used to fetch from www.sourcefiles.org.
It is gone.

While here, chase other mastersites, pet portlint, and set DEPRECATED
for ports that do not fetch from alternative sites.

Note: most of these ports are ancient and unmaintained.
2018-01-02 01:51:11 +00:00
Danilo Egea Gondolfo
fb1f77a503 - Update to 17.1.20171218
- Remove mcrypt from USE_PHP, it's not used anymore by egroupware

Tested by: William Marcelo Piovezan <william@uli.com.br>
2018-01-01 16:20:42 +00:00
Antoine Brodin
377901b804 Simplify some USES=python
With hat:	portmgr
2017-12-29 09:01:54 +00:00
Joseph Mingrone
5fbc20dbba deskutils/etask: Remove; unsupported by upstream since 2007
Approved by: dryice@dryice.name (maintainer)
2017-12-27 20:39:02 +00:00
Adriaan de Groot
74c0e748b9 Update CMake to 3.10.1
- https://blog.kitware.com/cmake-3-10-1-available-for-download/
   - flang support
   - changes to automoc policies
   - support for FreeBSD package generation with CPack

Necessary fixes to other ports:
 - cad/openvsp make search for libxml explicit
 - math/scalapack force C compiler to be compatible with mpi
 - deskutils/kdepim4 fix incorrect sources list
 - www/qt5-webkit fix incorrect sources list

Thanks to Antoine for the multiple exp-runs.

PR:		223872
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13210
2017-12-23 10:44:23 +00:00
Yuri Victorovich
e1fcc34349 New port: deskutils/showdown: Simple markdown viewer, written in Vala and GTK 3
PR:		224517
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13592
2017-12-23 04:44:29 +00:00
Marcelo Araujo
a7e05d11c5 - Update lumina-textedit to 1.4.1.
- Pass maintainership to submitter.

PR:		ports/224309
Submitted by:	JT Pennington <jt@ixsystems.com>
Approved by:	kmoore (maintainer)
Sponsored by:	iXsystems, Inc.
2017-12-22 02:38:23 +00:00
Marcelo Araujo
1393310103 - Update lumina-textedit to 1.4.1.
- Pass maintainership to submitter.

PR:		ports/224310
Submitted by:	JT Pennington <jt@ixsystems.com>
Approved by:	kmoore (maintainer)
Sponsored by:	iXsystems, Inc.
2017-12-22 02:36:32 +00:00
Marcelo Araujo
b4532434ab - Update to 1.4.1.
- Pass maintainership to submitter.

PR:		ports/224311
Submitted by:	JT Pennington <jt@ixsystems.com>
Approved by:	kmoore (maintainer)
Sponsored by:	iXsystems, Inc.
2017-12-22 02:33:08 +00:00
Marcelo Araujo
7e823b4fef - Update to 1.4.1.
- Pass maintainership to submitter.

PR:		ports/224312
Submitted by:	JT Pennington <jt@ixsystems.com>
Approved by:	kmoore (maintainer)
Sponsored by:	iXsystems, Inc.
2017-12-22 02:30:59 +00:00
Marcelo Araujo
636fc4652d - Update to 1.4.1.
- Pass mantainership to submitter.

PR:		ports/224313
Submitted by:	JT Pennington <jt@ixsystems.com>
Approved by:	kmoore (maintainer)
Sponsored by:	iXsystems, Inc.
2017-12-22 02:27:47 +00:00
Marcelo Araujo
71c24f1307 - Update to 1.4.1.
- Pass maintainership to submitter.

PR:		ports/224315
Submitted by:	JT Pennington <jt@ixsystems.com>
Approved by:	kmoore (maintainer)
Sponsored by:	iXsystems, Inc.
2017-12-22 02:25:51 +00:00
Marcelo Araujo
913d0d2330 - Update to 1.4.1.
- Pass maintainership to submitter.

PR:		ports/224316
Submitted by:	JT Pennington <jt@ixsystems.com>
Approved by:	kmoore (maintainer)
Sponsored by:	iXsystems, Inc.
2017-12-22 02:23:30 +00:00
Marcelo Araujo
324ad93009 - Update lumina-textedit to 1.4.1.
- Pass maintainership to submitter.

PR:		ports/224317
Submitted by:	JT Pennington <jt@ixsystems.com>
Approved by:	kmoore (maintainer)
Sponsored by:	iXsystems, Inc.
2017-12-22 02:20:36 +00:00
Marcelo Araujo
4d7bc03258 Add lumina-pdf version 1.4.1.
PR:		ports/224318
Submitted by:	JT Pennington <jt@ixsystems.com>
Sponsored by:	iXsystems, Inc.
2017-12-22 02:16:50 +00:00
Dmitry Marakasov
cfa9f20177 - Add LICENSE_FILE
- Switch to USES=localbase
- Simplify installation
- Switch to options helpers
- Fix plist for disabled NLS case
2017-12-18 13:15:36 +00:00
Alexey Dokuchaev
97f51340ff Wrap overly long lines so they fit under 80-character terminal width.
Pointy hat to:	danfe (should've been part of r456390)
2017-12-16 11:45:19 +00:00
Guido Falsi
9baa072112 Update calibre to 3.14.0 2017-12-15 18:02:28 +00:00
Alexey Dokuchaev
264123c9a3 Wrap an overly long line. 2017-12-15 11:29:18 +00:00
Steve Wills
7a59c99512 deskutils/osmo: update to 0.4.2
PR:		224314
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2017-12-14 17:41:31 +00:00
Sunpoet Po-Chuan Hsieh
a27bd1b10a Mark CONFLICTS_INSTALL with deskutils/deforaos-todo 2017-12-13 20:49:25 +00:00
Sunpoet Po-Chuan Hsieh
90b7856f77 Mark CONFLICTS_INSTALL with deskutils/todo and devel/devtodo 2017-12-13 20:49:20 +00:00
Antoine Brodin
e06ed5a72a - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
- For totem, the pylint command is needed,  not the pylint module
2017-12-13 16:05:48 +00:00
Emanuel Haupt
50b9dcf82d Update to 0.4.1 2017-12-13 15:02:22 +00:00
Dmitry Marakasov
35f2f6a63f - Mark BROKEN, no public distfiles
The only MASTER SITE http://BSDforge.com/projects/source/deskutils/gruler/gruler-0.6.tar.gz reports 403 error

Approved by:	portmgr blanket
2017-12-11 18:44:08 +00:00
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
Guido Falsi
567d712a32 Update owncloudclient to 2.3.4
PR:		224212
Submitted by:	me
Approved by:	Yonas Yanfa <yonas@fizk.net> (maintainer)
2017-12-10 08:09:07 +00:00
Pawel Pekala
39a8738591 - Update to version 2.0.2, now python3 based
- Remove dead mirror site
- Use shebangfix to fix python path
- Now that we have 3 additional plugins rename
  HTTLOAD option to PLUGINS

Changelog: http://treeline.bellz.org/index.html
2017-12-08 17:05:59 +00:00
Antoine Brodin
8d78b96d8d Mark BROKEN 2017-12-05 13:51:26 +00:00
Antoine Brodin
c79d950ee9 Chase py-vdirsyncer switch to python3 2017-12-05 13:38:41 +00:00
Dmitry Marakasov
f7ff9b3d21 - Update to 0.16.3
- Fix LICENSE

PR:		217981
Submitted by:	lbdm@privacychain.ch
Reported by:	amdmi3
Approved by:	maintainer timeout (che@bein.link, 8 months)
2017-12-05 10:37:15 +00:00
Antoine Brodin
a02d97fe3d cycle fails to run with python3 2017-12-04 21:33:58 +00:00
David Chisnall
f9197640d9 Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +00:00
Antoine Brodin
38308bbce8 - Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
  it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
2017-12-03 08:25:31 +00:00
Antoine Brodin
b9ae2ff4d2 Explicitely pass ipython FLAVOR in a few ports 2017-12-02 09:22:02 +00:00
Guido Falsi
fa88ef4c5b Update deskutils/calibre to 3.13.0 2017-12-01 23:01:05 +00:00
Adriaan de Groot
d86699ea0c Fix patch comment.
PR:		223984
Submitted by:	linimon@
Approved by:	tcberner (mentor)
2017-12-01 22:12:35 +00:00
Antoine Brodin
07faea058d Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +00:00