=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for pan-0.154nb4 /bin/cp /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/news/pan/files/pan.desktop /Users/pbulk/build/news/pan/work/pan-v0.154/org.gnome.pan.desktop /bin/cp /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/news/pan/files/org.gnome.pan.metainfo.xml /Users/pbulk/build/news/pan/work/pan-v0.154 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/news/pan/work/pan-v0.154' Making all in . gmake[2]: Entering directory '/Users/pbulk/build/news/pan/work/pan-v0.154' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/Users/pbulk/build/news/pan/work/pan-v0.154' Making all in uulib gmake[2]: Entering directory '/Users/pbulk/build/news/pan/work/pan-v0.154/uulib' CC uulib.o CC uucheck.o CC uunconc.o In file included from uunconc.c:54: /Users/pbulk/build/news/pan/work/.buildlink/include/zlib.h:212:9: warning: 'Z_NULL' macro redefined [-Wmacro-redefined] #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ ^ ./crc32.h:18:9: note: previous definition is here #define Z_NULL nullptr ^ CC uuutil.o CC uuencode.o 1 warning generated. CC uuscan.o In file included from uuencode.c:49: /Users/pbulk/build/news/pan/work/.buildlink/include/zlib.h:212:9: warning: 'Z_NULL' macro redefined [-Wmacro-redefined] #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ ^ ./crc32.h:18:9: note: previous definition is here #define Z_NULL nullptr ^ uuencode.c:256:18: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] unsigned char *itemp = (char *) uuestr_itemp; ^ ~~~~~~~~~~~~~~~~~~~~~ uuencode.c:257:18: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] unsigned char *otemp = (char *) uuestr_otemp; ^ ~~~~~~~~~~~~~~~~~~~~~ uuencode.c:281:26: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (_FP_fgets (itemp, 255, infile) == NULL) ^~~~~ ./fptools.h:49:48: note: passing argument to parameter here char * TOOLEXPORT _FP_fgets _ANSI_ARGS_((char *, int, FILE *)); ^ uuencode.c:287:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] count = strlen (itemp); ^~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:313:38: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:313:70: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:369:42: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:369:74: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:387:46: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:387:78: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:422:42: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:422:74: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:486:38: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:486:70: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:537:30: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:537:62: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:678:18: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] unsigned char *itemp = (char *) uuestr_itemp; ^ ~~~~~~~~~~~~~~~~~~~~~ uuencode.c:679:18: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] unsigned char *otemp = (char *) uuestr_otemp; ^ ~~~~~~~~~~~~~~~~~~~~~ uuencode.c:779:40: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:779:72: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:797:44: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:797:76: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:832:40: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:832:72: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:900:34: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:900:66: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:957:26: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ uuencode.c:957:58: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(eolstring), outfile) != strlen (eolstring)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ CC uustring.o CC fptools.o CC crc32.o 29 warnings generated. crc32.c:539:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long crc32_little(crc, buf, len) ^ crc32.c:579:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long crc32_big(crc, buf, len) ^ 2 warnings generated. AR libuu.a gmake[2]: Leaving directory '/Users/pbulk/build/news/pan/work/pan-v0.154/uulib' Making all in pan gmake[2]: Entering directory '/Users/pbulk/build/news/pan/work/pan-v0.154/pan' Making all in general gmake[3]: Entering directory '/Users/pbulk/build/news/pan/work/pan-v0.154/pan/general' CXX debug.o CXX e-util.o CXX article_number.o In file included from article_number.cc:1: ./article_number.h:25:47: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] Article_Count(Article_Count const &rhs) = default; ^ ./article_number.h:27:5: warning: explicit conversion functions are a C++11 extension [-Wc++11-extensions] explicit operator type () const { return val_; } ^~~~~~~~ ./article_number.h:125:49: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] Article_Number(Article_Number const &rhs) = default; ^ ./article_number.h:127:5: warning: explicit conversion functions are a C++11 extension [-Wc++11-extensions] explicit operator type () const { return val_; } ^~~~~~~~ In file included from article_number.cc:3: ../../pan/general/string-view.h:89:54: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] StringView& operator=(StringView const &) = default; ^ 5 warnings generated. CXX editor-spawner.o In file included from editor-spawner.cc:20: ./editor-spawner.h:32:20: warning: 'function<void (int, char *)>' is deprecated: Using std::function in C++03 is not supported anymore. Please upgrade to C++11 or later, or use a different type [-Wdeprecated-declarations] typedef std::function<void(int, char *)> Callback; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/functional:1444:27: note: 'function<void (int, char *)>' has been explicitly marked deprecated here template<class _Fp> class _LIBCPP_DEPRECATED_CXX03_FUNCTION _LIBCPP_TEMPLATE_VIS function; // undefined ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/functional:1439:24: note: expanded from macro '_LIBCPP_DEPRECATED_CXX03_FUNCTION' __attribute__((deprecated("Using std::function in C++03 is not supported anymore. Please upgrade to C++11 or later, or use a different type"))) ^ In file included from editor-spawner.cc:20: ./editor-spawner.h:44:21: warning: 'Callback' is deprecated: Using std::function in C++03 is not supported anymore. Please upgrade to C++11 or later, or use a different type [-Wdeprecated-declarations] Callback callback, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/functional:1444:27: note: 'function<void (int, char *)>' has been explicitly marked deprecated here template<class _Fp> class _LIBCPP_DEPRECATED_CXX03_FUNCTION _LIBCPP_TEMPLATE_VIS function; // undefined ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/functional:1439:24: note: expanded from macro '_LIBCPP_DEPRECATED_CXX03_FUNCTION' __attribute__((deprecated("Using std::function in C++03 is not supported anymore. Please upgrade to C++11 or later, or use a different type"))) ^ In file included from editor-spawner.cc:23: In file included from ../../pan/gui/prefs.h:28: ../../pan/general/string-view.h:89:54: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] StringView& operator=(StringView const &) = default; ^ CXX file-util.o editor-spawner.cc:37:18: warning: 'Callback' is deprecated: Using std::function in C++03 is not supported anymore. Please upgrade to C++11 or later, or use a different type [-Wdeprecated-declarations] EditorSpawner::Callback callback; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/functional:1444:27: note: 'function<void (int, char *)>' has been explicitly marked deprecated here template<class _Fp> class _LIBCPP_DEPRECATED_CXX03_FUNCTION _LIBCPP_TEMPLATE_VIS function; // undefined ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/functional:1439:24: note: expanded from macro '_LIBCPP_DEPRECATED_CXX03_FUNCTION' __attribute__((deprecated("Using std::function in C++03 is not supported anymore. Please upgrade to C++11 or later, or use a different type"))) ^ editor-spawner.cc:42:14: error: expected ';' at end of declaration se_data * d{static_cast<se_data *>(data)}; ^ ; editor-spawner.cc:51:3: warning: 'Callback' is deprecated: Using std::function in C++03 is not supported anymore. Please upgrade to C++11 or later, or use a different type [-Wdeprecated-declarations] Callback callback, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/functional:1444:27: note: 'function<void (int, char *)>' has been explicitly marked deprecated here template<class _Fp> class _LIBCPP_DEPRECATED_CXX03_FUNCTION _LIBCPP_TEMPLATE_VIS function; // undefined ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/functional:1439:24: note: expanded from macro '_LIBCPP_DEPRECATED_CXX03_FUNCTION' __attribute__((deprecated("Using std::function in C++03 is not supported anymore. Please upgrade to C++11 or later, or use a different type"))) ^ editor-spawner.cc:57:27: error: expected ';' at end of declaration std::string const editor{prefs.get_string("editor", *editors.begin())}; ^ ; editor-spawner.cc:60:11: error: expected ';' at end of declaration int argc{0}; ^ ; editor-spawner.cc:61:15: error: expected ';' at end of declaration char ** argv{nullptr}; ^ ; editor-spawner.cc:62:15: error: expected ';' at end of declaration GError * err{nullptr}; ^ ; editor-spawner.cc:74:22: error: expected ';' at end of declaration bool filename_added{false}; ^ ; editor-spawner.cc:76:17: error: expected ';' at end of declaration char * token{argv[i]}; ^ ; editor-spawner.cc:77:15: error: expected ';' at end of declaration char * sub{strstr (token, "%t")}; ^ ; editor-spawner.cc:79:21: error: expected ';' at end of declaration GString * gstr{g_string_new (nullptr)}; ^ ; editor-spawner.cc:91:14: error: expected ';' at end of declaration char ** v{g_new(char*, argc + 2)}; ^ ; 5 warnings and 10 errors generated. gmake[3]: *** [Makefile:463: editor-spawner.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... In file included from file-util.cc:41: In file included from ./file-util.h:30: ../../pan/general/string-view.h:89:54: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] StringView& operator=(StringView const &) = default; ^ file-util.cc:91:69: warning: missing sentinel in function call [-Wsentinel] char * pch = g_build_filename (g_get_home_dir(), ".pan2", NULL); ^ , NULL /Users/pbulk/build/news/pan/work/.buildlink/include/glib-2.0/glib/gfileutils.h:175:10: note: function has been explicitly marked sentinel here gchar *g_build_filename (const gchar *first_element, ^ file-util.cc:91:65: error: cannot pass object of non-POD type 'nullptr_t' through variadic function; call will abort at runtime [-Wnon-pod-varargs] char * pch = g_build_filename (g_get_home_dir(), ".pan2", NULL); ^ ../../pan/general/null.h:30:14: note: expanded from macro 'NULL' #define NULL nullptr ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/__nullptr:48:17: note: expanded from macro 'nullptr' #define nullptr _VSTD::__get_nullptr_t() ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/__config:852:15: note: expanded from macro '_VSTD' #define _VSTD std::_LIBCPP_ABI_NAMESPACE ^ file-util.cc:108:75: warning: missing sentinel in function call [-Wsentinel] char *temp = g_build_filename(ph, dir.empty() ? "" : dir.c_str(), fn, NULL); ^ , NULL /Users/pbulk/build/news/pan/work/.buildlink/include/glib-2.0/glib/gfileutils.h:175:10: note: function has been explicitly marked sentinel here gchar *g_build_filename (const gchar *first_element, ^ file-util.cc:108:71: error: cannot pass object of non-POD type 'nullptr_t' through variadic function; call will abort at runtime [-Wnon-pod-varargs] char *temp = g_build_filename(ph, dir.empty() ? "" : dir.c_str(), fn, NULL); ^ ../../pan/general/null.h:30:14: note: expanded from macro 'NULL' #define NULL nullptr ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/__nullptr:48:17: note: expanded from macro 'nullptr' #define nullptr _VSTD::__get_nullptr_t() ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/__config:852:15: note: expanded from macro '_VSTD' #define _VSTD std::_LIBCPP_ABI_NAMESPACE ^ 3 warnings and 2 errors generated. gmake[3]: *** [Makefile:463: file-util.o] Error 1 gmake[3]: Leaving directory '/Users/pbulk/build/news/pan/work/pan-v0.154/pan/general' gmake[2]: *** [Makefile:388: all-recursive] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/news/pan/work/pan-v0.154/pan' gmake[1]: *** [Makefile:602: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/news/pan/work/pan-v0.154' gmake: *** [Makefile:456: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/news/pan *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/news/pan