User Details
- User Since
- Nov 12 2015, 9:44 PM (469 w, 2 d)
Mar 20 2018
dud
Nov 14 2017
Hello Folks
Nov 9 2017
Jul 30 2017
updated patch from Danilo, sync with PR
Jul 12 2017
thanks Mat... new PR created;
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220674
empty line added as suggested
osversion conditional moved up a touch
changes made as suggested by Mat with thanks....
Jul 11 2017
conditional added to fix build issue on 11.0-RELEASE (clang fails)
oh no... doesn't look like it's building on 11.0-RELEASE clang.
It does build on 11.1 RC2 (that also has the required fuse changes)
new diff as per Mat's request (using the svn diff -x -U9999)
Jul 9 2017
make makepatch renamed some of the patches (underscore instead of hyphen)
diff now captures that change
diff's broke in stage-qa:
root@condor:/usr/ports/net/glusterfs # portlint -C
WARN: Makefile: [5]: whitespace before end of line.
WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support.
WARN: Makefile: possible use of absolute pathname "/boot/modules".
WARN: Consider to set DEVELOPER=yes in /etc/make.conf
0 fatal errors and 4 warnings found.
used make makepatch to correctly recreate the files/patches after first applying patch -b -p0 to a vanilla make extract.
Dec 4 2016
updated Makefile and ran make makepatch (after patch -b -p0) as suggested by Mat
Mar 10 2016
Thanks Sean and Hiroki