Commit graph

2190 commits

Author SHA1 Message Date
Dmitry Marakasov
520b5f0998 - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2017-09-06 09:01:45 +00:00
Tobias C. Berner
9c2853c669 Update KDE Frameworks to 5.37.0
PR:		221599
Reviewed by:	rakuco
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D12067
2017-08-29 05:40:51 +00:00
Rene Ladan
a91d5178df Remove expired ports:
2017-08-23 games/plee-the-bear: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-umicons: Broken for more than 6 months
2017-08-23 lang/bigloo: Broken for more than 6 months
2017-08-23 audio/linux-neroaaccodec: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-dark-glass: Broken for more than 6 months
2017-08-23 misc/fortune-mod-ferengi_rules_of_acquisition: Broken for more than 6 months
2017-08-23 misc/fortune-mod-culmea-culmilor: Broken for more than 6 months
2017-08-23 misc/xyzcmd: Broken for more than 6 months
2017-08-23 russian/fortuneru: Broken for more than 6 months
2017-08-23 security/bdc: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-icosx: Broken for more than 6 months
2017-08-23 devel/insight: Broken for more than 6 months
2017-08-23 devel/gdb66: Broken for more than 6 months
2017-08-23 biology/biojava: Broken for more than 6 months
2017-08-23 games/xroach: Broken for more than 6 months
2017-08-23 11:33:26 +00:00
Baptiste Daroussin
42b2ed0e2f Move all X cursors from ${PREFIX}/lib/X11/icons to ${PREFIX}/share/icons
It improves consistency, lots of cursors were already installed in that
directory. The same change was already done for regular fonts.
2017-08-17 08:26:25 +00:00
Dmitry Marakasov
258f72fcf8 - Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2017-07-28 09:01:09 +00:00
Nicola Vitale
ee599c0afa - Update to 3.91.1.7
ChangeLog:	https://github.com/adapta-project/adapta-gtk-theme/releases/tag/3.91.1.7
2017-07-22 16:10:28 +00:00
Antoine Brodin
190ced69a2 Deprecate ports BROKEN for more than 6 months 2017-07-22 11:01:38 +00:00
Nicola Vitale
2a609b5327 Adaptive Gtk+ theme based on Material Design Guidelines.
Supported Desktop Environments:

* GNOME-Shell     >= 3.18.3
* GNOME-Flashback >= 3.18.2
* Cinnamon        >= 2.8.6
* XFce4           >= 4.12.2
* Mate            >= 1.14.0 (Gtk+ 3.2x only)
* LXDE            >= 0.99.1 (Gtk+ 2.x only)

WWW: https://github.com/adapta-project/adapta-gtk-theme
2017-07-21 13:37:51 +00:00
Nicola Vitale
f6f5024211 A wallpaper collection for adapta-project.
WWW: https://github.com/adapta-project/adapta-backgrounds
2017-07-21 13:37:04 +00:00
Tobias C. Berner
a3d8ace908 Update KDE Frameworks to 5.36.0
PR:		220579
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D11547
2017-07-12 09:42:50 +00:00
Dmitry Marakasov
152695f66e - Add LICENSE
- Add NO_ARCH
- Cosmetic fixes
- Update WWW
2017-07-05 10:31:36 +00:00
Koop Mast
0a7668c133 Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro

* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper

Thanks to Eric Turgeon for submitting the bulk of this MATE update.

Obtained from:	gnome devel repo
2017-07-04 11:44:30 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Tobias C. Berner
3ce91e9a7b Update KDE Frameworks to 5.35
PR:		219950
Submitted by:	Adriaan de Groot <groot@kde.org>
Exp-Run by:	antoine
2017-06-17 18:42:42 +00:00
Tobias C. Berner
bfaa850d95 Drop dependency on eigen3 in x11-themes/kdeartwork4
The two screensavers kpendulum and krotation used the eigen2 compatiblity
of eigen3 -- which was removed in the latest update.
Therefore disable the find call to eigen, and do no longer build these two.

Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D11240
2017-06-17 06:14:12 +00:00
Mathieu Arnold
a0932bee36 Don't use FLAVOR as a variable in ports.
It'll save some work when FLAVORS comes around for realz.

Sponsored by:	Absolight
2017-06-13 14:40:17 +00:00
Tobias C. Berner
4440fb81d4 Fix qt4 ports on armv6.
Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform
used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ.

