Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Jun 2020 17:03:39
0.1.9998_13

|
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 ) |
29 Jul 2019 22:20:16
0.1.9998_13

|
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 |
26 Jul 2019 20:46:57
0.1.9998_13

|
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 |
12 Dec 2018 01:35:36
0.1.9998_12

|
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 |
14 Jun 2018 12:47:58
0.1.9998_11

|
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) |
18 May 2018 15:41:56
0.1.9998_11

|
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) |
10 Mar 2018 17:46:06
0.1.9998_11

|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
23 Dec 2017 17:33:17
0.1.9998_10

|
tijl  |
Remove use of empty ACLOCAL and AUTOMAKE variables. |
30 Nov 2017 07:08:55
0.1.9998_10

|
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) |
28 Nov 2017 23:02:08
0.1.9998_10

|
jkim  |
Update to 0.1.9998r3127. |
10 Sep 2017 20:55:39
0.1.9998_9

|
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 |
18 Jul 2017 22:20:55
0.1.9998_8

|
jkim  |
Update to 0.1.9998r3050. |
03 May 2017 05:52:55
0.1.9998_7

|
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) |
29 Apr 2017 06:32:03
0.1.9998_7

|
linimon  |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
26 Apr 2017 19:04:30
0.1.9998_7

|
ak  |
- Remove checks for .PARSEDIR and vestiges of pmake support
PR: 218832
Approved by: portmgr (antoine) |
18 Apr 2017 12:42:47
0.1.9998_7

|
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 |
01 Apr 2017 15:23:32
0.1.9998_7

|
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 |
20 Nov 2016 09:38:09
0.1.9998_6

|
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. |
21 Oct 2016 12:51:41
0.1.9998_5

|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
01 Aug 2016 23:28:21
0.1.9998_5

|
jkim  |
Fix build with ccache.
PR: 211514 |
01 Aug 2016 17:25:27
0.1.9998_5

|
jkim  |
Re-add USE_GCC=any for now to fix emulators/virtualbox-ose build. |
31 Jul 2016 16:13:04
0.1.9998_4

|
bapt  |
totally remove USE_GCC which is not needed anymore |
31 Jul 2016 16:12:38
0.1.9998_4

|
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 |
21 Apr 2016 16:43:15
0.1.9998_3

|
swills  |
many ports: mark broken on powerpc64 |
01 Apr 2016 14:00:57
0.1.9998_3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
04 Sep 2015 11:16:31
0.1.9998_3

|
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 |
01 Sep 2015 16:20:48
0.1.9998_3

|
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
27 Oct 2014 10:40:08
0.1.9998_3

|
bapt  |
Cleanup plist |
18 Sep 2014 13:10:52
0.1.9998_3

|
tijl  |
Convert to USES=autoreconf:build |
12 Sep 2014 11:02:15
0.1.9998_3

|
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> |
25 Jun 2014 22:02:11
0.1.9998_2

|
antoine  |
Allow to build with texinfo from ports |
25 Jun 2014 05:35:32
0.1.9998_2

|
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 |
05 May 2014 09:45:37
0.1.9998_2

|
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 |
13 Mar 2014 17:36:30
0.1.9998_2

|
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 |
17 Jan 2014 15:37:34
0.1.9998_1

|
decke  |
Add KBUILD_ARCH substitution for DPorts
PR: ports/184296
Submitted by: John Marino <jmarino@FreeBSD.org> |
15 Jan 2014 16:36:14
0.1.9998_1

|
decke  |
- Fix modifier for FreeBSD 8.3 which still uses ancient make
Reported by: jmarino@ |
15 Jan 2014 15:19:53
0.1.9998_1

|
decke  |
- Replace hardcoded freebsd strings with KBUILD_TARGET in do-install
PR: ports/184296
Submitted by: Daniel Lorch <dlorch@gmail.com> |
20 Oct 2013 16:28:06
0.1.9998_1

|
decke  |
- Update to 0.1.9998r2695
- Bump PORTREVISION |
20 Sep 2013 17:13:47
0.1.9998

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
26 Aug 2013 11:57:17
0.1.9998

|
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) |
02 May 2013 17:16:30
0.1.9998

|
bapt  |
bmake doesn't know about .SHELL unsetenv=true, workaround it |
03 Jan 2013 13:34:24
0.1.9998

|
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] |
17 Jul 2012 21:52:51
0.1.5.p2_2
|
decke  |
- Add chruetertee/vbox mirrors to MASTER_SITES
- Remove bluelife.at mirror because it's gone :(
Discussed with: beat |
21 Feb 2012 11:59:33
0.1.5.p2_2
|
decke  |
- Add CONFLICTS_INSTALL for kBuild-devel
- Fix possible build breakage in tinderbox
- Bump PORTREVISION
Submitted by: gahr |
03 Jul 2011 14:59:23
0.1.5.p2_1
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
0.1.5.p2_1
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
0.1.5.p2_1
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
0.1.5.p2_1
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
0.1.5.p2_1
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
01 Apr 2010 06:44:48
0.1.5.p2
|
linimon  |
Mark as broken on powerpc.
Hat: portmgr |
05 Dec 2009 12:52:24
0.1.5.p2
|
gahr  |
- Update to 0.1.5-p2 |
17 Aug 2009 11:52:53
0.1.5.p1_1
|
gahr  |
- Previous commit actually fixed build on sparc64 |
17 Aug 2009 07:41:17
0.1.5.p1_1
|
gahr  |
- Add website to pkg-descr
PR: 137842
Submitted by: Edmondas Girkantas <eg@fbsd.lt> |
29 May 2009 04:13:51
0.1.5.p1_1
|
linimon  |
Mark as broken on sparc64: fails to link. |
24 May 2009 19:49:42
0.1.5.p1_1
|
gahr  |
- Fix PORTDOCS location within WRKSRC
- Slightly refactor Makefile
Reported by: Olivier Cochard-Labbe' <olivier@cochard.me>,
Andrey <andrey.kosachenko@gmail.com> |
22 May 2009 12:18:45
0.1.5.p1_1
|
gahr  |
- Remove unneeded dependency on GNU SED (textproc/gsed) [1]
- Fix build on sparc64
- Bump PORTREVISION
Reported by: scf [1] |
12 Apr 2009 16:44:24
0.1.5.p1
|
gahr  |
- Update to 0.1.5-p1
- While at it, fix a typo in Makefile |
23 Mar 2009 21:17:01
0.1.5
|
gahr  |
- Update to 1.0.5
- Take maintainship |
02 Dec 2008 23:14:19
0.1.4
|
gahr  |
- Update to 0.1.4
- UNBREAK
- Beautify Makefile and make portlint happy
Approved by: maintainer timeout |
11 Oct 2008 07:04:07
0.1.3
|
bms  |
Desmond Chapman has volunteered to be new maintainer for this port. |
15 Aug 2008 14:33:00
0.1.3
|
pav  |
- Mark BROKEN: changes permissions on files already present in PREFIX/bin
Reported by: pointyhat |
30 Jul 2008 10:53:53
0.1.3
|
bms  |
Add new port kBuild: a gmake-based build system used by VirtualBox and others |