diff options
author | antoine <antoine@FreeBSD.org> | 2019-06-13 13:43:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-06-13 13:43:18 +0800 |
commit | e06cab958728c99349b3321bcb0cba2a0baa7729 (patch) | |
tree | 64fc169c3ecc7f4fbad2aefdbbd1eedd6ce2fed1 /lang | |
parent | 5460949d73c82a96c6c912d4ed0cf0dfaa263d28 (diff) | |
download | freebsd-ports-gnome-e06cab958728c99349b3321bcb0cba2a0baa7729.tar.gz freebsd-ports-gnome-e06cab958728c99349b3321bcb0cba2a0baa7729.tar.zst freebsd-ports-gnome-e06cab958728c99349b3321bcb0cba2a0baa7729.zip |
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
Diffstat (limited to 'lang')
-rw-r--r-- | lang/modula3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/modula3/Makefile b/lang/modula3/Makefile index f6d9fce37e88..579849477aab 100644 --- a/lang/modula3/Makefile +++ b/lang/modula3/Makefile @@ -23,6 +23,8 @@ SRCDISTFILE= modula3-cm3-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz 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 |