--- src/spooler.c.orig 2018-10-06 11:56:32 UTC +++ src/spooler.c @@ -1042,7 +1042,7 @@ int spoolerOpenWaldo(Waldo *waldo, uint8 } /* check that a waldo file has been specified */ - if ( waldo->filepath == NULL ) + if ( waldo->filepath[0] == '\0' ) { return WALDO_FILE_EEXIST; } 9T15:35:27+00:00 f38e8d33c608eec7a94aa6fdfc46714d4181d246 Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26T20:46:53+00:00 gerald gerald@FreeBSD.org 2019-07-26T20:46:53+00:00 4a344e94972b109670f45f04efe4002b50981676 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
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