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

536637 Commits

Author SHA1 Message Date
Mark Linimon
816b7ede91 Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=gnu++11"

Approved by:	portmgr (tier-2 blanket)
2021-02-17 10:56:27 +00:00
Gleb Popov
d4b10e52fe textproc/md4c: Create the port.
md4c is a markdown parser written in C.

PR:		252383
Submitted by:	Henrik Rosenke <rosenke@dssgmbh.de>
Reviewed by:	Matthias Apitz <guru@unixarea.de>, daniel.engberg.lists@pyret.net
2021-02-17 10:36:55 +00:00
Jan Beich
e86c0b0b5f graphics/vulkan-validation-layers: update to 1.2.170
Changes:	https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.2.169...v1.2.170
Reported by:	portscout
2021-02-17 10:09:31 +00:00
Jan Beich
5659a34283 graphics/vulkan-loader: update to 1.2.170
Changes:	https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.2.169...v1.2.170
Reported by:	portscout
2021-02-17 10:09:24 +00:00
Jan Beich
9bbd9ac500 graphics/vulkan-headers: update to 1.2.170
Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.169...v1.2.170
Reported by:	portscout
2021-02-17 10:09:15 +00:00
Alexey Dokuchaev
52542ecac8 - Update `benchmarks/glmark2' to version 2021.02
- Gargage-collect patches integrated upstream
- Now really requires C++14-capable compiler, so
  stop trying to force C++11
- Disable Wayland flavor and mark it as BROKEN

Reported by:	portscout
2021-02-17 09:44:46 +00:00
Kirill Ponomarev
ceb1d522b5 Update to 0.6.3 2021-02-17 09:38:29 +00:00
Rene Ladan
11707bfe2e Remove expired ports:
2021-02-14 www/rtv: Abandoned, use www/py-ttrv or www/py-tuir instead
2021-02-15 textproc/py-sphinxcontrib-websupport11: Use textproc/py-sphinxcontrib-websupport instead
2021-02-15 textproc/py-sphinx18: Old version, use textproc/py-sphinx instead
2021-02-17 09:05:41 +00:00
Emanuel Haupt
24b0e67b19 Update to 1.2.1 2021-02-17 08:53:46 +00:00
Alexey Dokuchaev
6289435153 - Cite the explanation from r492056 to prevent careless updates
- Fix some formatting bugs and shorten one overly long line
2021-02-17 08:44:28 +00:00
Gleb Popov
0ca45946d1 x11-toolkits/libXt: Update to 1.2.1
PR:		253233
Submitted by:	daniel.engberg.lists@pyret.net
2021-02-17 08:16:48 +00:00
Alexey Dokuchaev
0063d0a530 Unbreak the build after r565273.
Reported by:	pkg-fallout
2021-02-17 08:06:46 +00:00
Gerald Pfeifer
f80d9b9968 Update to the 20210211 snapshot of GCC 8.4.1.
This brings a sole backport for the tree optimizers.
2021-02-17 07:30:23 +00:00
Alexey Dokuchaev
99702266ac - Unbreak the build against modern, more strict compilers
- Install stripped binary as suggested by the stage QA
2021-02-17 06:32:54 +00:00
Jimmy Olgeni
955feadb94 Update net/py-kombu to version 4.6.11. 2021-02-17 06:29:07 +00:00
Mikhail Teterin
9c4396ec46 When correcting for non-default prefix, include man-pages too.
Sponsored by:	United Marsupials
2021-02-17 04:06:01 +00:00
Mikhail Teterin
831fe54140 Remove the stray -Werror. Whether or not to tolerate warnings
shall depend on the user's settings.

Sponsored by:	United Marsupials
2021-02-17 03:38:01 +00:00
Mikhail Teterin
35492e8da5 List ${PREFIX}/lib in addition to ${PREFIX}/lib/siod for ldconfig.
Add the DOCS option -- and deal with the siod.html file depending
on the selection.

Sponsored by:	United Marsupials
2021-02-17 03:25:20 +00:00
Mikhail Teterin
91ea805744 Upgrade from circa 2000 to circa 2014 code. Unfortunately, upstream
are somewhat sloppy about releases -- and do not publish versioned
files. I'm calling this one 3.6.2, because that's the last version
found in the change log.

The new build uses bsd.lib.mk and bsd.prog.mk -- in order to:
	a) build shared libraries cleanly;
	b) stand a chance of working on the hardware platforms,
	   where the author never tried it.

The large patches provide for warning-free compiles with WARNS=7 --
tested on FreeBSD-11/amd64.

We now take care to link with libgnuregex.so -- whether from base
or provided by devel/libgnuregex instead of using the bundled
(ancient) version of Henry Spencer's library.

Similarly, the port links with the base -lmd instead of compiling
its own MD5-implementation.

Additional new feature is options, which currently include:

	. Socket support -- this used to be built unconditionally
	  and is still on by default. However, someone concerned
	  about the "network daemon" security warning may want to
	  to turn this off.
	. Regex module -- also on by default. But, because it may,
	  depending on the OS version, drag in a dependency, it
	  can be turned off.
	. NDBM -- a never-before built (not on FreeBSD) module
	  allowing work with NDBM databases. On by default now,
	  because it has no dependencies.
	. GD -- the graphics library. Never built before by this
	  port, it remains off by default because it depends on
	  graphics/gd (or ukrainian/gd).
	. SQL_SYBASE -- for interactions with Sybase (and MS-SQL)
	  database servers. Depends on databases/freetds and therefor
	  off by default.

There is also sql_oracle module, which is not enabled (for now),
because databases/oracle8-client is, unfortunately, i386-only.

The peculiarity of installing siod.html into ${PREFIX}/lib/siod
remains for now -- suggestions welcome.

Sponsored by:	United Marsupials
2021-02-17 03:00:00 +00:00
Joseph Mingrone
4f55fd65f0 math/libRmath: Update to version 4.0.4
https://cran.r-project.org/doc/manuals/r-release/NEWS.html
2021-02-17 02:30:18 +00:00
Joseph Mingrone
52d3314f05 math/R: Update to version 4.0.4
https://cran.r-project.org/doc/manuals/r-release/NEWS.html
2021-02-17 02:29:41 +00:00
Adam Weinberger
ef0a734ebe www/p5-Mojolicious: Update to 9.01 2021-02-17 02:07:50 +00:00
Kyle Evans
06c5005b27 sysutils/memtest86+: remove dependency on gcc48
This is one of three ports still explicitly dependent on lang/gcc48. The
problems that were preventing the upgrade were as follows:

- The __OUT*/__IN* macros in io.h were declaring the produced functions as
  extern, yielding multiple "definitions." They're inline asm, so just give
  them static linkage.

- reboot was declared inline with non-static linkage, thus leaving it in a
  weird state where it wasn't visible within the same CU or another CU.
  Drop the inline for now; if it really needs to be inlined, it can be
  moved into a header and declared `static inline`.

I made these changes, then discovered there's a 5.31b that's still in
testing. I checked the archive for that and was delighted to discover these
changes had already actually been made there, too, so let's consider this a
backport.

PR:		253303
Approved by:	avg (maintainer)
MFH:		2021Q1
2021-02-17 01:36:14 +00:00
Olivier Cochard
e3ec5d263e p5-Crypt-CBC is only used for test.
Reported by:	glebius
Sponsored by:	Netflix
2021-02-17 00:52:20 +00:00
Piotr Kubaj
98d46cae1e graphics/tesseract-data: update to 4.1.0
Changelog: https://github.com/tesseract-ocr/tessdata/compare/4.0.0...4.1.0
2021-02-17 00:29:54 +00:00
Li-Wen Hsu
588f15684f devel/jenkins: Update to 2.280
Sponsored by:	The FreeBSD Foundation
2021-02-17 00:26:00 +00:00
Dima Panov
d6a9cf0ead net/gnu-radius: unbreak after r565322
point to lang/guile1 due to lang/guile was updated to 3.x branch

Pointyhat to:	bofh for missed exp-run
Noticed by:	poudriere
2021-02-17 00:13:35 +00:00
Danilo G. Baio
da358d7eb6 textproc/po4a: Update to 0.62
- Add LICENSE_FILE
- Move to GitHub (new project's repository)
- Improve pkg-descr description along with the new website

Changelog:	https://github.com/mquinson/po4a/blob/v0.62/NEWS
Approved by:	garga (maintainer)
Differential Revision:	https://reviews.freebsd.org/D28653
2021-02-16 22:34:00 +00:00
Matthias Fechner
c1b4dec5af Changed the startup script to be able to work together with cbsd.
Parts of it where written by Oleg Ginzburg I only had to do some small modifications, thanks for this support.

Submitted by:	Oleg Ginzburg
2021-02-16 22:22:27 +00:00
Piotr Kubaj
00773c6a97 games/libretro-desmume2015: fix build on non-x86 / ARM
JIT is only for x86 and ARM.
2021-02-16 22:20:14 +00:00
Stephen Montgomery-Smith
366c758990 - Update to 3.5.3. 2021-02-16 21:44:17 +00:00
Tobias C. Berner
13324acdad graphics/sane-backends: graphics/sane-backends: update to 1.0.32
Changelog:
	https://gitlab.com/sane-project/backends/-/releases/1.0.32

PR:		253562
Submitted by:	VVD <vvd@unislabs.com>  (maintainer)
2021-02-16 21:34:16 +00:00
Yuri Victorovich
63e73c2bd1 audio/faust: Update 2.27.2 -> 2.30.5 2021-02-16 21:33:04 +00:00
Christian Weisgerber
fec756427e archivers/gtar: update to bugfix release 1.34 2021-02-16 21:28:26 +00:00
Lev A. Serebryakov
c3ec96cf99 Proper fix for python bindings build failure: disable parallel build.
MFH:		2021Q1
2021-02-16 21:24:58 +00:00
Tobias C. Berner
6a4e96f164 graphics/sane-backends: give port to VVD <vvd@unislabs.com>
PR:		253562
2021-02-16 21:18:59 +00:00
Thierry Thomas
25138882c4 Remove a no more used variable.
Reported by:	antoine
2021-02-16 21:11:19 +00:00
Thierry Thomas
2b022a8c31 Adding APKiD, an Android Application Identifier for Packers, Protectors,
Obfuscators and Oddities.
2021-02-16 20:55:38 +00:00
Yuri Victorovich
7eb6fb9871 audio/faust: Update 2.5.23 -> 2.27.2 2021-02-16 20:33:33 +00:00
Rainer Hurling
a0279bebd1 devel/py-oci: Update to 2.31.1
Changelog: https://github.com/oracle/oci-python-sdk/releases/tag/v2.31.1

PR:		253565
Submitted by:	Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
2021-02-16 20:17:17 +00:00
Antoine Brodin
b7240d17d3 Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: g_mainthread_id
>>> defined at module.c
>>>            livestatus_so-module.o:(g_mainthread_id)
>>> defined at logger.c
>>>            livestatus_so-logger.o:(.bss+0x8)

Reported by:	pkg-fallout
MFH:		2021Q1
2021-02-16 20:13:10 +00:00
Antoine Brodin
6419809578 Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: mem68k_fetch_byte
>>> defined at floppy.c
>>>            floppy.o:(mem68k_fetch_byte)
>>> defined at profile.c
>>>            profile.o:(.bss+0x100)

Reported by:	pkg-fallout
MFH:		2021Q1
2021-02-16 20:10:31 +00:00
Dmitry Marakasov
de50a83f2e net/libdnet: disable useless buildtime check for /dev/bpf presence
Device is not guarateed to exist at package building time.

PR:		238523
Submitted by:	rea@FreeBSD.org
Reported by:	dweimer@dweimer.net
Approved by:	maintainer timeout (onatan@gmail.com, 1.5 years)
MFH:		2021Q1
2021-02-16 20:02:33 +00:00
Kurt Jaeger
50c4894a5c net-im/openfire: update 4.6.1 -> 4.6.2
PR:		253534
Submitted by:	Nikita Druba <nikita@druba.su> (maintainer)
Relnotes:	http://download.igniterealtime.org/openfire/docs/4.6.2/changelog.html
2021-02-16 19:43:17 +00:00
Antoine Brodin
126b1b02bf Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: CGACONST
>>> defined at 386.c
>>>            pcem-386.o:(CGACONST)
>>> defined at 386_dynarec.c
>>>            pcem-386_dynarec.o:(.bss+0x1900)

Reported by:	pkg-fallout
MFH:		2021Q1
2021-02-16 19:40:03 +00:00
Antoine Brodin
9c8f57adcb Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: data
>>> defined at event.c
>>>            event.o:(data) in archive ../adns/libadns.a
>>> defined at types.c
>>>            types.o:(.bss+0x0) in archive ../adns/libadns.a

Reported by:	pkg-fallout
MFH:		2021Q1
2021-02-16 19:34:53 +00:00
Babak Farrokhi
efda84daad devel/py-uvloop: Update to 0.15.1 2021-02-16 19:32:43 +00:00
Antoine Brodin
2810a2946a Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: DicDir
>>> defined at xjdcomm.c
>>>            ./obj/Jishyo.obj/xjdcomm.c.o:(DicDir)
>>> defined at xjdsa.c
>>>            ./obj/Jishyo.obj/xjdsa.c.o:(.bss+0x110)

Reported by:	pkg-fallout
MFH:		2021Q1
2021-02-16 19:32:18 +00:00
Antoine Brodin
177bb89f55 Mark BROKEN on FreeBSD 13 and 14
Reported by:	pkg-fallout
MFH:		2021Q1
2021-02-16 19:29:19 +00:00
Max Brazhnikov
5e7cfb8ff9 misc/py-python-utils: update to 2.5.6 2021-02-16 18:45:52 +00:00