1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
Commit Graph

499553 Commits

Author SHA1 Message Date
Niclas Zeising
4b9c697c26 Update xorg x11 servers to 1.20.7
Update xorg x11 servers to 1.20.7.  This updates x11-servers/xorg-server,
xephyr, xorg-dmx, xorg-nestserver, xorg-vbserver and xwayland.

Enable the UDEV backend by default, instead of the DEVD backend, for
autoconfiguration of input devices on FreeBSD 12 and later.
FreeBSD 11 lacks the needed support in base and will keep on using the DEVD
backend.
Support for the HAL backend is dropped completely, it has been deprecated
for a long time.
Update and improve the DEVD backend.
Add a pkg message about sysctl configuration that might be needed when using
UDEV.

Use the upstream fix for glamour issues.

Use evdev xkb rules by default in xwayland [2]

Add x11-drivers/xf86-input-libinput to the list installed by default by
x11-drivers/xorg-drivers.

Fix net/tigervnc-server and emulators/virtualbox-ose

Bump portrevision of all x11 drivers, as well as other ports dependent on
xorg-server.

This represents work by many people over a long period.  These include
wulf, ak, dumbbell, hselasky pete AT nomadlogic DOT org, jbeich, manu,
myself and possibly others (I tried to look through history, but might have
missed people. If so, I am sorry.)

PR:             196678 [1], 244129 [2]
Submitted by:   hselasky, wulf [1], jbeich [2]
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xserver-1.20 (in part)
2020-02-20 21:15:44 +00:00
Niclas Zeising
61f7455175 x11/xkbcomp: Update to 1.4.3
Update x11/xkbcomp to 1.4.3, this fixes the build with llvm 10.

Changelog:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244235

PR:		244235 (based on)
Submitted by:	dim
2020-02-20 20:30:09 +00:00
Michael Gmelin
e795000d0e Fix accidental overwriting of properties on update
See:
https://github.com/iocage/iocage/issues/1130
b47dc2c47f

PR:		244252
MFH:		2020Q1 (runtime fix)
2020-02-20 20:28:53 +00:00
Kyle Evans
d7808d64f1 x11-toolkits/p5-Alien-wxWidgets: remove extraneous escapes
post-patch phase of this port uses sed to replace 'wx-config with
'${WX_CONFIG:T}. Previously it escaped the ', but this is not necessary in
this context.

Remove the extraneous escape so that it doesn't get passed through to sed(1)
as an escape of an ordinary character. This is important as the patch in bug
#229925 will make such escapes an error to ease transition into a world
where some escaped-ordinaries will be granted a special meaning.

PR:		240450
Approved by:	koobs (mentor), bapt (mentor)
Approved by:	portmgr (maintainer timeout: 4 months)
MFH:		2020Q1 (future build fix)
Differential Revision:	https://reviews.freebsd.org/D23702
2020-02-20 18:58:18 +00:00
Kyle Evans
848137ea3b x11-toolkits/p5-Alien-wxWidgets: add missing file to pkg-plist
This appears to have been overlooked in a previous update, so note its
presence in the pkg-plist.

This fixes Q/A checks run by `poudriere testport`.

Approved by:	koobs (mentor), bapt (mentor)
MFH:		2020Q1 (packaging fix)
Differential Revision:	D23702 (included, but not the primary change)
2020-02-20 18:56:02 +00:00
Kurt Jaeger
a55810dd94 ports-mgmt/psearch: update to 2.1.0, give back maintainership to submitter
PR:		243904
Submitted by:	Benjamin Lutz <mail@maxlor.com>
2020-02-20 18:52:45 +00:00
Kyle Evans
aace9726a1 www/foswiki: remove redundant escape
= does not need to be escaped in this context; bug #229925 will make this
escape as well as the escape of most ordinary characters an error to reduce
friction when some of these ordinary characters are later granted special
GNU-extended behavior.

No functional change, no need to bump PORTREVISION.

PR:		240309
Approved by:	koobs (mentor), bapt (mentor)
Approved by:	portmgr (maintainer timeout: 4 months)
Differential Revision:	https://reviews.freebsd.org/D23698
2020-02-20 18:52:19 +00:00
Joseph Mingrone
f7475e110d editors/emacs: Use more precise description for the FCITXPATCH knob
While here, pet portfmt.
2020-02-20 18:46:57 +00:00
Tobias Kortkamp
8468ba6cf0 New port: graphics/heimer
Heimer is a desktop application for creating mind maps and other
suitable diagrams.  It is written in Qt.

Features:
- Easy-to-use UI
- Very fast
- Zoom in/out/fit
- Zoom with mouse wheel
- Save/load in XML-based .ALZ-files
- Export to PNG images
- Quickly add node text and edge labels
- Nice animations
- Full undo/redo
- Adjustable grid
- Translations in English, Finnish, French, Italian
- Forever 100% free

WWW: https://github.com/juzzlin/Heimer
2020-02-20 17:49:52 +00:00
Kurt Jaeger
fe6b9a1274 net/openbgpd6: adding a new PROVIDE keyword
- see also https://reviews.freebsd.org/D23329

