Date: Thu, 13 Jun 2019 05:43:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504058 - head/lang/modula3 Message-ID: <201906130543.x5D5hI2O051511@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jun 13 05:43:18 2019 New Revision: 504058 URL: https://svnweb.freebsd.org/changeset/ports/504058 Log: Mark BROKEN on FreeBSD 12 and 13 Traceback (most recent call last): File "scripts/python/make-dist.py", line 294, in <module> Setup(InstallRoot_CompilerWithPrevious, InstallRoot_CompilerWithSelf) File "scripts/python/make-dist.py", line 268, in Setup reload(pylib) or FatalError() File "/wrkdirs/usr/ports/lang/modula3/work/cm3-b2ce705/scripts/python/pylib.py", line 655, in <module> if Host.endswith("_NT") or Host == "NT386": AttributeError: 'NoneType' object has no attribute 'endswith' Reported by: pkg-fallout MFH: 2019Q2 Modified: head/lang/modula3/Makefile Modified: head/lang/modula3/Makefile ============================================================================== --- head/lang/modula3/Makefile Thu Jun 13 05:42:09 2019 (r504057) +++ head/lang/modula3/Makefile Thu Jun 13 05:43:18 2019 (r504058) @@ -23,6 +23,8 @@ SRCDISTFILE= modula3-cm3-${PORTVERSION}-${GH_TAGNAME}_ DST1= m3-bootstrap.AMD64.FREEBSD.92.tar.bz2:boot DST2= m3-bootstrap.x86_64.DRAGONFLY.36.tar.bz2:boot +BROKEN_FreeBSD_12= fails to build +BROKEN_FreeBSD_13= fails to build ONLY_FOR_ARCHS= amd64 PORTSCOUT= ignore:1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906130543.x5D5hI2O051511>