aboutsummaryrefslogtreecommitdiff
path: root/misc/rump
Commit message (Collapse)AuthorAgeFilesLines
* misc/rump: fix or suppress clang 13 warningsDimitry Andric2021-09-152-3/+18
| | | | | | | | | | Fix a null pointer subtraction bug reported by clang 13, and suppress the new clang 13 -Wunused-but-set-variable warning, as it triggers quite often in the NetBSD src tree. PR: 258508 Approved by: vanilla (maintainer) MFH: 2021Q3
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Switch from NOT_FOR_ARCHS to the smaller list ONLY_FOR_ARCHS.Mark Linimon2020-11-281-2/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=556528
* Also mark as not for all powerpc variants.Mark Linimon2020-09-231-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=549838
* Fix building with -head.Vanilla I. Shu2020-08-2911-0/+354
| | | | Notes: svn path=/head/; revision=546869
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-2/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them soMark Linimon2017-11-301-2/+2
| | | | | | | | | | | | on armv7. This is part one of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455165
* Fix building on 11.0-RELEASEVanilla I. Shu2017-10-251-3/+3
| | | | Notes: svn path=/head/; revision=452830
* remove aarch64 from NOT_FOR_ARCHS,Vanilla I. Shu2017-10-178-23/+48
| | | | | | | rump can build without any issue on rpi3 now. Notes: svn path=/head/; revision=452259
* Fix building on 10.x.Vanilla I. Shu2017-10-117-8/+14
| | | | Notes: svn path=/head/; revision=451756
* Fix building with clang.Vanilla I. Shu2017-10-0611-5/+153
| | | | Notes: svn path=/head/; revision=451352
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+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
* Update rump to latest git revision, and switch to github.Vanilla I. Shu2017-08-225-38/+60
| | | | Notes: svn path=/head/; revision=448532
* Fix building on gcc6Vanilla I. Shu2017-07-252-2/+13
| | | | | | | | | PR: 219292 Submitted by: jbeich@, rakuco@ Obtained from: NetBSD Notes: svn path=/head/; revision=446590
* Mark some ports failing on aarch64, and, in a few cases, other tier-2Mark Linimon2017-05-021-3/+1
| | | | | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439991
* 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
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-4/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* 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
* Mark NOT_FOR_ARCHS on various tier-2.Mark Linimon2016-09-171-0/+3
| | | | | | | | PR: 212740 Approved by: maintainer Notes: svn path=/head/; revision=422323
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Cleanup plistBaptiste Daroussin2014-12-091-1/+0
| | | | Notes: svn path=/head/; revision=374378
* Add rump, it's netbsd kernel in userspace.Vanilla I. Shu2014-02-095-0/+448
Notes: svn path=/head/; revision=343522