1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

481452 Commits

Author SHA1 Message Date
Dmitry Marakasov
d8671ad865 - Update WWW
Approved by:	portmgr blanket
2019-07-30 09:02:22 +00:00
Gerald Pfeifer
3515f37210 Forward port r507388 | gerald | 2019-07-27 from lang/gcc9:
Explicitly depend on GCC 8 (instead of USE_GCC=yes) for powerpc64 to
avoid a dependency loop now that GCC_DEFAULT defaults to GCC 9.

PR:		238330
Reported by:	pkubaj
2019-07-30 07:27:41 +00:00
Yuri Victorovich
84de7890b7 audio/gsequencer: Update 2.2.23 -> 2.2.28
Reported by:	repology
2019-07-30 06:47:16 +00:00
Yuri Victorovich
52ba078064 dns/amass: Update 3.0.18 -> 3.0.25
Reported by:	repology
2019-07-30 06:34:26 +00:00
Matthew Seaman
1b32fe3c1a Update to 0.5.0
ChangeLog:	https://github.com/hackebrot/poyo/blob/master/CHANGES.md
2019-07-30 05:29:51 +00:00
Matthew Seaman
17ffa47dc5 Update to 3.0.3
ChangeLog:	https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md
2019-07-30 05:25:14 +00:00
Kai Knoblich
ba97455c63 databases/sfcgal: Update to 1.3.7
Changelog:

* Fix compilation with CGAL 4.14
* Build Triangulation even with intersecting constraint edges
* Fix C API headers

PR:		239453
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-07-30 04:35:33 +00:00
Koichiro Iwao
65299dc2ae sysutils/storcli: Update to 7.1017
While here, add WWW.

PR:		239137
Submitted by:	takefu@airport.fm (maintainer)
2019-07-30 04:23:51 +00:00
Yuri Victorovich
82c32da496 science/simgrid: Update 3.22.2.20190515 -> 3.23.2
Reported by:	repology
2019-07-30 03:31:30 +00:00
Yuri Victorovich
d834026e4d science/kim-api: Update 2.1.1 -> 2.1.2 2019-07-30 02:54:41 +00:00
Sean Bruno
3235145fef qemu-sbruno:
- fix qemu-user-static hangs with wc -l //
 - add qemu-user-static redirection for riscv64, no support, yet.

Thanks to kevans, miki and others for fixing this nonsense.

Submitted by:	kevans miki
2019-07-30 02:46:22 +00:00
Jan Beich
e1046bb1ec lang/rust-nightly: update to 1.38.0.20190730
Changes:	c798dffac9...04b88a9eba
2019-07-30 00:56:46 +00:00
Jan Beich
c5d2eedb26 multimedia/aom: update to 1.0.0.2153
Changes:	https://aomedia.googlesource.com/aom/+log/46b5e7590..2d577e610
2019-07-30 00:56:38 +00:00
Jan Beich
cd3ff2257d multimedia/svt-av1: update to 0.6.0.137
Changes:	304250f2...b238802a
2019-07-30 00:56:30 +00:00
Jan Beich
a863f6c671 emulators/citra: update to s20190729
Changes:	aca55d037...76aec4d67
2019-07-30 00:56:22 +00:00
Jan Beich
9b899414c5 emulators/rpcs3: update to 0.0.6.8435
Changes:	65134f73d...e40b76b25
2019-07-30 00:56:15 +00:00
Danilo G. Baio
fd549362c2 textproc/py-texttable: Update to 1.6.2
Changelog:  https://raw.githubusercontent.com/foutaise/texttable/v1.6.2/CHANGELOG.md
2019-07-30 00:42:42 +00:00
Jan Beich
b2ebf0f114 multimedia/ffmpeg: rebuild after r507592
By dropping COMPILER_PATH we've switched to base ld(1) which is LLD on
11.1+ aarch64, 12.0+ armv7, 12.0+ amd64, 12.1+ i386. So, track runtime
regressions explicitly. poudriere would've rebuilt due to r507574 anyway:
ffmpeg <- libva <- libdrm <- libpciaccess <- pciids.
2019-07-30 00:16:18 +00:00
Jan Beich
17db95cd52 multimedia/ffmpeg: builds fine without -no-integrated-as
aarch64 was likely fixed in FFmpeg 3.4 while armv6 in Clang 5.0.
2019-07-29 23:56:26 +00:00
Jan Beich
97a6fdc9b9 multimedia: unbreak on aarch64, armv7 and 12.1 i386 after r507589 and r507592
/usr/bin/ld: error: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment; recompile object files with -fPIC
>>> defined in libavcodec/aarch64/fft_neon.o
>>> referenced by libavcodec/aarch64/fft_neon.o:(fft_tab_neon)