[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html

PR:		210027
Submitted by:	Mikaël Urankar <mikael.urankar@gmail.com>
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D8322
2017-06-06 05:00:56 +00:00
Pawel Pekala
bf7d5a9efe - Mark port as architecture neutral
- Use options helpers
- Remove deprecated WANT_GNOME
2017-05-31 19:25:35 +00:00
Tobias C. Berner
2036fbe814 Update x11-themes/adwaita-qt[45] to 1.0 and take maintainership.
* make them slave ports of x11-themes/adwaita-common.

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10671
2017-05-29 16:30:38 +00:00
Ben Woods
7eb16c4f03 x11-themes/gnome-icons-elementary: Update to 4.1.0
PR:		219166
Approved by:	Allison Nicole Reid (maintainer timeout)
2017-05-29 14:48:51 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Tobias C. Berner
99c421b481 Update KDE Frameworks to 5.34.0
PR:		219314
Reviewed by:	rakuco
Exp-run by:	antoine
Approved by:	rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10747
2017-05-20 10:24:35 +00:00
Ben Woods
d63b8277ca Add new port x11-themes/xfce-icons-elementary.
An icon-theme maintained with Xfce in mind, but it supports other desktops
like Gnome3 as well. It's a fork of the upstream elementary-project, which
took place because the team decided to drop a lot of desktop-specific
symlinks. This icon-theme is supposed to keep everything working, but still
pull new icons from upstream and integrate them occasionally.

WWW: https://github.com/shimmerproject/elementary-xfce

PR:		218766
Submitted by:	Matthias Petermann <matthias@petermann-it.de>
2017-05-09 11:03:21 +00:00
Koop Mast
8eae9150ad Drop the GH_TAGNAME so the actualy release that we want is downloaded.
Now the --with-gnome line is no longer needed.

Submitted by:	jbeich@
Pointy hat to:	kwm@ (for not checking closer)
2017-04-26 10:57:39 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Koop Mast
f59a6653a5 Update the gtk+ stack [1]
Update gdk-pixbuf2 to 2.36.6
Update gtk30 to 3.22.12
Update cairomm to 1.12.2
Update gtkmm30 to 3.22.0

Update the following themes to be compatible with the new gtk+ version:
Update adwaita-icon-theme to 3.22.0
Update gnome-themes-standard to 3.22.3
Update gtk-E17-theme to 3.22.1 [2]
Update gtk-arc-themes to 20170302 [3]
Update mate-themes to 3.22.10

Bump xfce4-notifyd due to new gtk30 version, requested by olivierd@.
Mark LordsaWar broken, it doesn't build with cairomm 1.12.

PR:		210272 [1], 210696 [2], 218667 [3]
Submitted by:	Matthew Rezny [2]
Obtained from:	Unless otherwise stated obtained from GNOME devel repo
Exp-run by:	antoine@ [1]
2017-04-23 08:35:28 +00:00
Tobias C. Berner
99425922de Update KDE Frameworks to 5.33.0
PR:		218524
Exp-run by:	antoine
Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10331
2017-04-19 14:59:40 +00:00
Matthew Rezny
5b43071e97 Update to 0.10.4
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10299
2017-04-07 19:02:50 +00:00
Tobias C. Berner
77c16dc2bb Unbreak after r436971.
* Force cmake into CMP0005=NEW, so that escaping happens predictably,
* Use the cmake defines from workspace while linking.

Reviewed by:	jhale, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10175
2017-04-05 07:46:20 +00:00
Antoine Brodin
8e6078564a Finish kde4-icons-oxygen removal 2017-04-03 19:37:12 +00:00
Raphael Kubo da Costa
fed22bdf90 Reduce kf5-oxygen-icons5's dependency list even further.
We only need devel/kf5-extra-cmake-modules as a build-time dependency. Since
this port only installs icons, it does not need or use e-c-m at runtime at all.

Reviewed by:	tcberner
2017-04-03 13:16:20 +00:00
Raphael Kubo da Costa
fbb904c849 Drop x11-themes/kde4-icons-oxygen in favor of x11-themes/kf5-oxygen-icons5.
Despite the name, kf5-oxygen-icons5 does not depend on Qt5 and just contains
the Oxygen icon set without any architecture-dependent files.

As such, we can make all ports depend on it and remove kde4-icons-oxygen
altogether and avoid having two conflicting ports for KDE4 and KF5.

x11-themes/kf5-oxygen-icons5 was adjusted to have its dependencies reduced even
further:
- The dependencies on qt5-core and qt5-testlib were removed, as they were only
  needed to build tests.
- We're also passing some CMake arguments to avoid looking for qt5-core
  altogether.

With the changes above, the only port kf5-oxygen-icons5 depends on at runtime
is devel/kf5-extra-cmake-modules, which itself does not depend on anything
else.

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D10237
2017-04-03 12:28:59 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

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

PR:		216707
2017-04-01 15:23:30 +00:00
Raphael Kubo da Costa
518fc71129 Unbreak after r436971.
Import an upstream commit to make sure some definitions passed via -D to the
compiler are quoted correctly.
2017-03-28 10:10:48 +00:00
Rene Ladan
aaac69a482 Remove expired ports:
2017-03-27 print/musixtex: Broken for more than 6 months
2017-03-27 www/wml: Broken for more than 6 months
2017-03-27 www/offline-npm: Broken for more than 6 months
2017-03-27 x11-themes/kde-icons-cezanne: Broken for more than 6 months
2017-03-27 x11-themes/kde-icons-sky: Broken for more than 6 months
2017-03-27 deskutils/gnome-shell-extension-backslide: Broken for more than 6 months
2017-03-27 devel/openvex: Broken for more than 6 months
2017-03-27 mail/mixmaster: Broken for more than 6 months
2017-03-27 net-mgmt/nat: Broken for more than 6 months
2017-03-27 net-p2p/gnunet-gtk: Depends on expiring net-p2p/gnunet
2017-03-27 net-p2p/gnunet: Broken for more than 6 months
2017-03-27 print/abc2mtex: Depends on expiring print/musixtex
2017-03-27 18:27:12 +00:00
Rene Ladan
c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00
Tobias C. Berner
86a1cc0a58 Update KDE Frameworks to 5.32
* While here, set the MASTER_SITES for the portingAids separately.
* Stop to couple kirigamis' distfiles with kf5 until it's actually a part of it.

PR:		217709
Exp-Run by:	antoine
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9959
2017-03-17 06:27:30 +00:00
Tobias Kortkamp
1d0235212a Unbreak port
- Move upstream from Google Code to GitHub
- Regenerate patches
- Add missing dependencies
- Add LICENSE

PR:		213655
Submitted by:	timon@timon.net.nz (based on)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9891
2017-03-06 22:57:14 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Olivier Duchateau
310210b632 Update to 0.98 2017-02-27 21:13:51 +00:00
Antoine Brodin
789652771a Deprecate ports broken for more than 6 months 2017-02-26 13:58:50 +00:00
Olivier Duchateau
2b8cd73aee Update to 2.6.6 2017-02-26 13:40:35 +00:00
Tobias C. Berner
01128f34c7 Update KDE Frameworks to 5.31
* New port: x11-toolkits/kirigami2

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9554
2017-02-18 19:56:12 +00:00
Dmitry Marakasov
591d9cd7b1 - Update MASTER_SITES
- Pass maintainership to submitter
- Add NO_ARCH
- Fix comment

PR:		216396
Submitted by:	douglas@douglasthrift.net
2017-02-09 12:48:33 +00:00
Dmitry Marakasov
62dac8cdeb - Drop USES=gmake,iconv: builds fine with system make and doesn't really need iconv
- Switch to options helpers
2017-02-09 09:01:28 +00:00
Matthew Rezny
1d17903fb8 - Update to 0.10.3, includes one new theme
- Remove INSTALLS_ICONS, these are not GTK

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9386
2017-02-08 17:24:43 +00:00
Tijl Coosemans
6140d3c6aa - Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
  Linux programs can find desktop theme icons.  This eliminates the need
  for x11-themes/linux*-hicolor-icon-theme.
- Rename pkg-plist.x86_64 to pkg-plist.amd64.
- Regenerate all pkg-plist files.
- Add @preexec to linux_base pkg-plist that moves existing files in bin,
  lib, lib64, sbin and icons to the new destination before the directories
  are turned into symbolic links.
- Remove several empty directories from linux_base ports.
- Sweep over all linux ports: use consistent style, remove old CONFLICTS,
  remove unused pkg-descr files, add NLS option,...
- Remove old linux arts, esound and openssl-compat ports.
2017-01-31 16:54:21 +00:00
Matthew Rezny
02915a3d0c Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9380
2017-01-30 14:55:08 +00:00
Pawel Pekala
04acdd9800 - Update to version 0.6.3
- Add missing dependencies found by stage-qa
2017-01-27 16:57:00 +00:00
Tobias C. Berner
0af3f5648f Update KDE Frameworks to 5.30.0
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* New framework: x11/kf5-kwayland

PR:		216345
Exp-run by:	antoine
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9271
2017-01-26 18:19:47 +00:00