On Wed, 12 Jul 2023 01:03:54 +0000 wen heping <wenheping2...@hotmail.com> wrote:
> Here is the revised patch : > i) Minor Makefile cleanup > ii) Correct the LICENSE My "make build" failed because I use PORTS_PRIVSEP. The extracted WRKSRC had mode drwx------ owner _pbuild, so "make build" failed to "cd WRKSRC" as myself (before the switch to _pbuild). The fix is to set FIX_EXTRACT_PERMISSIONS = Yes. If we add FIX_EXTRACT_PERMISSIONS = Yes anywhere in Makefile, then the import is ok gkoehler@ --- Makefile.orig Tue Jul 11 21:00:48 2023 +++ Makefile Sun Jul 16 17:25:34 2023 @@ -3,6 +3,7 @@ DISTNAME = Date-Range-1.41 CATEGORIES = devel +FIX_EXTRACT_PERMISSIONS = Yes # GPLv2+ PERMIT_PACKAGE = Yes