Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20170822_3 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
20170822_3 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
20170822_3 13 May 2024 02:07:24 |
Vanilla I. Shu (vanilla) |
misc/rump: remove probear test.
PR: 278896
Reported by: emaste@ |
20170822_2 03 Jun 2023 18:03:24 |
Muhammad Moinur Rahman (bofh) |
misc/rump: Fix build with llvm15
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20170822_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20170822_2 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
20170822_2 15 Sep 2021 07:54:56 |
Dimitry Andric (dim) |
misc/rump: fix or suppress clang 13 warnings
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 |
20170822_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20170822_1 28 Nov 2020 21:20:59 |
linimon |
Switch from NOT_FOR_ARCHS to the smaller list ONLY_FOR_ARCHS.
Approved by: portmgr (tier-2 blanket) |
20170822_1 23 Sep 2020 19:38:55 |
linimon |
Also mark as not for all powerpc variants.
Approved by: portmgr (tier-2 blanket) |
20170822_1 29 Aug 2020 05:13:27 |
vanilla |
Fix building with -head. |
20170822_1 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
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 |
20170822_1 30 Nov 2017 05:55:17 |
linimon |
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.
This is part one of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket) |
20170822_1 25 Oct 2017 04:28:32 |
vanilla |
Fix building on 11.0-RELEASE |
20170822_1 17 Oct 2017 02:29:24 |
vanilla |
remove aarch64 from NOT_FOR_ARCHS,
rump can build without any issue on rpi3 now. |
20170822_1 11 Oct 2017 15:31:55 |
vanilla |
Fix building on 10.x. |
20170822_1 06 Oct 2017 06:27:43 |
vanilla |
Fix building with clang. |
20170822_1 10 Sep 2017 20:55:39 |
gerald |
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 |
20170822 22 Aug 2017 14:35:33 |
vanilla |
Update rump to latest git revision, and switch to github. |
20131213_2 25 Jul 2017 15:07:28 |
vanilla |
Fix building on gcc6
PR: 219292
Submitted by: jbeich@, rakuco@
Obtained from: NetBSD |
20131213_2 02 May 2017 22:23:52 |
linimon |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
20131213_2 01 Apr 2017 15:23:32 |
gerald |
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 |
20131213_1 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
20131213_1 20 Nov 2016 09:38:09 |
gerald |
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. |
20131213 17 Sep 2016 13:27:04 |
linimon |
Mark NOT_FOR_ARCHS on various tier-2.
PR: 212740
Approved by: maintainer |
20131213 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
20131213 09 Dec 2014 13:36:34 |
bapt |
Cleanup plist |
20131213 09 Feb 2014 16:59:16 |
vanilla |
Add rump, it's netbsd kernel in userspace. |