1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

9892 Commits

Author SHA1 Message Date
Jason Helfman
a23eb281cd - update to 5.54 2017-07-25 21:44:22 +00:00
Ben Woods
2300533f55 x11/lightdm: Fix locale selection
- Allow locale selection on login screen. First, lightdm must be patched
  to correctly detect utf8 locales, which have a UTF-8 suffix on FreeBSD
  instead of utf8 like on Linux systems. Secondly, we have to use locale
  codes in the language menuitem as FreeBSD doesn't have support for
  locale naming (missing _NL_IDENTIFICATION_LANGUAGE implementation).

- Use @sample for lightdm-gtk-greeter config file to prevent it from
  being overwritten when the package is reinstalled / upgraded.

PR:		220614
Submitted by:	pawel
MFH:		2017Q3
2017-07-24 12:47:45 +00:00
Tobias C. Berner
9d5d212aa1 x11/yakuake depend on x11/konsole.
Submitted by:	Gleb Popov <6yearold@gmail.com>
MFH:		2017Q3
2017-07-24 12:11:29 +00:00
Koop Mast
d566d54fa6 Update GStreamer1 ports to 1.12.2.
Rework the adding of dependancies in Mk/bsd.gstreamer.mk.
Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included.

* The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin.
* gtksink plugin renamed -> gtk
* Hook up the sndio plugin into the framework
* Add some indirect dependacies where needed
* Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed.
* Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed.
* Depend on libunwind on i386/amd64, GStreamer links to it if it is present.

PR:		220753
Exp-run by:	antoine@
2017-07-22 11:35:44 +00:00
Nicola Vitale
9ea34acf73 - Update to 0.8.10
- Add LICENSE_FILE

ChangeLog:	https://github.com/Guake/guake/releases/tag/0.8.10
2017-07-22 09:49:50 +00:00
Sunpoet Po-Chuan Hsieh
89885dfa47 Update to 3.1.8
- Update WWW

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-07-15 19:11:32 +00:00
Sunpoet Po-Chuan Hsieh
347b372ac7 Update to 3.1.7
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-07-14 16:53:58 +00:00
Dmitry Marakasov
fe7dc24bc0 Update X.org WWWs
Approved by:	portmgr blanket
2017-07-14 12:44:57 +00:00
Steve Wills
0d3bbbbdc7 x11/py-pyvirtualdisplay: create port
PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.

WWW: https://github.com/ponty/pyvirtualdisplay

PR:		219830
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
2017-07-12 18:40:59 +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
8e7fa63762 - Add LICENSE
- Unsilence installation
- Switch to options helpers
- Substitude DOCSDIR/EXAMPLESDIR in plist

Approved by:	portmgr blanket
2017-07-12 09:00:23 +00:00
Matthew Rezny
6bfa9a3f7e Update to 2.0.3
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D11553
2017-07-10 00:57:22 +00:00
Sunpoet Po-Chuan Hsieh
5d8871e831 Update to 3.1.6
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-07-09 07:02:19 +00:00
Tijl Coosemans
c9c917bbca Add libX11-common, needed to run Wolfram Mathematica 5.1.
Reported by:	Claude Krantz (via emulation@FreeBSD.org)
2017-07-07 16:49:20 +00:00
Tijl Coosemans
33791d9cd9 Add libX11-common, needed to run Wolfram Mathematica 5.1.
Reported by:	Claude Krantz (via emulation@FreeBSD.org)
2017-07-07 16:33:39 +00:00
Dmitry Marakasov
77a554465f - Remove duplicate dependency
Approved by:	portmgr blanket
2017-07-06 13:03:07 +00:00
Kurt Jaeger
72e2607d39 x11/p5-X11-Xlib: update 0.14 -> 0.15
Changes:	http://search.cpan.org/src/NERDVANA/X11-Xlib-0.15/Changes
2017-07-05 05:12:12 +00:00
Bradley T. Hughes
b2ef031943 multiple ports: Update MAINTAINER
Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports:
audio/musicpc
databases/adminer
deskutils/fet
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
sysutils/rdiff-backup
textproc/urlview
www/kohana
x11/dzen2
x11-wm/herbstluftwm

PR:		220323
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11469
2017-07-04 19:41:21 +00:00
Jan Beich
5e4f924b3e x11/libxshmfence: don't leak /tmp/shmfd* files with O_CLOEXEC
- Both mkostemp() and mkstemp() need explicit call to unlink()
- Unobfuscate fallback if both O_TMPFILE and mksotemp() are N/A
- O_TMPFILE (Linux-only) appeared after O_CLOEXEC, no need to check

PR:		217676 (for tracking)
MFH:		2017Q3 2017Q2
2017-07-04 13:47:46 +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 Kortkamp
b0aaad873b Update to 1.3.1
- Remove I3 option: i3 has had native EWMH support for a while now so
  the i3 workarounds are no longer needed with rofi >= 1.2.0