/usr/bin/ld: error: can't create dynamic relocation R_ARM_ABS32 against symbol: fft4_neon in readonly segment; recompile object files with -fPIC
>>> defined in libavcodec/arm/fft_fixed_neon.o
>>> referenced by libavcodec/arm/fft_fixed_neon.o:(fft_fixed_tab_neon)

/usr/bin/ld: error: can't create dynamic relocation R_ARM_ABS32 against symbol: fft4_neon in readonly segment; recompile object files with -fPIC
>>> defined in libavcodec/arm/fft_fixed_neon.o
>>> referenced by libavcodec/arm/fft_fixed_neon.o:(fft_fixed_tab_neon)
2019-07-29 23:56:17 +00:00
Piotr Kubaj
176c83ecef devel/kBuild: fix build on powerpc64
powerpc64 needs new GCC to build this port (not base GCC). KBUILD_ARCH needs to be corrected, in the current form it ends up as ppc3264, which is not we want.

PR:		239161
Approved by:	linimon (mentor), vbox (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D21083
2019-07-29 22:20:15 +00:00
Guido Falsi
568a872a0f Update xfce4-panel-profiles to 1.0.9 2019-07-29 22:17:57 +00:00
Luca Pizzamiglio
b423abf852 devel/electron4: Fix pkg-plist and change default options
Fix pkg-plist when DIST option is OFF.
The DIST option is set OFF by default, reducing the package size.
Bump PORTREVISION.

PR:		239459
Submitted by:	maintainer
Reported by:	Sebastian Stroniewski-Wojtczak
Obtained from:	https://github.com/tagattie/FreeBSD-Electron/pull/16
2019-07-29 21:47:27 +00:00
Dmitry Marakasov
cf57f692d9 Add more CVE references to sdl2_image entry 2019-07-29 21:41:04 +00:00
Guido Falsi
26491007b2 Update xfce4-screensaver to 0.1.7 2019-07-29 21:38:20 +00:00
Guido Falsi
a14905efdc Update tumbler to 0.2.6 2019-07-29 21:37:38 +00:00
Guido Falsi
b14d63261d Update mousepad to 0.4.2 2019-07-29 21:37:13 +00:00
Guido Falsi
2fc43ce374 Update xfce4-power-manager to 1.6.4 2019-07-29 21:36:40 +00:00
Guido Falsi
7e5a72b869 Update garcon to 0.6.4 2019-07-29 21:36:06 +00:00
Guido Falsi
7937bfd5f3 Update parole to 1.0.3 2019-07-29 21:35:25 +00:00
Guido Falsi
7a7cac5267 Update catfish to 1.4.8 2019-07-29 21:34:37 +00:00
Guido Falsi
ea66ab20b2 Update libexo to 0.12.7 2019-07-29 21:34:10 +00:00
Dmitry Marakasov
ed5c420093 - Update to 2.0.3
- Take maintainership

Though it has graphical problems for me on Intel graphics, the
older version segfaults so it's still better. I hope to resolve
these (see https://github.com/juzzlin/DustRacing2D/issues/58),
or they may not reproduce on other hardware.
2019-07-29 20:51:27 +00:00
Thierry Thomas
1cd727e10e Upgrade to 0.60.7.
Changelog at <http://aspell.net/man-html/ChangeLog.html>.
2019-07-29 20:42:04 +00:00
Dmitry Marakasov
babeab27fc - Drop maintainership 2019-07-29 20:08:13 +00:00
Jan Beich
fa76f91248 multimedia/ffmpeg: drop vestige of base GCC support on x86
- Base GCC is not allowed by USES=compiler:c11
- Base Clang uses integrated assembler by default
- lang/gcc* uses as(1) from devel/binutils by default
2019-07-29 19:52:04 +00:00
Jan Beich
047b62ed5a devel/godot2: vendor still uses yes/no rather than True/False
As r507587 built fine and verbosely this change is cosmetic.
2019-07-29 19:35:52 +00:00
Rene Ladan
95b77b03a4 security/subversion-gnome-keyring: fix after removal of devel/subversion19
Reported by:	antoine
2019-07-29 19:33:47 +00:00
Jan Beich
6c8653fc92 multimedia/ffmpeg: both nasm and as(1) are not used
powerpcspe doesn't support AltiVec unlike powerpc or powerpc64.

PR:		239509
2019-07-29 19:24:31 +00:00
Jan Beich
04c87864bb devel/godot: adjust BROKEN_arm* after r473165
clang -o thirdparty/libvpx/vp8/common/arm/neon/bilinearpredict_neon.x11.opt.32.llvm.o -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -g1 -O3 -O2 -fstack-protector-strong -fno-strict-aliasing -DRTAUDIO_ENABLED -pipe -pthread -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DWEBM_ARMASM -DTYPED_METHOD_BIND -DTOUCH_ENABLED -DALSA_ENABLED -DALSAMIDI_ENABLED -DX11_ENABLED -DUNIX_ENABLED -DOPENGL_ENABLED -DGLES_ENABLED -DGLAD_ENABLED -DGLES_OVER_GL -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DMODULE_PVR_ENABLED -DMODULE_REGEX_ENABLED -DMODULE_SQUISH_ENABLED -DMODULE_STB_VORBIS_ENABLED -DMODULE_SVG_ENABLED -DMODULE_TGA_ENABLED -DMODULE_THEORA_ENABLED -DMODULE_UPNP_ENABLED -DMODULE_VISUAL_SCRIPT_ENABLED -DMODULE_VORBIS_ENABLED -DMODULE_WEBM_ENABLED -D_THREAD_SAFE -DNDEBUG -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/libvpx -Ieditor -I. -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -Iplatform/x11 -Ithirdparty/zstd -Ithirdparty/glad thirdparty/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c
In file included from thirdparty/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c:11:
/usr/lib/clang/8.0.1/include/arm_neon.h:28:2: error: "NEON support not enabled"
 #error "NEON support not enabled"
  ^
/usr/lib/clang/8.0.1/include/arm_neon.h:48:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(8))) int8_t int8x8_t;
                       ^
