Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 07:53:59 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 01a678ca113f - main - lang/twelf: Mark BROKEN on all versions
Message-ID:  <202308180753.37I7rxmP084278@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=01a678ca113ff4e4e3c9de4eec9d835377b8a3fb

commit 01a678ca113ff4e4e3c9de4eec9d835377b8a3fb
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-18 07:38:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-18 07:53:32 +0000

    lang/twelf: Mark BROKEN on all versions
    
    Fails to build with invalid target.
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 lang/twelf/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile
index 17803086a9ae..2dc933ea8cb7 100644
--- a/lang/twelf/Makefile
+++ b/lang/twelf/Makefile
@@ -13,8 +13,7 @@ WWW=		http://www.cs.cmu.edu/~twelf
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_FreeBSD_12=	invalid target: self
-BROKEN_FreeBSD_13=	invalid target: self
+BROKEN=	invalid target: self
 
 RUN_DEPENDS=	mlton:lang/mlton
 BUILD_DEPENDS=	mlton:lang/mlton \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308180753.37I7rxmP084278>