Commit graph

1761 commits

Author SHA1 Message Date
Antoine Brodin
a66bdf9dd2 Mark BROKEN: fails to build
c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -pthread -D_THREAD_SAFE -w -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4 -I. -Isrc -Ibuild -I/usr/local/include/qt4 -I/usr/local/include -o build/mymodel.o src/mymodel.cpp
src/mymodel.cpp:24:10: fatal error: 'sys/inotify.h' file not found
#include <sys/inotify.h>
         ^~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-07-22 08:28:30 +00:00
Emanuel Haupt
3177468b43 Update to 1.43 2018-07-19 05:53:03 +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
Tobias C. Berner
73fc733977 Update KDE Applications to 18.04.3 2018-07-13 17:41:56 +00:00
Jesper Schmitz Mouridsen
0b7baaafc9 Changing maintainer email address (same maintainer, new address)
Approved by: swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D16200
2018-07-09 18:03:14 +00:00
Jesper Schmitz Mouridsen
b9f698a3ac Do not use x11/lxqt-l10n as a master port. Fix install path of qtermwidget-l10n.
Fixes portlint fatal errors about wrongly used masterdir.
Only functional change is in qtermwidget-l10n.

PR:	229413
PR:	229414
PR:	229417
PR:	229418
PR:	229419
PR:	229421
Approved by:	swills	(mentor)
Differential Revision:	https://reviews.freebsd.org/D16185
2018-07-09 16:40:40 +00:00
Adriaan de Groot
2d3b0c8f73 x11-wm/qtfm Fix build with Clang6
mymodel.cpp:166:12: error: no viable conversion from returned
	value of type 'bool' to function return type 'QString'

Presumably, false -> 0 -> NULL -> QString(char *) was at some point a
viable conversion. Return an empty QString explicitly.

Reported by:	linimon
2018-07-04 09:30:56 +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
Raphael Kubo da Costa
ebce7453f3 Update to 0.8.3.
While here, add some dependencies that were being pulled in implicitly.

PR:		228739
Submitted by:	Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
2018-06-24 15:32:41 +00:00
Steve Wills
5eb109c9f4 x11-fm/pcmanfmqt-l10n: Update to 0.13.0
PR:		228515
Submitted by:	Jesper Schmitz Mouridsen <jesper@schmitz.computer>
2018-06-22 21:40:23 +00:00
Steve Wills
b30ce75fc3 x11-fm/pcmanfm-qt: Update to 0.13.0
PR:		228512
Submitted by:	Jesper Schmitz Mouridsen <jesper@schmitz.computer>
Approved by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
2018-06-22 20:41:37 +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
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
Mark Linimon
13fb0b92a2 Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.

For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).

Tested for no-harm on amd64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-11 01:44:15 +00:00
Tobias C. Berner
880f6c87cc Update KDE Applications to 18.04.2 2018-06-10 10:39:35 +00:00
Mikhail Pchelin
b1b32f2c80 - update from 3.14.0 to 3.15.1 2018-06-04 16:33:22 +00:00
Pietro Cerutti
43646435f4 x11-fm/filerunner: release maintainership 2018-06-04 13:34:20 +00:00
Jose Alonso Cardenas Marquez
4e8169f392 - Bump PORTREVISION (editors/lazarus was updated) 2018-06-03 08:16:10 +00:00
Jose Alonso Cardenas Marquez
490e79fd1b - Fix stage
- Remove BROKEN

Reported by:	antoine
2018-05-31 00:02:40 +00:00
Antoine Brodin
24cdc3785e Mark BROKEN: fails to stage
===>  Building for doublecmd-gtk2-0.8.2
Invalid option at position 3: "b"

Invalid option at position 3: "b"

Invalid option at position 3: "b"
...
===>  Staging for doublecmd-gtk2-0.8.2
===>   Generating temporary packing list
install  -s -m 0644 /wrkdirs/usr/ports/x11-fm/doublecmd/work-gtk2/doublecmd-0.8.2/plugins/wcx/cpio/lib/cpio.wcx /wrkdirs/usr/ports/x11-fm/doublecmd/work-gtk2/stage/usr/local/share/doublecmd/plugins/wcx/cpio/
install: /wrkdirs/usr/ports/x11-fm/doublecmd/work-gtk2/doublecmd-0.8.2/plugins/wcx/cpio/lib/cpio.wcx: No such file or directory

Reported by:	pkg-fallout
2018-05-30 21:57:53 +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
Jose Alonso Cardenas Marquez
ae635a951d - Moved ports to Uses/lazarus.mk
- Add FLAVORS

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D14661
2018-05-25 16:31:21 +00:00
Mathieu Arnold
8dcaabcd6e Add PY_FLAVOR to Python module dependencies.
Sponsored by:	Absolight
2018-05-22 13:15:13 +00:00
Raphael Kubo da Costa
557ef47f49 Update Krusader to 2.7.0.
This version is based on KDE Frameworks 5. Release notes:
https://krusader.org/release/2.7.0/release_notes.txt