PR:		244029
Submitted by:	olivier
2020-02-20 15:34:09 +00:00
Kurt Jaeger
42fde7600e net/quagga: Adding new PROVIDE keyword dynamicrouting in rc.d script
- See also https://reviews.freebsd.org/D23329

PR:		244027
Submitted by:	olivier
2020-02-20 15:31:29 +00:00
Gleb Popov
b178b6cdbe x11/sddm: Enhance Backend.cpp patch to take into account not only /etc/login.conf
but also ~/.login_conf file.

PR:		241519
Submitted by:	Martin Birgmeier <d8zNeCFG@aon.at>
2020-02-20 13:50:01 +00:00
Alex Dupre
a1be0e50d0 Try to fix compilation on -CURRENT. 2020-02-20 13:35:01 +00:00
Antoine Brodin
9f751c77f4 Mark BROKEN: fails to build
/wrkdirs/usr/ports/devel/ace/work/ACE_wrappers/tests/Compiler_Features_32_Test.cpp:55:41: error: expected the class name after '~' to name a destructor
  this->u_.string_member_.std::string::~string ();
                                        ^
/wrkdirs/usr/ports/devel/ace/work/ACE_wrappers/tests/Compiler_Features_32_Test.cpp:67:24: error: expected the class name after '~' to name a destructor
    u_.m.std::string::~string ();
                       ^

Reported by:	pkg-fallout
2020-02-20 12:17:53 +00:00
Babak Farrokhi
948a3afaf8 databases/postgresql-cstore_fdw: Fix plist 2020-02-20 12:15:52 +00:00
Dmitri Goutnik
851ac3fa52 Mk/Uses/go.mk: Add GO_TESTTARGET and provide default do-test
Add GO_TESTTARGET defaulting to `./...` (the current package and all
subpackages) and create do-test target unless already provided by port's
Makefile.

Also, while here

- remove GO_WRKDIR_SRC - it is not used by any port anymore
- sync GO_PKGNAME and GO_TARGET descriptions with Porter's Handbook

Reviewed by:	tobik
Differential Revision:	https://reviews.freebsd.org/D22412
2020-02-20 12:15:37 +00:00
Tobias Kortkamp
b543e13adb lang/rust-nightly: Update to 1.43.0.20200220
- Switch backtrace crate patches to upstreamed version

Changes:	433aae93e4...7760cd0fbb
2020-02-20 12:12:06 +00:00
Alexey Dokuchaev
dfb0df35ed Grab maintainership of two ports I regularly use. 2020-02-20 11:09:47 +00:00
Jan Beich
f2c7c0fd1f graphics/libavif: update to 0.5.6
Changes:	https://github.com/AOMediaCodec/libavif/compare/v0.5.5...v0.5.6
Reported by:	portscout
2020-02-20 11:00:48 +00:00
Dmitry Sivachenko
43c828acd5 Update to version 2.1.3. 2020-02-20 10:10:38 +00:00
Yuri Victorovich
f9b3fe3f6c multimedia/peek: Update 1.4.0 -> 1.5.1
Reported by:	portscout
2020-02-20 10:09:38 +00:00
Yuri Victorovich
c49f6cd290 multimedia/ustreamer: Update 1.11-2 -> 1.12
Reported by:	portscout
2020-02-20 10:01:41 +00:00
Yuri Victorovich
dba808e66e games/armagetronad: Update 0.2.8.3.4 -> 0.2.8.3.5
Reported by:	portscout
2020-02-20 09:49:33 +00:00
Mathieu Arnold
089a592dc8 Switch dns/bind-tools to the new dns/bind916. 2020-02-20 09:32:05 +00:00
Dmitry Marakasov
005e84ca29 - Update WWW
- Remove trailing whitespace from pkg-descr

Approved by:	portmgr blanket
2020-02-20 09:31:31 +00:00
Baptiste Daroussin
b944373395 Hook compat12x to the build 2020-02-20 09:28:59 +00:00
Yuri Victorovich
4785abe567 math/ensmallen: Update 2.11.2 -> 2.11.3
Reported by:	portscout
2020-02-20 09:28:05 +00:00
Baptiste Daroussin
444eb46a50 Add a compat12x port after the bump of ncurses lib in base 2020-02-20 09:27:49 +00:00
Yuri Victorovich
d989952956 math/py-spot: Update 2.8.5 -> 2.8.6
Reported by:	portscout
2020-02-20 09:16:22 +00:00
Yuri Victorovich
4aa9308fcf math/spot: Update 2.8.5 -> 2.8.6
Reported by:	portscout
2020-02-20 09:15:43 +00:00
Mathieu Arnold
76be8b6ca0 Add forgotten CONFLICTS lines. 2020-02-20 09:09:00 +00:00
Mathieu Arnold
2d22c8eb70 Add a couple of things here to ease future new releases. 2020-02-20 09:07:53 +00:00
Mathieu Arnold
7793152add Update to 9.14.11.
Changes:	https://downloads.isc.org/isc/bind9/9.14.11/RELEASE-NOTES-bind-9.14.11.html
2020-02-20 09:07:49 +00:00
Mathieu Arnold
6a601f8d8d Update to 9.11.16.
Changes:	https://downloads.isc.org/isc/bind9/9.11.16/RELEASE-NOTES-bind-9.11.16.html
2020-02-20 09:07:36 +00:00
Mathieu Arnold
3739a40fa2 Add the newly minted BIND9 9.16.
Changes:	https://downloads.isc.org/isc/bind9/9.16.0/RELEASE-NOTES-bind-9.16.0.html
2020-02-20 09:06:58 +00:00
Vanilla I. Shu
61f0286170 Update to 4.4.16. 2020-02-20 08:37:41 +00:00
Kurt Jaeger
37b8a039c2 security/p5-IO-Socket-SSL: fix sequence of BUILD_DEPENDS and RUN_DEPENDS
Submitted by:	mat
2020-02-20 08:31:26 +00:00
Palle Girgensohn
8c0b4eab97 Update to 1.3.8
Release notes:	https://fluentbit.io/announcements/v1.3.8/
2020-02-20 08:06:58 +00:00
Santhosh Raju
ccc4fe5b38 irc/ircd-hybrid: Updates to 8.2.29
Changes since 8.2.28:

