git: bb1de02c7e02 - main - devel/pas2dox: Add BROKEN and DEPRECETED lines
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Dec 2024 08:33:49 UTC
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