While here, update pkg-message by pointing to Krusader's documentation, as
providing a list of all ports Krusader might use as external dependencies is
too much.

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D15436
2018-05-16 09:11:09 +00:00
Raphael Kubo da Costa
ec5dc27d9f Copy x11-fm/krusader2 to x11-fm/krusader-kde4.
Keep a KDE4-based version around for the KDE4 widows as preparation for
updating Krusader to a newer, KF5-based version.

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D15448
2018-05-16 07:36:15 +00:00
Raphael Kubo da Costa
e810193229 Update WWW in pkg-descr 2018-05-14 19:31:49 +00:00
Tobias C. Berner
74fcc5aebb Update KDE Applications to 18.04.1 2018-05-11 06:09:39 +00:00
Dmitry Marakasov
1417cb6e8d - Update WWW 2018-04-30 09:33:52 +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
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
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
Tobias C. Berner
ce2cdb2208 New ports: x11-fm/dolphin, x11-fm/konqueror
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
2018-04-09 20:03:36 +00:00
Guido Falsi
50fdea67e5 - Update Thunar to 1.6.15
- Sort OPTIONS_DEFAULT
- Update WWW: link
2018-04-07 12:14:32 +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
Jose Alonso Cardenas Marquez
5ab881a5d9 - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc

PR:             227210
Reviewed by:    portmgr
Approved by:    portmgr
Exp-run by:     antoine
Differential Revision:  https://reviews.freebsd.org/D14617
2018-04-05 04:52:36 +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
Brad Davis
2912095c18 Fix build on ppc64 by specifying what is needed from the compiler.
PR:		225635
Submitted by:	jhibbits
Approved by:	maintainer timeout
2018-03-25 21:48:32 +00:00
Yuri Victorovich
441af6e79a portmaster@bsdforge.com takes maintainership of 3 ports.
PR:		226804 226805 226806
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2018-03-20 22:16:16 +00:00
Danilo Egea Gondolfo
084e7c9989 - Update to 1.8.1
- Add glib schemas to GLIB_SCHEMAS
2018-03-11 22:42:23 +00:00
Yuri Victorovich
121fa80877 Marco Beishuizen <mbeis@xs4all.nl> takes maintainership of 3 ports
Ports: x11-fm/pcmanfm-qt/ x11/libfm-qt x11-themes/cursor-dmz-theme

PR:		226294 226305 226309
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl>
Approved by:	tcberner (mentor, implicit)
2018-03-03 09:53:42 +00:00
Guido Falsi
3267e1f0c2 Add patches to thunar from upstream bug report to mitigate crash
when renaming files.

The patch replaces some calls to strcmp() which are sometimes getting
NULL pointers, causing a crash, with safe calls to g_strcmp0()
calls, which handle NULL pointers gracefully.

I'm also adding a patch in another code path checking for a pointer
to actually point to the correct structure and not being NULL.

These patches seem to actually prevent the reported crash from
happening.

PR:		217946
Submitted by:	Marko Cupac <marko.cupac@mimar.rs>
Obtained from:	https://bugzilla.xfce.org/show_bug.cgi?id=12264
2018-02-22 11:56:45 +00:00
Antoine Brodin
69da4f8da3 Fix build by adding chm to USE_FPC
Reported by:	pkg-fallout
2018-02-22 09:52:47 +00:00
Danilo Egea Gondolfo
a4be87ab9d - Update to 1.8.0 2018-02-19 16:16:51 +00:00
Dmitry Marakasov
b2848559e0 Fix bunch of ports by TundraWare, which share a common set of problems
- Add LICENSE
  It explicitly requires user agreement (thus no-auto-accept) and
  forbids distribution for a fee `beyond reasonable duplication
  charges` which is too vague I don't think can be guaranteed in
  any case (thus no-*-sell)

  tdir port uses another variant of license, which also forbids
  modification, and since the port requires shebangfix and Makefile
  patching, also mark it no-pkg-mirror and BROKEN.

- Don't install licenses with documentation, since our license
  framework already handles this
- Fix python shebangs
- Limit python version to 2.7, as no port is compatible with python3
- Add NO_ARCH
- User options targets helpers
- Simplify installation in a few cases

Approved by:	portmgr blanket
2018-02-19 14:01:41 +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
Guido Falsi
958858e8ea Update Thunar to 1.6.14 2018-02-16 20:45:18 +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
Jose Alonso Cardenas Marquez
15d0540a38 - Bump PORTREVISION. Lazarus was updated to 1.8.0 2018-02-01 07:23:24 +00:00
Mikhail Pchelin
786392cb23 - update from 3.13.0 to 3.14.0
Approved by:	jpaetzel (mentor)
2018-01-03 14:08:27 +00:00
Steve Wills
e0f1948e0f x11-fm/doublecmd: update to version 0.8.1
PR:		224736
Submitted by:	Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
2017-12-30 23:36:07 +00:00