1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

18528 Commits

Author SHA1 Message Date
Antoine Brodin
3f14fbb2c0 Fix some PKGNAME collisions 2018-10-08 15:08:13 +00:00
Antoine Brodin
95e220d1be Deprecate some GNOME 2 applications
With hat:	portmgr
2018-10-07 20:25:16 +00:00
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Dmitry Marakasov
7d4d99bf8f - Update to 20180924 2018-10-05 15:02:20 +00:00
Ganael LAPLANCHE
33f178ede0 Add missing USES=gl to my ports 2018-10-05 10:10:02 +00:00
Carlo Strub
a31f3edca2 - Update to 1.06.002
- Clean up Makefile
2018-10-04 22:11:58 +00:00
Mark Felder
393a1c00f3 Reset maintainer for misc ports I do not interact with anymore 2018-10-02 19:21:49 +00:00
Wen Heping
3460d17ce8 - Update to 3.2.2
- Update pkg-message

PR:		231792
Submitted by:	devnexen@gmail.com(maintainer)
Differential Revision:	https://reviews.freebsd.org/D17354
2018-09-30 15:32:44 +00:00
Koop Mast
951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00
Thomas Zander
84b6aee905 Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l 2018-09-29 08:04:27 +00:00
Jan Beich
a9d287a5ea lang/rust: update to 1.29.1
- Force rebuild all consumers as standard library is statically linked

Changes:	https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR:		229826 (follow up)
Approved by:	dumbbell
Differential Revision:	https://reviews.freebsd.org/D17337
2018-09-28 17:59:24 +00:00
Martin Wilke
59809540bc - Update to 2.6.1
PR:		230587
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
2018-09-28 16:34:26 +00:00
Mark Linimon
524345a6d0 Fix cut-and-paste error that broke the build.
Pointy hat to: linimon
2018-09-27 11:07:22 +00:00
Ed Maste
8399ead6f8 Add -znotext to LDFLAGS on i386, for lld
These ports link some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments.  For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.

PR:		214864
Approved by:	portmgr (lld blanket)
Sponsored by:	The FreeBSD Foundation
2018-09-26 16:12:12 +00:00
Brooks Davis
3a34ffa58f Update Objective-C LLVM version to 6.0.
Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.

PR:		230116
Submitted by:	mikael.urankar@gmail.com
Approved by:	theraven (prior version)
Sponsored by:	DARPA, AFRL
2018-09-26 15:23:37 +00:00
Lars Engels
87ebd7c522 games/wesnoth:
Update to 1.14.5
2018-09-26 13:08:56 +00:00
Jan Beich
3f59c0cc15 games/openbor: switch COMMENT to upstream synopsis
Fighting game has a defined meaning e.g., 1v1 on an arena.
M.U.G.E.N is more suited for those than OpenBOR.
2018-09-26 11:55:52 +00:00
Jan Beich
7284f24958 games/openbor: sync pkg-descr with upstream README.md 2018-09-26 11:22:52 +00:00
Lars Engels
bb6f518033 games/ski:
Update to 6.12
2018-09-26 09:54:07 +00:00
Steve Wills
3e4fbe67b3 games/manaplus: Update to 1.8.9.1
PR:		231698
Submitted by:	Thibault Payet <monwarez@mailoo.org> (maintainer)
2018-09-25 16:13:04 +00:00
Mark Linimon
b54b77fa86 These ports now build on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-09-25 07:29:25 +00:00
Jan Beich
fd68ec8f83 games/openra: update to 20180923
Changes:	https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20180923
MFH:		2018Q3 (for multiplayer, mostly bug fixes otherwise)
2018-09-24 11:31:35 +00:00
Dmitry Marakasov
17e23537a7 - Update to 10.4t 2018-09-24 11:14:41 +00:00
Sunpoet Po-Chuan Hsieh
b9c06a7339 Update WWW 2018-09-24 11:14:28 +00:00
Dmitry Marakasov
9f279213ce - Update to 1.08 2018-09-24 10:58:00 +00:00
Dmitry Marakasov
2df502d53b - Update to 1.08 2018-09-24 10:57:55 +00:00
Mathieu Arnold
83c0ed08a0 These options seem to also install files that are not documentation, so
remove their dependency on DOCS.
2018-09-24 09:49:21 +00:00
Nikolai Lifanov
195f0b43ad update games/stonesoup to 0.22.1
Changes: https://crawl.develz.org/wordpress/0-22-1-and-0-21-2-bug-fix-releases
2018-09-24 04:21:08 +00:00
Nikolai Lifanov
741aeee34e update games/wtf to 20180919 snapshot from NetBSD 2018-09-24 03:18:46 +00:00
Mark Linimon
022ec88b2e Fix build on gcc-based archs.
Tested on powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-23 12:28:37 +00:00
Dmitry Marakasov
3ca6880cd2 - Update WWW
Approved by:	portmgr blanket
2018-09-23 09:38:26 +00:00
Mark Linimon
c12220ba5f Adjust USES to fix builds on gcc-bases archs. While here, pet portlint.
Tested on powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-23 04:38:22 +00:00
Niclas Zeising
f66fa0d7d0 Fix build after switch to USES=gl
Fix build by using USES=gl properly, instead of USE_GL=yes.  The latter
caused issues on the slave port.