/usr/lib/clang/8.0.1/include/arm_neon.h:49:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(16))) int8_t int8x16_t;
                       ^
[...]
2019-07-29 19:24:23 +00:00
Jan Beich
74c5efa46f devel/godot: enforce verbose build after r421635
Command-line arguments provide a clue when debugging non-x86 bustage.

Approved by:	portmgr blanket
2019-07-29 19:24:15 +00:00
Piotr Kubaj
670fcd2115 databases/p5-DBD-mysql: fix build on GCC architectures
--libs needs -L/usr/local/lib/gcc9 to find libatomic (needed since MySQL 5.7) on GCC architectures.

PR:		239505
Approved by:	mat (mentor, maintainer)
2019-07-29 19:15:18 +00:00
Dmitry Marakasov
7e2f3eaf6f - Drop maintainership 2019-07-29 18:41:44 +00:00
Dmitry Marakasov
872ffbad03 - Drop maintainership 2019-07-29 18:40:07 +00:00
Dmitry Marakasov
fb71f0e56a - Drop maintainership 2019-07-29 18:37:26 +00:00
Jochen Neumeister
1c81740bb0 Update to 3.11.0
PR:		239422
Reported by:	geoffroy desvernay <dgeo@centrale-marseille.fr>
Sponsored by:	Netzkommune GmbH
2019-07-29 18:09:36 +00:00
Matthew Seaman
67a1f26446 Update to 2.2.2
ChangeLog:	https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
2019-07-29 18:08:24 +00:00
Sunpoet Po-Chuan Hsieh
307a0ea745 Update to 20190725 2019-07-29 16:52:34 +00:00
Sunpoet Po-Chuan Hsieh
de6c6f0496 Update to 2019.07.28 2019-07-29 16:52:29 +00:00
Sunpoet Po-Chuan Hsieh
d2b1c07ff8 Update to 2.11.321
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-07-29 16:52:24 +00:00