Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2025 22:32:18 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4207345eeb5f - main - devel/pas2dox: Remove expired port
Message-ID:  <202501152232.50FMWIIh095369@gitrepo.freebsd.org>

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

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

commit 4207345eeb5f2e1328d772d79458b5a72101c348
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-15 22:31:50 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-15 22:31:50 +0000

    devel/pas2dox: Remove expired port
    
    2025-01-15 devel/pas2dox: doesn't compile with moddern clang and gcc, upstream last updated it in 2003
---
 MOVED                   |  1 +
 devel/Makefile          |  1 -
 devel/pas2dox/Makefile  | 37 -------------------------------------
 devel/pas2dox/distinfo  |  2 --
 devel/pas2dox/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 42 deletions(-)

diff --git a/MOVED b/MOVED
index d25c21275358..3a890769f4a4 100644
--- a/MOVED
+++ b/MOVED
@@ -4019,3 +4019,4 @@ audio/gqradio||2025-01-13|Has expired: BKTR devices are not supported anymore
 x11-themes/kf5-breeze-icons|x11-themes/kf6-breeze-icons|2025-01-15|Replaced by the KF6 version
 x11-themes/kf5-oxygen-icons5|x11-themes/oxygen-icons|2025-01-15|Rename in accordance with the upstream
 devel/raknet||2025-01-15|Has expired: Unmaintained upstream, only builds with EOL toolchain
+devel/pas2dox||2025-01-15|Has expired: doesn't compile with moddern clang and gcc, upstream last updated it in 2003
diff --git a/devel/Makefile b/devel/Makefile
index a9d599cf7df2..5b213520a2b1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4012,7 +4012,6 @@
     SUBDIR += parallel-hashmap
     SUBDIR += parol
     SUBDIR += parol-ls
-    SUBDIR += pas2dox
     SUBDIR += pasm
     SUBDIR += patch
     SUBDIR += patsh
diff --git a/devel/pas2dox/Makefile b/devel/pas2dox/Makefile
deleted file mode 100644
index b9de109b489e..000000000000
--- a/devel/pas2dox/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME=	pas2dox
-DISTVERSION=	0.50rc1
-CATEGORIES=	devel converters
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION}
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Preprocessor to use doxygen with Pascal sources
-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
-ALL_TARGET=	${PORTNAME}
-
-PLIST_FILES=	bin/${PORTNAME}
-
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|^LEX=|LEX?=| ; \
-		 s|$${CC} $$<|$${CXX} $${CXXFLAGS} $$<|' ${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e \
-		's|yy_flex_realloc|yyrealloc|' ${WRKSRC}/${PORTNAME}.l
-
-pre-build:
-	@${RM} ${WRKSRC}/${PORTNAME}.cpp
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/devel/pas2dox/distinfo b/devel/pas2dox/distinfo
deleted file mode 100644
index 1b55d8323291..000000000000
--- a/devel/pas2dox/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pas2dox-0.50rc1.tar.gz) = 3f8badd7ba1f4f4626c5e9d8c38e2b06dceb3927be12be1af82636fd9c0594e5
-SIZE (pas2dox-0.50rc1.tar.gz) = 227514
diff --git a/devel/pas2dox/pkg-descr b/devel/pas2dox/pkg-descr
deleted file mode 100644
index d2c9857816c6..000000000000
--- a/devel/pas2dox/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Pas2Dox is a pre-processor addon for the Doxygen documentation generator.
-This allows the production of advanced documentation from Delphi/Kylix.



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