Commit graph

482605 commits

Author SHA1 Message Date
Mathieu Arnold
78d1aff1fc Convert to UCL & cleanup pkg-message (categories d) 2019-08-13 16:01:59 +00:00
Mathieu Arnold
a6c40a689b Convert to UCL & cleanup pkg-message (categories a-c) 2019-08-13 16:00:39 +00:00
Adriaan de Groot
648300c466 Update devel/kdevelop and attendant ports to latest upstream 5.4.1
Release announcement:
	https://www.kdevelop.org/news/kdevelop-541-released

Various small bugfixes over 5.4.0, which was announced at
	https://www.kdevelop.org/news/kdevelop-540-released

and *that* introduced Meson build support, Scratchpads, and clang-tidy.

The port chases upstream, with one exception: the QDebug categories
are specifically dropped back to "old" style, so they live in
${LOCALBASE}/etc/xdg with the rest, instead of the new-fangled
and we-need-to-think-about-this ${LOCALBASE}/share/qdebug-categories5/
2019-08-13 15:40:06 +00:00
Jason W. Bacon
cdd2c0e9b9 biology/bolt-lmm: Upgrade to 2.3.4
Remove previously upstreamed patches
New Makefile patch that preserves default behavior and should be palatable
to upstream
2019-08-13 15:30:21 +00:00
Tobias Kortkamp
2a2e8da848 Drop nop PORTREVISION_19 from devel/subversion addon ports
devel/subversion19 has been removed.
2019-08-13 14:57:22 +00:00
Piotr Kubaj
0a21117033 games/freeminer: enable building on powerpc64
Luajit is not available on powerpc64.
This itself doesn't fix build with GCC on powerpc64 currently, but it does fix build when experimental patches for Clang in base are used.

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D21241
2019-08-13 14:54:59 +00:00
Tobias Kortkamp
5223f58a48 Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCH
Currently they are not checked and something like PORTREVISION=foo
or just PORTREVISION= is accepted.  Some ports use indirection via
custom variables for them so it is worthwhile to check that they
are set to sane values.

While here fix ports that currently have non-integer PORTREVISION
or PORTEPOCH.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D21225
2019-08-13 14:46:28 +00:00
Mateusz Piotrowski
b26c6ea338 Style: move GH_* variables closer to each other
Fixes invalid change I introduced in r482963.

Reported by:	mat
Differential Revision:	https://reviews.freebsd.org/D17699
2019-08-13 14:19:04 +00:00
Vsevolod Stakhov
44c7d12355 - Update to 1.0.18
- Remove random hack as it's meaningful merely on Linux
- Skip bump of revision as public API has not changed

PR:		236602
Reported by:	Oleh Hushchenkov <o.hushchenkov@gmail.com>
2019-08-13 14:05:01 +00:00
Christian Weisgerber
d39056cfca Update to 1.3.3. No significant user-visible changes. 2019-08-13 13:51:10 +00:00
Mathieu Arnold
daa53ae5ae Thinking about r508819 a bit more, make sure nothing depends on fetch
directly in ports.
2019-08-13 13:45:01 +00:00
Roger Pau Monné
0d306f24e0 xen-{tools/kernel}: update to 4.12.1
Sponsored by:		Citrix Systems R&D
Approved by:		mat
Differential revision:	https://reviews.freebsd.org/D21227
2019-08-13 13:39:58 +00:00
Adam Weinberger
c113740118 mojolicious: Update to 8.23 2019-08-13 13:38:25 +00:00
Greg Lewis
dc20dd8e50 Update to 12.0.2+10.2 2019-08-13 13:32:12 +00:00
Luca Pizzamiglio
12b0270886 sysuilts/pot: Update to 0.9.0
Many changes, from 0.6.1 to 0.9.0
A lot of work to make pot more friendly and to be used with nomad.

Changes: https://github.com/pizzamig/pot/releases
Sponsored by:	trivago N.V.
2019-08-13 11:33:56 +00:00
Mathieu Arnold
13a7d55681 Force ports depending on a fetch target to actually run checksum.
This prevents an improbable MITM attack on dependencies where the target
is "fetch" and the port is built manuallt.  (Which means a port depends
on a dependency being fetched, but not built or anything else.)  In this
case, as the target is only "fetch", the distribution files of the
dependency are not checked against the dependency's distinfo file.  One
could, in theory, impersonate the dependency's master site and provide a
malicious distribution file.

