Commit graph

149 commits

Author SHA1 Message Date
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Ganael LAPLANCHE
a77cd202c9 Update Simgear & Flightgear ports to 2018.2.1
Also, remove js_server as it has been unmaintained for years now.
2018-06-01 11:48:58 +00:00
Ganael LAPLANCHE
17b94cd28f Update Simgear & Flightgear ports to 2018.1.1 2018-04-23 11:26:24 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Ganael LAPLANCHE
42d1ec369f games/flightgear: set LLD_UNSAFE
Prevent Flightgear from linking using lld as it fails with errors like:

/usr/bin/ld: error: cannot preempt symbol: alcGetIntegerv
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by audio_openal.c
>>>               audio_openal.c.o:(openal_input)

due to preemption of symbols with protected visibility in a shared object.

See also PR #219089 for more details.

PR:		226980
Submitted by:	emaste
2018-03-31 16:26:49 +00:00
Dmitry Marakasov
e778da6612 Bump revisions after graphics/osg update 2018-03-13 20:10:33 +00:00
Ganael LAPLANCHE
d79ff76e24 Make portlint happier with my ports (reorder variables) 2018-01-25 11:07:50 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Niclas Zeising
5598792853 Bump portrevision to chase graphics/glew shard library version update.
PR:		223370
Submitted by:	zeising
exp-run by:	antoine
Approved by:	antoine
2017-11-18 19:32:38 +00:00
Ganael LAPLANCHE
250805c259 Update Simgear and Flightgear ports to 2017.3.1 2017-09-29 16:06:29 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Ganael LAPLANCHE
613ca10ceb - Backport commits 0ba2ac31 and 1ad2bf44 (fixes for CVE-2017-13709)
- Rename patch patch-src-Autopilot-route_mgr.cxx to a more explicit name

Reported by:	Florent Rougon <f.rougon@free.fr>
2017-08-28 15:36:03 +00:00
Ganael LAPLANCHE
9d138e2136 Add missing dependency to libudev
Reported by:	Markus Barenhoff <mbarenh@alios.org>
MFH:		2017Q3
2017-07-03 10:19:20 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Ganael LAPLANCHE
f55d6e7d12 Backport security fix faf872e7 (CVE-2017-8921)
Reported by:    Florent Rougon <f.rougon@free.fr>
Security:	https://sourceforge.net/p/flightgear/flightgear/ci/faf872e7
2017-05-15 10:16:25 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Ganael LAPLANCHE
2dcfd1be11 Update Simgear and Flightgear ports to 2017.1.3 2017-04-08 20:26:12 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Ganael LAPLANCHE
1a70178e32 - Update Simgear & Flightgear ports to 2017.1.2
- Fix fgpanel build [1]

PR:		217514 [1]
Submitted by:	russo@bogodyn.org [1]
2017-03-03 21:16:40 +00:00
Ganael LAPLANCHE
dd9b233570 Update Simgear & Flightgear ports to 2017.1.1 2017-03-01 20:44:10 +00:00
Ganael LAPLANCHE
2b65b68e14 Fix build with Clang 4.0.0
PR:		216203
Submitted by:	jbeich
2017-01-21 21:23:45 +00:00
Ganael LAPLANCHE
87b99a924d Update Simgear & Flightgear ports to 2016.4.4 2017-01-06 17:45:29 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Ganael LAPLANCHE
3fc790d0ab Backport security fix 280cd52
Without this fix, a malicious aircraft maintainer can easily overwrite
arbitrary files the user running FlightGear has write access to.

Reported by:	Florent Rougon <f.rougon@free.fr>
Security:	280cd52368/
2016-12-14 11:12:53 +00:00
Ganael LAPLANCHE
21c435db82 Update Simgear and Flightgear ports to 2016.4.3 2016-12-09 17:50:43 +00:00
Ganael LAPLANCHE
4661c0b581 Update Simgear and Flightgear ports to 2016.4.2 2016-11-30 11:20:06 +00:00
Ganael LAPLANCHE
7f9e7ee6a4 Make QT5 optional
PR:		214748
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com>
MFH:		2016Q4
2016-11-25 15:39:37 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Ganael LAPLANCHE
f56c6365de Backport radio bug patch from upstream
PR:		213650
Submitted by:	russo@bogodyn.org
2016-10-24 10:13:49 +00:00
Ganael LAPLANCHE
038e022f91 Update Simgear & Flightgear ports to 2016.3.1 2016-09-19 20:28:51 +00:00
Ganael LAPLANCHE
63d3927753 Update Simgear & Flightgear ports to 2016.2.1 2016-05-28 18:56:58 +00:00
Ganael LAPLANCHE
c44979a6ac Update Simgear & Flightgear ports to 2016.1.2 2016-05-17 20:46:45 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Ganael LAPLANCHE
d3313283fd Update Simgear & Flightgear to 2016.1.1 2016-03-08 17:27:59 +00:00
Baptiste Daroussin
ac922c592e Convert g* and i* to USES=sqlite and USES=firebird 2016-01-10 16:55:26 +00:00
Ganael LAPLANCHE
22bf0edeb6 Add LOCALBASE to LDFLAGS to fix build on DragonFly
PR:		202115
Submitted by:	marino
2015-08-10 15:03:39 +00:00
Ganael LAPLANCHE
48ef6aa21d Fix build by explicitly linking to X11
PR:		202115
Submitted by:	leventelist@gmail.com
2015-08-08 20:29:52 +00:00
John Marino
74d3bc86be Add USES=alias to 11 ports (non-invasive DragonFly support) 2015-07-03 10:46:51 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Dmitry Marakasov
4b0729c60a - Add CPE info
Approved by:	portmgr blanket
2015-05-14 10:21:49 +00:00
Ganael LAPLANCHE
b431f9bf76 While waiting for a bugfix release, backport Nasal security fixes from upstream
git repositories:
- flightgear 6a30e70
- fgdata 60da209

Suggested by:	"Rebecca N. Palmer" <rebecca_palmer@zoho.com>
2015-03-18 19:43:42 +00:00
Ganael LAPLANCHE
752310386c Update Simgear & Flightgear to 3.4.0 2015-03-11 07:11:51 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Ganael LAPLANCHE
d76d63bf0f Remove versioned uses of USE_GCC
Suggested by:	gerald
2014-11-10 08:36:35 +00:00