PR:		230692
Reported by:	antoine
2018-09-22 12:49:01 +00:00
Matthias Andree
d1cfeab07e Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.
Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>

Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.

Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.

Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)

Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions.  Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
2018-09-22 10:15:22 +00:00
Mark Linimon
aecf049634 Fix build on gcc-based archs by updating USES.
Tested on powerpc64 and amd64 (for no regression).

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-09-22 05:30:31 +00:00
Steve Wills
525450fd1a games/pcgen: update to 6.06.01
PR:		231490
Submitted by:	cperciva
2018-09-21 22:22:29 +00:00
Gleb Popov
260b95f611 games/angband: Set new maintainer.
PR:		230827
Approved by:	tcberner (mentor)
2018-09-20 19:13:04 +00:00
Steve Wills
6b91da65fe games/cataclysm-dda: update, fix build, add SDL option
While here, give maintainership to submitter

PR:		226418
Submitted by:	Greg V <greg@unrelenting.technology>
2018-09-20 05:04:03 +00:00
Mateusz Piotrowski
ebc2572df2 games/genact: Update to 0.6.0
Changelog:
https://github.com/svenstaro/genact/compare/0.5.0...0.6.0

Reported by:	portscout
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17239
2018-09-19 17:19:18 +00:00
Tobias C. Berner
e7032dd996 games/gcompris-qt -- add missing runtime dependencies
PR:		231302
Reported by:	lbartoletti@tuxfamily.org
2018-09-18 17:39:39 +00:00
Mark Linimon
cfd3568a3b Fix problem with clang-specific flags being invoked on gcc-bases
archs (e.g. powerpc64.)

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 12:24:29 +00:00
Mark Linimon
2f0d68299c Upgrade these ports to USES=compiler:c++11-lang to fix build on gcc-based
archs such as powerpc64.

Tested for no effect on amd64.

While here, pet portlint.

Approved by:	portgmr (tier-2 blanket)
2018-09-18 09:28:34 +00:00
Mark Linimon
c77e244c6e Fix build on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-09-18 09:10:17 +00:00
Mark Linimon
03cf2e0916 Conditionalize the addition of -Wno-c++11-narrowing to fix clang6 errors
in CFLAGS to affect clang-based archs.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 08:47:31 +00:00
Mark Linimon
2e7f27934a More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.

Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 08:14:23 +00:00
Mark Linimon
8bf23c2df5 Add gnu99 to USE_CSTD to fix builds on gcc-based archs.
Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 07:10:07 +00:00
Wen Heping
6941f343a6 - Update to 0.9.23
- Take maintainership
2018-09-17 02:43:14 +00:00
Sunpoet Po-Chuan Hsieh
9d10d42d4a Change RUN_DEPENDS from rubygem-trollop to rubygem-optimist
- Bump PORTREVISION for dependency and package change
2018-09-16 23:25:26 +00:00
Antoine Brodin
dfc51876b5 Deprecate ports that do not build on FreeBSD 11+ 2018-09-16 11:44:37 +00:00
Danilo G. Baio
636ce5b742 games/robocode: Update to 1.9.3.3
Changes:	http://robo-code.blogspot.com/2018/09/robocode-1933.html
2018-09-14 00:26:39 +00:00