Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2024 08:33:49 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bb1de02c7e02 - main - devel/pas2dox: Add BROKEN and DEPRECETED lines
Message-ID:  <202412120833.4BC8XnhI009047@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit bb1de02c7e02cbd78e8564db048c54a55f846b3b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-12 07:04:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-12 08:33:44 +0000

    devel/pas2dox: Add BROKEN and DEPRECETED lines
    
    Reported by:    fallout
---
 devel/pas2dox/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/pas2dox/Makefile b/devel/pas2dox/Makefile
index aaadedc5129a..b9de109b489e 100644
--- a/devel/pas2dox/Makefile
+++ b/devel/pas2dox/Makefile
@@ -10,6 +10,10 @@ WWW=		https://pas2dox.sourceforge.net
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=			compilation fails: no matching function for call to 'transform'
+DEPRECATED=		doesn't compile with moddern clang and gcc, upstream last updated it in 2003
+EXPIRATION_DATE=	2025-01-15
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		gmake



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