Changes:	https://github.com/DaveDavenport/rofi/releases
PR:		218397
Approved by:	mat (mentor), nomoo@nomoo.ru (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11437
2017-07-03 13:40:04 +00:00
Baptiste Daroussin
8857a2980f Update to 2.9.1 2017-06-30 15:24:15 +00:00
Dmitry Marakasov
0ff41fe3b9 - Add missing run-dependency on dbus
- Add a note on linprocfs requirement

Submitted by:	olivier@
2017-06-28 12:35:26 +00:00
Dmitry Marakasov
904e7d73e4 - Switch to USES=localbase
- Unsilence installation

Approved by:	portmgr blanket
2017-06-27 09:00:10 +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 Kortkamp
773791da06 New port: x11/alacritty
Alacritty is the fastest terminal emulator in existence.  Using the
GPU for rendering enables optimizations that simply aren't possible in
other emulators.

Alacritty is focused on simplicity and performance.  The performance
goal means it should be faster than any other terminal emulator
available.  The simplicity goal means that it doesn't have many
features like tabs or scroll back as in other terminals.  Instead, it
is expected that users of Alacritty make use of a terminal multiplexer
such as tmux.

WWW: https://github.com/jwilm/alacritty

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11162
2017-06-21 16:28:50 +00:00
Emanuel Haupt
cbd5675a4d Update to 330
http://invisible-island.net/xterm/xterm.log.html#xterm_330

PR:		219800 (based on)
Submitted by:	jakub_lach@mailplus.pl
2017-06-21 05:57:43 +00:00
Dmitry Marakasov
6fe6080531 A super lightweight, beautiful, and simple terminal. Comes with
sane defaults, browser-class tabs, sudo paste protection, smart
copy/paste, and little to no configuration.

WWW: https://github.com/elementary/terminal
2017-06-20 13:05:41 +00:00
Dmitry Marakasov
86c6b97fd4 - Add LICENSE_FILE
- Switch to USES=localbase
- Simplify installation, cosmetic fixes
- Update WWW
2017-06-20 09:01:27 +00:00
Alexey Dokuchaev
2af5bc2229 A program for measuring the pixel size of on-screen elements. Intended for
GUI debugging to verify widget separations and sizes, though may also be
used for general computer graphics debugging purposes, including measuring
pixel distances of images, web applications, etc.

You can easily make copies of the ruler and reoriented it via either the
keyboard or mouse.

WWW: http://seriss.com/people/erco/fltk/flruler/
2017-06-19 14:08:34 +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
Bryan Drewery
8a9ce6af61 Fix wrong PKGNAME dependency.
Spotted by:	Poudriere
With hat:	portmgr
2017-06-17 03:01:56 +00:00
Koop Mast
5c7fb53b92 Chase evolution-data-server shared library bump. 2017-06-13 08:14:34 +00:00
Emanuel Haupt
01f8a74af9 Provide a patch to fix building when the non default option SIXEL is enabled
without the REGIS option. This does not affect default options and therefore
no PORTREVISION bump is required. This regression does not affect the quarterly
branch therefore no MFH is required.

PR:		219945 (based on)
Submitted by:	ashish@FreeBSD.org, Thomas Dickey <dickey@his.com> (author)
2017-06-13 06:59:20 +00:00
Emanuel Haupt
50427f2c84 Update to 329 2017-06-12 09:41:59 +00:00
Dmitry Marakasov
9137273143 - Update WWW 2017-06-06 09:01: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
Matthew Rezny
0b76c42e72 Update to 2.21
Reviewed by:	kwm
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D11064
2017-06-05 21:24:45 +00:00
Tobias Kortkamp
5f530e8273 Update to 4.7
Changes:	http://lists.suckless.org/dev/1705/31705.html
PR:		219162
Approved by:	lme (mentor), schot@a-eskwadraat.nl (maintainer timeout, 3 weeks)
Differential Revision:	https://reviews.freebsd.org/D10994
2017-06-05 19:39:19 +00:00
Tobias C. Berner
ecd3ee4e10 Fix ambiguity of qFuzzyCompare on armv6
PR:		217079
Submitted by:	Mikaël Urankar <mikael.urankar@gmail.com>
2017-06-02 19:36:45 +00:00
Tobias C. Berner
4126f01665 Fix ambiguity of qFuzzyCompare on armv6
PR:		217078
Submitted by:	Mikaël Urankar <mikael.urankar@gmail.com>
2017-06-02 19:14:43 +00:00
Mark Linimon
4ba19e7015 Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-06-02 15:49:34 +00:00
Koop Mast
5c3b51e8c9 Update babl to 0.1.28.
* Add license
* regen patch with make makepatch
2017-06-02 08:52:58 +00:00
Emanuel Haupt
e24e12c0fc Update to 328
Changelog:
http://invisible-island.net/xterm/xterm.log.html#xterm_328
2017-06-01 11:28:45 +00:00
Dmitry Marakasov
f905321698 - Update WWW 2017-06-01 09:01:21 +00:00
Sunpoet Po-Chuan Hsieh
ff8ac54352 Update to 3.1.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-05-31 14:55:55 +00:00
Tobias Kortkamp
7c1842389d Update to 1.5
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10786
2017-05-30 16:22:14 +00:00
Alexey Dokuchaev
03c7e5dec9 Add a port of XkbInd, minimal keyboard layout indicator program.
WWW: http://xkbind.sourceforge.net/

TIMESTAMP (xkbind-2010.05.20.tar.gz) = 1275127318
2017-05-30 09:44:52 +00:00
Mark Linimon
6aa4d5b23b Mark broken on armv6. 2017-05-27 21:24:00 +00:00
Baptiste Daroussin
cccf542019 Update to 2.9 2017-05-27 16:41:21 +00:00