The ports that could in theory be affected are russian/gd, ukrainian/gd,
and ukrainian/webalizer.  They are only affected when building manually,
as when building with poudriere, the *-depends target do not have
network access, and the build would fail if the distribution files are
not already present.  (From the dependencies being built normally, where
checksum would have ran.)

The detail is described here:
https://www.reddit.com/r/BSD/comments/br62hm/freebsd_cryptographic_bypass_and_mitmbased/

Reported by:	emaste (on IRC)
Reviewed by:	swills emaste antoine
MFH:		2019Q3
Differential Revision:	https://reviews.freebsd.org/D21230
2019-08-13 10:31:18 +00:00
Tijl Coosemans
78d2319d52 Make fetchable again. The distfile was rerolled a week after initial
release.  The only changes are in CHANGES, README.md, and
src/gtk-3.20/scss/apps/_gnome-applications.scss where a style change was
added for Gnome app Geary.
2019-08-13 09:25:26 +00:00
Piotr Kubaj
1684b6a8c9 mail/astroid: fix build with GCC-based architectures
Use C11 compiler:
/usr/local/include/webkitgtk-4.0/webkit2/WebKitUserContentFilterStore.h:49: error: redefinition of typedef 'WebKitUserContentFilter'
/usr/local/include/webkitgtk-4.0/webkit2/WebKitUserContent.h:141: error: previous declaration of 'WebKitUserContentFilter' was here

Approved by:	mentors (implicit approval)
2019-08-13 09:18:19 +00:00
Dmitry Marakasov
496f9da086 - Update WWW
Approved by:	portmgr blanket
2019-08-13 09:02:33 +00:00
Piotr Kubaj
05c576a754 science/py-onnx: fix build with GCC-based architectures
Use C11 compiler because of:
/wrkdirs/usr/ports/science/py-onnx/work-py36/onnx-1.5.0/onnx/onnxifi_loader.c:121: error: 'struct onnxifi_library' has no member named 'functions'

Approved by:	mentors (implicit approval)
2019-08-13 08:50:23 +00:00
Gerald Pfeifer
c6f1229d46 Update to the 20190808 snapshot of GCC 7.4.1, skipping the 20190801
snapshot which did not bring actual changes.

This brings backports for two issues on the Fortran side.
2019-08-13 07:54:03 +00:00
Matthias Fechner
754de84cbd Document www/gitlab-ce vulnerabilities. 2019-08-13 05:02:02 +00:00
Greg Lewis
dda3f471cf Update to 11.0.4+11.2 2019-08-13 04:41:40 +00:00
Jose Alonso Cardenas Marquez
c334e009f3 - Update to 8.7.6
ChangeLog at: https://www.drupal.org/project/drupal/releases/8.7.6
2019-08-13 03:22:44 +00:00
Joseph Mingrone
e6a1390428 editors/emacs-devel: Update to 2019-08-12 commit, 2b329ed
This fixes Emacs bug #37006, which could prevent the garbage collector from
running.
2019-08-13 02:18:18 +00:00
Jose Alonso Cardenas Marquez
c3abf7ad65 - Fix build on powerpc64
PR:		239414
Submitted by:	pkubaj
2019-08-13 02:18:11 +00:00
Jose Alonso Cardenas Marquez
3b38cf3a65 - Update to 4.0.8
- Fix path to SOGo in Apache configuraton file [1]

PR:		235175 [1]
Submitted by:	 Robert Schulze [1]
2019-08-13 02:12:11 +00:00
Jose Alonso Cardenas Marquez
ac75be7d9f - Update to 4.0.8 2019-08-13 02:09:55 +00:00
Jose Alonso Cardenas Marquez
7cab2bda70 - Fix build on non-x86
- Fix build on powerpc64

