Commit Graph

494454 Commits

Author SHA1 Message Date
Jochen Neumeister
efe89d654d Update to 3.5.0
PR:		242734
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Sponsored by:	Netzkommune GmbH
2019-12-27 17:36:20 +00:00
Baptiste Daroussin
a4e17888a0 Fix build with opengl option off
Reported by:	jrm
2019-12-27 17:21:41 +00:00
Baptiste Daroussin
0735393d14 Fix build when libncursesw will be removed 2019-12-27 16:52:47 +00:00
Baptiste Daroussin
92b6f53ad3 Add a patch to prevent detection of doxygen and/or pdflatex to try to rebuild
the provided pdf.
2019-12-27 16:52:11 +00:00
Baptiste Daroussin
4bb3aa6a22 Ensure building against the proper libncurses 2019-12-27 16:44:16 +00:00
Baptiste Daroussin
fac528a23a Add missing USES=ncurses
Ensure the package is built against the proper version of ncurses
2019-12-27 16:36:23 +00:00
Baptiste Daroussin
d2d376a99a Ensure the package is linked to the proper ncurses implementation 2019-12-27 16:32:49 +00:00
Baptiste Daroussin
a8ee87b62c Ensure to be able to build with only one libncurses 2019-12-27 16:28:41 +00:00
Baptiste Daroussin
69c7b21ece Ensure it can be built with only 1 implementation of ncurses 2019-12-27 16:16:40 +00:00
Baptiste Daroussin
ced94c6976 Rework multitail to be futur friendly regarding ncurses
Drop useless post-patch which are not doing anything anymore
Patch the Makefile to link to ncursesw if this is the implementation we do use
or in the futur link to ncurses (and panel) when only this version will be left
in base
2019-12-27 16:07:55 +00:00
Matthias Fechner
df16ebc6cb Update to 12.6.0.
Changelog:
https://about.gitlab.com/blog/2019/12/22/gitlab-12-6-released/
2019-12-27 15:41:42 +00:00
Matthias Fechner
62111f048e Update to 2.11.0 which is required for gitlab-ce 12.6.0. 2019-12-27 15:39:12 +00:00
Matthias Fechner
93aca301b2 Update to 8.18.0 which is required for gitlab-ce 12.6.0. 2019-12-27 15:38:25 +00:00
Matthias Fechner
1d464c039a Update to 2.12.3 which is required for gitlab-ce 12.6.0. 2019-12-27 15:37:46 +00:00
Matthias Fechner
1aac2edf18 Update to 1.73.0 which is required for gitlab-ce 12.6.0. 2019-12-27 15:37:07 +00:00
Matthias Fechner
b3e4c8cf84 Update to 0.10.0 which is required for gitlab-ce 12.6.0. 2019-12-27 15:36:16 +00:00
Matthias Fechner
aa8dfe132d Update to 0.8.2 which is required for gitlab-ce 12.6.0. 2019-12-27 15:35:32 +00:00
Matthias Fechner
c56f2638d0 Update to 1.1.0 which is required for gitlab-ce 12.6.0. 2019-12-27 15:34:49 +00:00
Matthias Fechner
493f9dbfc7 Update to 0.10.6.2, which is required for gitlab-ce 12.6.0. 2019-12-27 15:33:54 +00:00
Matthias Fechner
657e096815 Update to 10.3.0, required for gitlab-ce 12.6.0. 2019-12-27 15:33:02 +00:00
Matthias Fechner
1ea5232c30 Update to 1.77.0, required for gitlab-ce 12.6.0. 2019-12-27 15:32:08 +00:00
Matthias Fechner
f7e7756b04 New ports required by gitlab-ce 12.6.0. 2019-12-27 15:27:26 +00:00
Baptiste Daroussin
7ebf515aee Update to 5.7.0
Use --disable-maintainer-mode instead of invoking autoreconf each time
Explictly chose which regex engine to use (pcre2)
Remove the useless DOCS option and targets only used to 2 files
2019-12-27 15:23:35 +00:00
Baptiste Daroussin
f35251e62d Update to 2.10.14
Note that -lm has been added to libs otherwise some plugins fails to build
with the following error:
ld: error: undefined symbol: floor
2019-12-27 14:39:45 +00:00
Baptiste Daroussin
92f07874bd Update to 0.4.18
Switch build system to meson
Add now required bash build dependency
Compared to previous version, this version has lua disabled as it complexify the
and has no known use case in ports for now.
Note that the POPPLER option has been removed, as there is no support for it upstream anymore
along with the EXAMPLE option.
Provide explicit values to all possible build switch to avoid unexpected extra
dependencies automagically found.
2019-12-27 14:38:46 +00:00
Dmitri Goutnik
d539708804 devel/dep: Unbreak on aarch64, take maintainership
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p520537_s355573/logs/errors/dep-0.5.4.log

# github.com/golang/dep/vendor/golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00
vendor/golang.org/x/sys/unix/cap_freebsd.go:19:23: undefined: CAP_RIGHTS_VERSION_00
vendor/golang.org/x/sys/unix/cap_freebsd.go:46:21: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:50:24: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:55:27: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:90:29: undefined: CapRights
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:12:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:13:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:14:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:15:6: missing function body

- Unbreak by updating golang.org/x/sys to 33540a1f6037 which brings in
  necessary freebsd/arm64 bits.