-- Noteworthy changes in version 8.2.29 (2020-02-19)
o) Extbans have been implemented. Currently supported extbans:

   Matching:

   $a:<account>   Matches users logged into a matching account.
   $c:<channel>   Matches users that are on the given channel. An additional
                  prefix of either @, %, or + can be specified to test for
                  certain channel privileges.
   $o:<class>     Matches IRC operators that have joined a class
                  matching the mask.
   $r:<realname>  Matches users with a matching realname.
   $s:<server>    Matches users that are connected to a server matching the mask.
   $u:<modes>     Matches users having the specified user modes set or not set.
   $z:<certfp>    Matches users having the given TLS certificate fingerprint.

   Acting:

   $j:<banmask>   Prevents matching users from joining the channel.
   $m:<banmask>   Blocks messages from matching users. Users with voice
                  or above are not affected.

   For more details, see help/extban.
o) Added 'channel::enable_extbans' configuration option. See doc/reference.conf
   for more information.
o) For a full list of all changes in this release, see https://git.io/JvBca
2020-02-20 07:01:55 +00:00
Kurt Jaeger
fc1d47f61a security/p5-IO-Socket-SSL: update 2.066 -> 2.067
PR:		244214
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
Relnotes:	https://metacpan.org/changes/distribution/IO-Socket-SSL
2020-02-20 06:35:50 +00:00
Loïc Bartoletti
f9854d85a1 games/dMagnetic: Update to 0.22
- Update to 0.22
  - Improve tests

Changelog:

  - http://freshcode.club/projects/dmagnetic
  - http://www.dettus.net/dMagnetic/old_releases.html

PR:	244101
Reported by:	Thomas Dettbarn (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23762
2020-02-20 05:45:37 +00:00
Kurt Jaeger
36df99e0c3 textproc/sigil: update 1.0.0 -> 1.1.0
PR:		243965
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
Relnotes:	https://sigil-ebook.com/2020/02/06/sigil-1-1-0-release/
2020-02-20 05:18:19 +00:00
Wen Heping
73f082833d - Update to 1.1.1 2020-02-20 01:49:05 +00:00
Wen Heping
7eab53294c - Update to 3.37 2020-02-20 01:45:34 +00:00
Jan Beich
6bc47ee641 emulators/yuzu: update to s20200219
Changes:	f552d553b...b2bc7682b
2020-02-20 00:59:17 +00:00
Jan Beich
2071428e27 multimedia/aom: update to 1.0.0.3096
Changes:	https://aomedia.googlesource.com/aom/+log/a964eea63..8dc32d710
2020-02-20 00:59:06 +00:00
Matthias Andree
62f20915eb mail/fetchmail: mail/fetchmailconf: update to 6.4.2, make Python 3 compatible
Fetchmail updated to new revision 6.4.2
- one bugfix
- manual page updates
- update of Chinese (simplified) translation
- massive fetchmailconf overhaul
  + Python 3 compatible (requires py-future)
  + Supports IPv6 and SSL probing
- remove two patches for fetchmail that are in the upstream release
- add a smoke test to fetchmailconf's post-install,
  and a patch to support that running without X11 $DISPLAY.

PR:		244130
Submitted by:	mandree@
Reviewed by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Approved by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
MFH:		2020Q1 (bugfixes and fetchmailconf update and Python3 compat.)
2020-02-20 00:01:58 +00:00
Jason W. Bacon
9a9f11b704 biology/vsearch: Upgrade to 2.14.2
Numerous small bug fixes and enhancements

Reported by:    portscout
2020-02-19 22:34:36 +00:00
Li-Wen Hsu
e4ebb41b8d - Update to 2.221
Sponsored by:	The FreeBSD Foundation
2020-02-19 22:32:17 +00:00
Brooks Davis
cceccd76bc Correct a number of OPENMP plist errors.
I'd only half-merged the switch to an OPENMP_PATTERN variable.

Reported by:	Mark Millard
2020-02-19 22:27:58 +00:00