notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/grub2/Makefile
SVNWeb

Number of commits found: 37

Fri, 12 Apr 2019
[ 08:19 antoine search for other commits by this committer ] Original commit   Revision:498703
Mark BROKEN on i386

Reported by:	pkg-fallout
MFH:		2019Q2
Fri, 28 Dec 2018
[ 08:22 tobik search for other commits by this committer ] Original commit   Revision:488585
sysutils/grub2: Fix grub-mkconfig

Currently grub-mkconfig creates a bogus grub.cfg with lines like

tinsmod part_gpt
tinsmod ufs2

grub-mkconfig and helpers use sed expressions like "s/^/\t/" or
similar to indent grub.cfg with tabs which only really work as
intended with gsed at the moment and currently just prefixes lines
with a 't'.  Switch grub-mkconfig and other scripts over to gsed.

help2man calls some scripts at build time, so add gsed as a build
dependency too.

PR:		228062
Reported by:	vas@mpeks.tomsk.su
Sun, 4 Nov 2018
[ 20:47 gerald search for other commits by this committer ] Original commit   Revision:484145
Sort various parts of this Makefile properly by pulling in ONLY_FOR_ARCHS
earlier (and sorting its contents) as well as moving USES earlier and some
unrelated variables later. [1]

Also remove an obsolete conflict with Grub 0.x.

Finally, though, mark this port for deprecation given that it's been
without a maintainer for five-and-a-half years, not updated to Grub 2.02
which was released one-and-a-half years ago, and fails to build with
modern compilers such as clang and GCC 8. [2]

PR:		232961 [2]
Reported by:	portlint [1]
[ 14:00 gerald search for other commits by this committer ] Original commit   Revision:484054
Lock down to use GCC 7 since it does not build with GCC 8 nor clang.

PR:		231590, 232961
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
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
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
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
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 16 Jun 2015
[ 23:43 amdmi3 search for other commits by this committer ] Original commit   Revision:389884
- Switch to USES=autoreconf
Sat, 21 Mar 2015
[ 23:05 bapt search for other commits by this committer ] Original commit   Revision:381876 (Only the first 10 of 422 ports in this commit are shown above. View all ports for this commit)
Make fonts repecting XDG

Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Thu, 19 Mar 2015
[ 11:58 robak search for other commits by this committer ] Original commit   Revision:381599
sysutils/grub2: add CPE information

PR:		198638
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Mon, 28 Jul 2014
[ 15:18 marino search for other commits by this committer ] Original commit   Revision:363177
sysutils/grub2: Fix feature to read 'com.delphix:hole_birth' on ZFS

Fix for booting kernel directly from ZFS using grub.

PR:		188524
Submitted by:	Andrey Zholos
Sun, 27 Jul 2014
[ 18:13 marino search for other commits by this committer ] Original commit   Revision:363087
sysutils/grub2: Fix wrong lz4 endianness and general port cleanup

Due to lack of inclusion of <sys/endian.h>, the lz4 code incorrectly
assumes a big-endian system.  The result issues manifest with errors like,
"error: no such device: <pool id>." and "lz3 decompression failed" at the
grub prompt.  Modify existing patch to add <sys/endian.h>.

While here, simplify the port with OPTIONS_SUB framework and fix the
manpage stuff on the options which apparently has been broken since
this unmaintained port was staged.

PR:		192066
Submitted by:	Andrey Zholos
Wed, 16 Jul 2014
[ 08:44 bapt search for other commits by this committer ] Original commit   Revision:362053 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Fix some non default LIB_DEPENDS

With hat:	portmgr
Fri, 18 Apr 2014
[ 17:03 nox search for other commits by this committer ] Original commit   Revision:351550
Fix build with MKFONT and without it but with (updated) freetype present.

PR:		ports/187984 [1], ports/188526 [2]
Submitted by:	Joseph Mingrone <jrm@ftfl.ca> [1]
Submitted by:	Andrey Zholos <aaz@q-fu.com> [2]
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Tue, 11 Feb 2014
[ 14:12 miwi search for other commits by this committer ] Original commit   Revision:343743
- Stage support
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 23:06 bapt search for other commits by this committer ] Original commit   Revision:327772 (Only the first 10 of 1053 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
[ 12:54 bdrewery search for other commits by this committer ] Original commit   Revision:327697 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 17 Aug 2013
[ 16:27 gerald search for other commits by this committer ] Original commit   Revision:324851 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Sat, 3 Aug 2013
[ 19:02 nox search for other commits by this committer ] Original commit   Revision:324199 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Update to 2.00 . [1]
- Add kfreebsd >= 9.1 fix to boot a kernel directly w/o chainloading [2]
  - see also:

	http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699002

- Add zfs support including zfs feature flags, see: [3]

	http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-2.00-zfs-feature-flag-support-r1.patch

- Add FUSE support and knob.
- Switch to USES=gmake .
- Add LICENSE.
- Fix build on head.
- Mark MAKE_JOBS_UNSAFE:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 26 Apr 2013
[ 10:44 ak search for other commits by this committer ] Original commit   Revision:316596 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Wed, 27 Mar 2013
[ 08:35 sem search for other commits by this committer ] Original commit   Revision:315359
- Drop. Unfortunately, it requires a lot of time that I have not.
Fri, 8 Mar 2013
[ 11:32 bapt search for other commits by this committer ] Original commit   Revision:313635 (Only the first 10 of 209 ports in this commit are shown above. View all ports for this commit)
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Wed, 17 Oct 2012
[ 18:55 sem search for other commits by this committer ] Original commit   Revision:306032
- Take

Feature safe:	yes
Fri, 5 Oct 2012
[ 14:52 bapt search for other commits by this committer ] Original commit   Revision:305302
Convert to new options framework
Sat, 22 Sep 2012
[ 04:17 tabthorpe search for other commits by this committer ] Original commit   Revision:304661
- Reassign to the heap due to mail bounces
- Remove 6.X cruft while I am here

With hat:	portmgr
Sun, 12 Dec 2010
[ 01:11 pgollucci search for other commits by this committer ] Original commit 
- Allow grub to recognize bsdlabel disklabels.
- Bump PORTREVISION

PR:             ports/152978
Submitted by:   Rick Richard <rick@lgarchitecture.com> (maintainer)
Tue, 12 Oct 2010
[ 15:48 sem search for other commits by this committer ] Original commit 
- Add couple patches to allow grob to be installed on FreeBSD GPT partitions.
- Remove an ugly patch.
- Pass a maintainership to submitter.

Submitted by:   Rick <rick_at_lgarchitecture.com>
Fri, 23 Jul 2010
[ 20:13 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on 6.X: does not compile
  cc1: error: unrecognized command line option "-Wno-missing-field-initializers"

Reported by:    pointyhat
Mon, 5 Jul 2010
[ 14:22 sem search for other commits by this committer ] Original commit 
- Add amd64 as an allowed arch.

Submitted by:   ehaupt
Feature safe:   yes
Fri, 11 Jun 2010
[ 11:06 sem search for other commits by this committer ] Original commit 
 A new port: sysutils/grub

 GNU GRUB is a multiboot boot loader.  It was derived from GRUB, the GRand
 Unified Bootloader, which was originally designed and implemented by Erich
 Stefan Boleyn.

Number of commits found: 37