- Take maintainership.
2019-12-27 13:51:42 +00:00
Baptiste Daroussin
c5fe34636c Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil
2019-12-27 13:43:00 +00:00
Baptiste Daroussin
ea2d15f126 update to 1.5.2 2019-12-27 13:31:41 +00:00
Baptiste Daroussin
3245aa1b02 Update to 20191211-3.1 2019-12-27 13:28:22 +00:00
Max Brazhnikov
803f0608ac games/golly:
- Add patch from Debian repo to disable Python 2 support
2019-12-27 13:26:02 +00:00
Dmitri Goutnik
821c26373a misc/libpostal: Unbreak on aarch64
- Unbreak build:

test_expand.c:105:118: error: passing 'void *' to parameter of incompatible type 'va_list' (aka '__builtin_va_list')
        CHECK_CALL(test_expansion_contains_phrase_option_with_languages(input, output, options, root, num_languages, NULL));

- Pet portclippy while here
2019-12-27 12:44:47 +00:00
Bernhard Froehlich
28b390f966 net/wireguard: Update to 1.0.20191226 and switch to the new wireguard-tools repository
Reported by:	Jason A. Donenfeld <jason@wireguard.com> (per email)
2019-12-27 12:38:31 +00:00
Jochen Neumeister
b33ee2cd86 Update to 4.2.0
PR:		242735
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Sponsored by:	Netzkommune GmbH
2019-12-27 12:31:42 +00:00
Sergey A. Osokin
43d6df6045 Update to the recent commit. 2019-12-27 11:22:59 +00:00
Sergey A. Osokin
6c860d5d6a Update from 1.13.0 to 1.14.0.
<ChangeLog>

*) Change: the Go package import name changed to "unit.nginx.org/go".

*) Change: Go package now links to libunit instead of including library
   sources.

*) Feature: ability to change user and group for isolated applications
   when Unit daemon runs as an unprivileged user.

*) Feature: request routing by source and destination addresses and
   ports.

*) Bugfix: memory bloat on large responses.

</ChangeLog>
2019-12-27 11:19:59 +00:00
Baptiste Daroussin
b451f145ba Update babl to 0.1.72
Switch the build system to meson
The archive is now xzed compressed
2019-12-27 09:33:59 +00:00
Dmitry Marakasov
73988d7389 - Update WWW
Approved by:	portmgr blanket
2019-12-27 09:30:04 +00:00
Baptiste Daroussin
9aedbdbd82 Update to 1.2.46
While here replace a patch by BINARY_ALIAS and a build depends on coreutils:
while previous version used to call only once install with the GNU extension -D
in the version this has spreaded a bit more. It is easier then to use directly ginstall
from coreutils than patching makefiles all over the place.
2019-12-27 09:15:43 +00:00
Alex Dupre
6c046e3704 Update to 1.3.6 release. 2019-12-27 09:08:23 +00:00
Baptiste Daroussin
a2abbb121d update to 0.9.0 2019-12-27 09:00:38 +00:00
Baptiste Daroussin
5f004f2507 update to 1.2.6 2019-12-27 08:56:09 +00:00
Guido Falsi
8f29aafa34 Update xfce4-terminal to 0.8.9 2019-12-27 08:49:45 +00:00
Tobias Kortkamp
fcd212dcf0 devel/ghq: Update to v0.17.3
Changes:	https://github.com/motemen/ghq/releases/tag/v0.17.3
2019-12-27 08:35:33 +00:00
Tobias Kortkamp
85aec100a6 java/jd-gui: Update to v1.6.6
Changes:	https://github.com/java-decompiler/jd-gui/releases/tag/v1.6.6
2019-12-27 08:31:21 +00:00
Tobias Kortkamp
9e255fcbaa graphics/minder: Update to 1.6.0
Changes:	https://github.com/phase1geo/Minder/releases/tag/1.6.0
2019-12-27 08:27:02 +00:00
Kubilay Kocak
66f25d9d10 [NEW PORTS] sysutils/py-upt{-pypi,-freebsd}: Universal Packaging Tool
A unified CLI tool that converts a package from a language-specific package
manager (such as PyPI or NPM) to an almost ready-to-use package for Free
Unix-based operating systems (such as a GNU/Linux distribution or *BSD).

This commit includes the PyPI frontend and FreeBSD (Ports) backend packages
as sysutils/py-upt-pypi and sysutils/py-upt-freebsd, respectively.

WWW: https://framagit.org/upt/upt

PR:		242241
Submitted by:	Cyril Roelandt <cyril.roelandt aquilenet fr>
2019-12-27 07:14:31 +00:00
Yuri Victorovich
b69057eb78 science/py-ase: Update 3.18.1 -> 3.19.0
Reported by:	portscout
2019-12-27 06:46:45 +00:00
Yuri Victorovich
fef95586e9 science/py-oddt: Update 0.6 -> 0.7
Reported by:	portscout
2019-12-27 05:12:21 +00:00
Yuri Victorovich
b06ff907a2 www/py-cachecontrol: Update 0.12.5 -> 0.12.6
Reported by:	portscout
2019-12-27 05:05:18 +00:00
Yuri Victorovich
f6733154e5 devel/vitables: Update 3.0.0-55 -> 3.0.2
Reported by:	portscout
2019-12-27 05:04:29 +00:00