Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2019 05:43:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r504059 - branches/2019Q2/lang/modula3
Message-ID:  <201906130543.x5D5hlKG051658@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Jun 13 05:43:47 2019
New Revision: 504059
URL: https://svnweb.freebsd.org/changeset/ports/504059

Log:
  MFH: r504058
  
  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

Modified:
  branches/2019Q2/lang/modula3/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/lang/modula3/Makefile
==============================================================================
--- branches/2019Q2/lang/modula3/Makefile	Thu Jun 13 05:43:18 2019	(r504058)
+++ branches/2019Q2/lang/modula3/Makefile	Thu Jun 13 05:43:47 2019	(r504059)
@@ -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.x5D5hlKG051658>