Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.9998_15 12 Sep 2024 22:50:33 |
Vladimir Druzenko (vvd) |
devel/kBuild: fix build with GCC14
- fix detect gettimeofday
- fix "unlink" and "string functions" in "sed"
PR: 281190
Reported by: exp-run (antoine) |
0.1.9998_15 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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) |
0.1.9998_14 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 ) |
0.1.9998_14 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.1.9998_14 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
0.1.9998_14 24 Sep 2021 14:13:05 |
Mikael Urankar (mikael) |
devel/kBuild: Fix build on armv6/7.
PR: Robert Clausecker fuz@fuz.su
Approved by: portmgr (build fix blanket) |
0.1.9998_14 18 May 2021 15:55:11 |
Mikael Urankar (mikael) |
devel/kBuild: Fix build on aarch64
Approved by: portmgr (build fix blanket) |
0.1.9998_14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.9998_14 21 Mar 2021 18:39:37 |
pkubaj |
devel/kBuild: actually build for 64-bits on powerpc64
Due to using uname -m, the port was built for 32 bits.
Also enable on other architectures, it should build now. |
0.1.9998_13 21 Jun 2020 17:03:39 |
tobik |
devel/kBuild: Unbreak build with GCC 10 (-fno-common)
/usr/local/bin/ld: arscan.o:(.bss+0x0): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: commands.o:(.bss+0x10): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: default.o:(.bss+0x0): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: dir.o:(.bss+0x110): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: expand.o:(.bss+0x20): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: file.o:(.bss+0x10): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: function.o:(.bss+0x120): multiple definition of
`stack_limit'; ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: implicit.o:(.bss+0x0): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: job.o:(.bss+0x30): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: main.o:(.bss+0x3b0): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: misc.o:(.bss+0x0): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: read.o:(.bss+0x10): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here
/usr/local/bin/ld: remake.o:(.bss+0x10): multiple definition of `stack_limit';
ar.o:(.bss+0x0): first defined here (Only the first 15 lines of the commit message are shown above ) |
0.1.9998_13 29 Jul 2019 22:20:16 |
pkubaj |
devel/kBuild: fix build on powerpc64
powerpc64 needs new GCC to build this port (not base GCC). KBUILD_ARCH needs to
be corrected, in the current form it ends up as ppc3264, which is not we want.
PR: 239161
Approved by: linimon (mentor), vbox (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D21083 |
0.1.9998_13 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
0.1.9998_12 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
0.1.9998_11 14 Jun 2018 12:47:58 |
tijl |
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.
PR: 228809
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.1.9998_11 18 May 2018 15:41:56 |
adamw |
devel/kBuild: Add a GCC option
When you're building only virtualbox-ose-additions, and without any
X-related stuff, it is sufficient to build with clang instead of
GCC. Add a GCC option (with a warning and pkg-help saying to leave
it enabled) to make GCC optional.
PR: 215369
Approved by: maintainer timeout (17 months) |
0.1.9998_11 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.1.9998_10 23 Dec 2017 17:33:17 |
tijl |
Remove use of empty ACLOCAL and AUTOMAKE variables. |
0.1.9998_10 30 Nov 2017 07:08:55 |
linimon |
Replace regex that was particular to armv6 with one that will also
include armv7. This is part of a larger sweep to fix all such regexes
in the tree.
It won't really matter until the build is fixed for armv[67] but the
bad usages need to be removed.
Approved by: portmgr (tier-2 blanket) |
0.1.9998_10 28 Nov 2017 23:02:08 |
jkim |
Update to 0.1.9998r3127. |
0.1.9998_9 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 |
0.1.9998_8 18 Jul 2017 22:20:55 |
jkim |
Update to 0.1.9998r3050. |
0.1.9998_7 03 May 2017 05:52:55 |
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) |
0.1.9998_7 29 Apr 2017 06:32:03 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.1.9998_7 26 Apr 2017 19:04:30 |
ak |
- Remove checks for .PARSEDIR and vestiges of pmake support
PR: 218832
Approved by: portmgr (antoine) |
0.1.9998_7 18 Apr 2017 12:42:47 |
remko |
Fix the build on armv6.
Do not bump PORTREVISION since the port was already broken and
it does not change anything for existing architectures.
Approved by: miwi |
0.1.9998_7 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 |
0.1.9998_6 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. |
0.1.9998_5 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.1.9998_5 01 Aug 2016 23:28:21 |
jkim |
Fix build with ccache.
PR: 211514 |
0.1.9998_5 01 Aug 2016 17:25:27 |
jkim |
Re-add USE_GCC=any for now to fix emulators/virtualbox-ose build. |
0.1.9998_4 31 Jul 2016 16:13:04 |
bapt |
totally remove USE_GCC which is not needed anymore |
0.1.9998_4 31 Jul 2016 16:12:38 |
bapt |
Fix build with clang, dprintf(3), getline(3)
Grab patch from upstream to fix build with clang
Grab patch from gentoo to fix build with dprintf
Make the build respect MAKE_ENV
Pass _WITH_GETLINE and _WITH_DPRINTF to ensure using the version from libc
Make the build respect CFLAGS |
0.1.9998_3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
0.1.9998_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.1.9998_3 04 Sep 2015 11:16:31 |
danfe |
- Remove BROKEN_powerpc as the port compiles perfectly fine there (it
might still be broken on powerpc64, but I can't test this right now)
- Remove BROKEN_ia64: it was never a first-class architecture, killed
officially in -CURRENT quite some time ago
- Kill stray EOL whitespace while I'm here |
0.1.9998_3 01 Sep 2015 16:20:48 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
0.1.9998_3 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.1.9998_3 18 Sep 2014 13:10:52 |
tijl |
Convert to USES=autoreconf:build |
0.1.9998_3 12 Sep 2014 11:02:15 |
decke |
-Bump PORTREVISION after gcc update to 4.8 because the binary names and paths
get hardcoded in kBuild
Reported by: Warren Block <wblock@wonkity.com> |
0.1.9998_2 25 Jun 2014 22:02:11 |
antoine |
Allow to build with texinfo from ports |
0.1.9998_2 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.1.9998_2 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
0.1.9998_2 13 Mar 2014 17:36:30 |
jkim |
- Prefer USES=gmake, add OPTIONS_DEFINE=DOCS, and support staging.
- Add an upstream patch to fix kmk_sed with GCC 4.7.
http://trac.netlabs.org/kbuild/ticket/112
http://trac.netlabs.org/kbuild/changeset/2727 |
0.1.9998_1 17 Jan 2014 15:37:34 |
decke |
Add KBUILD_ARCH substitution for DPorts
PR: ports/184296
Submitted by: John Marino <jmarino@FreeBSD.org> |
0.1.9998_1 15 Jan 2014 16:36:14 |
decke |
- Fix modifier for FreeBSD 8.3 which still uses ancient make
Reported by: jmarino@ |
0.1.9998_1 15 Jan 2014 15:19:53 |
decke |
- Replace hardcoded freebsd strings with KBUILD_TARGET in do-install
PR: ports/184296
Submitted by: Daniel Lorch <dlorch@gmail.com> |
0.1.9998_1 20 Oct 2013 16:28:06 |
decke |
- Update to 0.1.9998r2695
- Bump PORTREVISION |
0.1.9998 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.1.9998 26 Aug 2013 11:57:17 |
bapt |
Fix build without gcc
Make the port respecting ${CC}
Make the port always using gcc, as it fails with clang (the error should be easy
to fix but let use gcc for now) |
0.1.9998 02 May 2013 17:16:30 |
bapt |
bmake doesn't know about .SHELL unsetenv=true, workaround it |
0.1.9998 03 Jan 2013 13:34:24 |
decke |
- Update to 0.1.9998r2662
- Switch maintainership to vbox@ [1]
- Fix if $ENV not ash-compatible [2]
PR: ports/167520 [2]
Approved by: gahr (maintainer) [1]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> [2] |
0.1.5.p2_2 17 Jul 2012 21:52:51 |
decke |
- Add chruetertee/vbox mirrors to MASTER_SITES
- Remove bluelife.at mirror because it's gone :(
Discussed with: beat |
0.1.5.p2_2 21 Feb 2012 11:59:33 |
decke |
- Add CONFLICTS_INSTALL for kBuild-devel
- Fix possible build breakage in tinderbox
- Bump PORTREVISION
Submitted by: gahr |
0.1.5.p2_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.1.5.p2_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.1.5.p2_1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
0.1.5.p2_1 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
0.1.5.p2_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.1.5.p2 01 Apr 2010 06:44:48 |
linimon |
Mark as broken on powerpc.
Hat: portmgr |
0.1.5.p2 05 Dec 2009 12:52:24 |
gahr |
- Update to 0.1.5-p2 |
0.1.5.p1_1 17 Aug 2009 11:52:53 |
gahr |
- Previous commit actually fixed build on sparc64 |
0.1.5.p1_1 17 Aug 2009 07:41:17 |
gahr |
- Add website to pkg-descr
PR: 137842
Submitted by: Edmondas Girkantas <eg@fbsd.lt> |
0.1.5.p1_1 29 May 2009 04:13:51 |
linimon |
Mark as broken on sparc64: fails to link. |
0.1.5.p1_1 24 May 2009 19:49:42 |
gahr |
- Fix PORTDOCS location within WRKSRC
- Slightly refactor Makefile
Reported by: Olivier Cochard-Labbe' <olivier@cochard.me>,
Andrey <andrey.kosachenko@gmail.com> |
0.1.5.p1_1 22 May 2009 12:18:45 |
gahr |
- Remove unneeded dependency on GNU SED (textproc/gsed) [1]
- Fix build on sparc64
- Bump PORTREVISION
Reported by: scf [1] |
0.1.5.p1 12 Apr 2009 16:44:24 |
gahr |
- Update to 0.1.5-p1
- While at it, fix a typo in Makefile |
0.1.5 23 Mar 2009 21:17:01 |
gahr |
- Update to 1.0.5
- Take maintainship |
0.1.4 02 Dec 2008 23:14:19 |
gahr |
- Update to 0.1.4
- UNBREAK
- Beautify Makefile and make portlint happy
Approved by: maintainer timeout |
0.1.3 11 Oct 2008 07:04:07 |
bms |
Desmond Chapman has volunteered to be new maintainer for this port. |
0.1.3 15 Aug 2008 14:33:00 |
pav |
- Mark BROKEN: changes permissions on files already present in PREFIX/bin
Reported by: pointyhat |
0.1.3 30 Jul 2008 10:53:53 |
bms |
Add new port kBuild: a gmake-based build system used by VirtualBox and others |