PR:		239437
Submitted by:	pkubaj
2019-08-13 01:32:48 +00:00
Jan Beich
761b97a873 lang/rust-nightly: update to 1.38.0.20190813
Changes:	9703ef6661...60960a260f
2019-08-13 00:39:16 +00:00
Jan Beich
b9c217472e multimedia/aom: update to 1.0.0.2235
Changes:	https://aomedia.googlesource.com/aom/+log/9666276ac..fc1404d58
2019-08-13 00:39:08 +00:00
Jan Beich
c12ead401c emulators/rpcs3: update to 0.0.6.8465
Changes:	94d33003a...d48d424b1
2019-08-13 00:39:00 +00:00
Yuri Victorovich
58df6fd6b0 science/py-tensorflow-estimator: Add NO_ARCH=yes; Fix build for the port name having hyphen (vs. underscore) in PORTNAME. 2019-08-13 00:00:42 +00:00
Max Brazhnikov
fe6ed73e7b graphics/jogamp-jogl:
- Switch to x11-toolkits/swt which is newer than swt-devel port

PR:	219186
2019-08-12 23:28:41 +00:00
Jason Helfman
7d13de561d - remove valid endpoints from code
- patches submitted upstream
- bump revision
2019-08-12 23:07:37 +00:00
TAKATSU Tomonari
b2a5beeb2b - Update to 0.8 2019-08-12 22:14:08 +00:00
Boris Samorodov
5b6ab3983b java/intellij: Update to version 2019.2.
PR:		239790
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
2019-08-12 21:09:31 +00:00
Piotr Kubaj
af67b6ba53 net/liveMedia: fix build with GCC-based architectures
Use C++11 compiler:
MPEG2TransportStreamParser.hh:107: error: a class-key must be used when declaring a friend

Approved by:    mentors (implicit approval)
2019-08-12 20:13:18 +00:00
Sunpoet Po-Chuan Hsieh
c1f97f71e1 Fix gemspec for rubygem-rack-test 1.1.0 update
- Bump PORTREVISION for package change
2019-08-12 19:47:19 +00:00
Sunpoet Po-Chuan Hsieh
b762c036a1 Update to 1.1.0
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/rack-test/rack-test/releases
2019-08-12 19:47:14 +00:00
Sunpoet Po-Chuan Hsieh
7aa8e2f9e1 Fix gemspec for rubygem-rack-test 1.1.0 update
- Bump PORTREVISION for package change
2019-08-12 19:47:09 +00:00
Sunpoet Po-Chuan Hsieh
b78cd6feb1 Update to 3.12.1
- Update WWW

Changes:	https://github.com/puma/puma/releases
		https://github.com/puma/puma/blob/master/History.md
2019-08-12 19:47:03 +00:00
Sunpoet Po-Chuan Hsieh
40bd9bfeec Revert rubygem-mini_portile2 change in r502877
- Bump PORTREVISION for dependency change

We do not need mini_portile/mini_portile2. It was removed since r355100 and r494447.

mini_portile2 is used to download and build the libraries which is already handled by our ports framework very well.
Furthermore, it is not needed when using system libraries (CONFIGURE_ARGS=--use-system-libraries).

Reference:	https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html
		https://github.com/sparklemotion/nokogiri/blob/v1.10.3/ext/nokogiri/extconf.rb#L447-L471
2019-08-12 19:46:58 +00:00
Sunpoet Po-Chuan Hsieh
618626d99c Update to 12.3.3
Changes:	https://github.com/ruby/rake/blob/master/History.rdoc
2019-08-12 19:46:53 +00:00
Sunpoet Po-Chuan Hsieh
32a09d7589 Update to 1.64
Changes:	https://metacpan.org/changes/distribution/DBD-SQLite
2019-08-12 19:46:47 +00:00
Sunpoet Po-Chuan Hsieh
c926c87efb Update to 20190808 2019-08-12 19:46:42 +00:00
Sunpoet Po-Chuan Hsieh
ccee4f3b4d Update to 2019.08.11 2019-08-12 19:46:37 +00:00
Sunpoet Po-Chuan Hsieh
c2db155fa0 Update to 0.1.4
- Update LICENSE
- Take maintainership

Changes:	https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md
2019-08-12 19:46:32 +00:00
Sunpoet Po-Chuan Hsieh
1049680b83 Update to 0.7.1
- Update LICENSE
- Take maintainership

Changes:	https://github.com/faye/websocket-driver-ruby/blob/master/CHANGELOG.md
2019-08-12 19:46:27 +00:00
Sunpoet Po-Chuan Hsieh
78a54898b2 Fix gemspec for rubygem-rack-test 1.1.0 update
- Bump PORTREVISION for package change
2019-08-12 19:46:21 +00:00