aboutsummaryrefslogtreecommitdiff
path: root/misc/seabios
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert misc/seabios to use the new "build" argument to USE_GCC,Gerald Pfeifer2021-01-311-2/+1
| | | | | | | | | | replacing direct manipulation of RUN_DEPENDS by the much more declarative and simpler USE_GCC=yes:build. PR: 211154 Notes: svn path=/head/; revision=563483
* misc/seabios: update to 1.14.0Roger Pau Monné2020-08-262-4/+4
| | | | | | | Approved by: bapt (implicit) Notes: svn path=/head/; revision=546292
* misc/seabios: update to 1.13.0Roger Pau Monné2020-05-252-6/+6
| | | | | | | | Sponsored by: Citrix Systems R&D Approved by: bapt (implicit) Notes: svn path=/head/; revision=536484
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* seabios: foce usage of GNU ldRoger Pau Monné2018-04-041-2/+2
| | | | | | | | | SeaBIOS requires GNU ld in order to link. Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=466430
* misc/seabios: Update to 1.11.0Tobias Kortkamp2018-03-112-5/+4
| | | | | | | | | | Changes: https://www.seabios.org/Releases#SeaBIOS_1.11.0 PR: 224515 Submitted by: Sergey Samoyloff <gonzahq@yandex.ru> Approved by: royger (maintainer timeout, ~2.5 months) Notes: svn path=/head/; revision=464155
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* seabios: update to 1.10.2Roger Pau Monné2017-05-162-5/+5
| | | | | | | | | Approved by: bapt Sponsored by: Citrix Systems R&D Differential revision: https://reviews.freebsd.org/D10746 Notes: svn path=/head/; revision=441003
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* Change from broken on only one tier-2 to ONLY_FOR. It fails to buildMark Linimon2016-11-291-1/+2
| | | | | | | | | on armv6 and sparc64 as well, and probably does not even apply. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=427384
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=426566
* seabios: update to 1.10.0Roger Pau Monné2016-10-272-4/+4
| | | | | | | | Sponsored by: Citrix Systems R&D Approved by: bapt Notes: svn path=/head/; revision=424763
* seabios: update to 1.9.3Roger Pau Monné2016-07-062-3/+4
| | | | | | | Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=418136
* SeaBIOS: update to 1.9.2Roger Pau Monné2016-04-253-78/+3
| | | | | | | | | Sponsored by: Citrix Systems R&D Approved by: bapt Differential revision: https://reviews.freebsd.org/D6083 Notes: svn path=/head/; revision=413997
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* seabios: fix failure to find pythonRoger Pau Monné2016-04-011-1/+2
| | | | | | | | | | | | | | | | The failure has been reported by the automatic builders: http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/412304/logs/errors/seabios-1.9.1.log This is because SeaBIOS doesn't have a configure phase and the paths of the required build tools need to be passed to the make command when building. Approved by: bapt Sponsored by: Citrix Systems R&D Differential revision: https://reviews.freebsd.org/D5804 Notes: svn path=/head/; revision=412335
* xen-tools: extract seabios, build with clangRoger Pau Monné2016-03-314-0/+106
Submitted by: bapt Minor fixes by: royger Approved by: bapt Notes: svn path=/head/; revision=412232